See screenshot. I have a button action that needs to:
First, create a new Item
Second, create a new Post that associates the current User with the new item
Occasionally, the post and item are both created (desired), but the post is missing the itemID (problem) — so I have a post that doesn’t reference an item.
I’m guessing it’s a timing issue. Is there a way to ensure that the Add Row to Items step always completes before the Add Row to Posts step starts?
The usual way to approach this is to set a Unique Identifier in a User Specific Column somewhere prior to the action sequence, and then use this value as a common ID for both Add Row actions.