Hey,
This is how my table looks in workbench:

My flow looks like this:

I am trying to increment ID column (primary key) starting from 0 and then 1, 2 , 3 so on.
Every time this flow runs it has to get the old column ID ( for eg: 49) and increment by 1 (49 +1 = 50) for the new entry.
Can you please tell me the formula or how to go about it.
Thank you.