
Announcements
Hi!
I am trying to build two flows that:
1) Will update the Trello card when the To-Do task is updated (namely if the task is completed, then the Trello card is moved to "Done" list)
2) Will complete a To-Do task when Trello card is updated (namely when the Trello card is moved to "Done" list).
I am getting error messages:
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['body/id']' is of type 'String'. The result must be a valid array.
Do you have any suggestions what needs to be changed in order to make it work?
ddd
Hi @Kacper
You don't need the main "apply to each" action, as the workflow will trigger for a single to-do item. You could try to move all actions outside the apply to each.
Hope that helps!
Ferran