hello all, fairly new to make, and getting a trello automation set up, so far I like what I see, though am running into an issue that I hope is an easy solve.
I have a scenario where I need to move a trello card from one list to another.
I have the source coming in (for testing purposes it’s a json file) which flows into a “search for trello card” which flows into a edit trello card.
everything works up until the moving the card. In trello → edit a card, for the card ID field I have the “card id” item from the search for trello card.
when I run the scenerio, I get an error on the move the card step saying card ID is empty, even though it has the “card id” object from the search. If I manually put in the card id, the scenario works, though it only gets 1 of the cards moved, I have multiple cards in the json file for testing.
let me know what other info I can provide to help troubleshoot this.