Is there a way to select just the new row added?

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

0 4 198
4 REPLIES 4

Steve
Platinum 4
Platinum 4

But what if another row is added between the workflow trig and the excution of the action? Iโ€™ll make chenges to the wrong row, am I right?

Correct.

Is there the possibility to get a dedicated attribute/method to get the ID of the latest added row in the future?

Top Labels in this Space