Hi,
I want to create an Alteryx App, wherein I have two field Month and ID, I want to prompt user to enter Month value and it should get inserted with a new id (id+1).
Eg.
Month ID
Jan 1
Feb 2
So, if user enter 'Mar', a new record with ID as '3' gets inserted into the table. I tried to create it, please refer to the attached workflow.
Mar 3