You can quickly generate an unique UUID identifier in Server Connect and use it in your API Action (Server Action) steps, where required.
Generating UUID
The UUID is available in the global value in the server data picker, not as a separate step in the server action steps. So it will be available for you in every step, where you see the data picker icon - database insert, update and many others.
We will show you the generated UUID using a simple set value step.
We created an API Action:
I know the chances are so tiny it’s hardly worth considering but if a uuid is generated that’s already been used, does it check and then generate another one? Or is the way it’s generated such that it’s impossible to ever generate the same one twice (like using the current time as part of it?). Sorry, I’m not familiar with uuid so this is the question that immediately came to mind when I saw it.