Just trying out a Trello Trigger node that should run when a Card is moved to a specified List.
Have set the node up with the list ID in the Model ID field.
When I move a card, the workflow is started twice! Both executions return the same data.
What could be causing this?
Thanks
Realised that there were indeed two different actions being carried out:
‘action_move_card_from_list_to_list’
‘action_moved_card_higher’
There down’t seem to be a way of specifying which actions to listen for so it looks like I can just add an IF node to filter the one I want.
1 Like
Hi @seank1968, glad to hear you sorted it out and many thanks for sharing your solution!