Issue with pulling out my data... I asked module 10 (in my scenario) to pull out the data from module 4 but it pulls out data from previous transaction

What are you trying to achieve?

Help please! I have created this scenario to create a new board using a template board when a card is moved from one list to a specific list. The new board created has the name of the card that moved and also comes with 17 differents cards and checklists (just a mime of the template board). I also want to edit 3 of the cards with check in due dates 1-2-3 months after the board has been created.

Steps taken so far

But now, when I do test meaning when I do move an actual card to the active list, it is fine all the way to the array aggregator, the informations is from the new test card I have done. But after the aggregator, it picks up data from previous test and tells me the board is closed. I have created a filter to re-open the board if closed to see what is happening and I’ve now realised that it picked up the old data, open the closed board… but the thing is it now has 2 boards and update the due dates of the closed now re-opne board and does not closed and update the due date on that one we are suppose to update which is the new created trello board from which the first part of my automation creates.
I have checked so many times and the setup is good! So I am reaching out, maybe someone can see something I can’t…
In part one: contains the Board ID created from the CARD ID being moved
In Part 2: somehow picks up the Board ID and card ID of a previous trial card I have tested (3-4 before) and update that one…
Oh yes, I also tried to deleted my cache on my browser… nothing work…
I would really appreciate all the help I can get on this one.

Screenshots: scenario setup, module configuration, errors

In the Search card after the array and the router....png



Hello @Sonia_Tremblay, that first screenshot could be the problem area, because array grabbing doesn’t work like that. The code you have would always return the first item, if anything at all.

I would look to the output of module 7, determine how that contains the data, and then use map or get to get it.

Hi Michael, than kyou for your reply. Unfortunately I have tried and it is not working. Can you give me an example of formula you would use? It seems like my module 7 picks up the correct information on each card, but the map or get or search seems to see the item is missing…

Hello @Sonia_Tremblay; please provide screenshots or a video walkthrough including the output bundles to help debug further.