Hi! How do you generate user_ID number or costumer_ID or event_ID? Like first user to signup should be 00001, next user should be 00002. Same with events. First event to be made should be 00001, and so on.
Should I use “Do a search for users:last item + 1”? But that will be just a number like “1” without the zeros before “1” in comparison to “00001”.