Hopefully this is really simple.
It appears as when dragging a card from one column to another the card DOES visually remain in the new column (until data is refreshed) but the Workflow shows the card data is not changing.
Here if I drag from “Open” to “In Progress” shows as if nothing changed.
In the workflow I’m trying to use the Action but as you an see the ‘from’ and ‘to’ remain as the original starting column.
The stacks/columns are here, too
If you use the Log action to log the event, you’ll see it changes. The editor doesn’t reflect the real state because the orange structure is just a so called “schema”
Oh that’s neat. I appreciate the suggestion - that ‘Log’ in the workflow does do what you say.
Seems like we can’t really use the ‘Event’ data, though the ‘oldIndex’ and ‘newIndex’ seems to suggest those represent the swimlanes of ‘before’ and ‘after’
A bit more attention to exactly what I was selecting got me to a working solution. Instead of selecting the “Event.item”, I drilled down to just the “id” data and the “Event.to” data.
In this case I’m sending just the raw JSON in the workflow Request step which I learned just meant writing the JSON in the formula to pass the data. Essentially this is what works now.
Thanks again for the Log mention!