I’m using a compound action to add a new row and generate a Unique Identifier. Works fine.
I then want to copy that UUID into another cell in that row, and muck about with the data in this new row, within the same compound action.
However any additional “Set Column Value” sub-actions I do are applying to the FIRST row of the sheet. Not the LAST row (the freshly created one).
How do I get the sub-actions to edit the fresh row I just created?
Try creating a self relation and then with your Set Column action, instead of “This Item” its via Relation.
So maybe the relation would be built on the Unique ID that youre creating in the Add Row action
Another need for this feature:
1 Like