I want to create a counter column in my table each time my workflow runs, for example, i want to start with 10001 as my first number then next time my workflow runs it changes to 10002 for the same column.
counter
10001
10001
10001
next time when I run the workflow it changes to
10002
10002
10002
please help I want to include that column in my table.