Copy entry and update a value

I need the ability to copy an entry and then have a counter value update to the next number.  The separate actions have been built and combined into an action to copy and update the counter.

The problem is that only the first command runs.  The copy happens without issue, but the action to run the counter update never happens.  If I reverse the order of action, the counter of the last entry goes up by 1, but a new copied entry is never created.

Any help would be appreciated

0 1 42
1 REPLY 1

Use the "Add a new row to another table using values from this row" and then count the Counter value something like [Counter]+1. With this way you only need one action.

Top Labels in this Space