Hi there,
I’m trying to build a workflow (now bot) that triggers if a row is added to a certain table and than executes an action that will modify a field of another table’s row referenced by the added row, so my thought was to use a data action to some referenced rows, but i can’t find a way to identify directly the ID of the last added row. I thought to use some function that retrives me the number of rows, but if another row is added while my workflow is running there should happen some mistake.
I wonder if already exists any special attribute like [_ADDED_ROW] or [_NEW_ROW] that could work like [_THISROW] but providing me the ID of the last added row.
Thanks