This topic was automatically generated from Slack. You can find the original thread here.
hi! i’m trying to build a very simple pipe that creates a trello card whenever someone adds a row in a google sheets. the problem is that it adds it immediatelly, so the only information thats travels to trello is the first information that i add in the row, but the other fields (whose information is in other columns in google sheets) travel to trello undefined (because they werent added yet when the card in trello was created).
is there a way to make it in a way that the trigger gets activated when the row is completed?