Until recently one of our automations worked as expected for customers. However, it seems something has changed late last week, at least for one customer.
Now “when item created” trigger happens, its occurring before the mirror column “mirrored_items” object gets populated. When we receive the action event and query the the mirrored_items object of the MirrorValue, it is coming back as an empty array now. But if we’re busy, or something is delaying things on our side just enough, then the value is populated when we query the column value.
I was wondering if something changed on how values are populated when a new item is created?
We did try triggering off the connect boards column changing but it doesn’t trigger as a column change on item creation (some columns do still I believe).
I should note this customer is creating the new item from the connect boards column on another board - they are going to select the item, and then using the add item row at the bottom of the group. I’m wondering if this method of creating the item might be part of the issue?