Hello,
I have seen similar questions to this but due to my lack of experience I have been unable to get those specific solutions to work in my case.
I am trying to get a card nested within the data array, the collection is number 55, I can see that the data is there but when I try and use the variables on the next module its obviously too deep within the bundle to get the data without using more complex methods which I don’t know how to do at the moment.
I am trying to extra the due date of a specific card on my trello board, which is located in the last list on the board. I have tried using iterators, but this ended up with the same results whereby the collections were still too nested for me to get the data I wanted.
I have also tried ‘toCollection’ but I don’t think I am using it correctly, any help on how to achieve this or if you need me to provide further information in order for you to assist let me know.
the scenario currently uses webhooks and HTTP requests to interact with the trello API.
It watches for cards moved to a list on a specific board, when the card is moved into the list it creates a board named the same as the card name from a template;
then I would like to extract a specific card (called: due date for show) on the newly created board and change its due date to the due date on the card that was originally moved into the list the triggered the board creation (as this is the ‘Show’ card with its due date already on).
I will include the bundle output and some screenshots.
bundleoutp.json (176.5 KB)
TIA