Hello,
I´m trying to create a new account number with 10 digits starting by 4…1, 4…2, etc. when a user imports a customer list via CSV.
I´ve tried to do it via schedule an API workflow on a list from a CSV list of 40 customers but the account number is being set by groups of 10 or so with the same account number and I want each customer to have a different account number starting by 1, 2, 3… sequentially. So it should be: customer 1 = 4…1, customer 2 = 4…2, customer 3 = 4…3, etc.
Here is the page wf:
Here´s the backend wf setup:
Thanks a lot.