I want to create a unique document ID. While there are many ways to do this, one of the most efficient would be to use “UUID.” Is there a way to use “UUID” in Triggre already today, or could you imagine providing this function soon?
As return data choose JSON and specify a list of Any text:
Look up or create item
Create or look up a data item you want to store the ID text in.
Store ID (repeat action)
Create a repeat action that stores each text in the list, in the item you want to store it in (there will only be a single item in the list)
This works well for us in many places. Good luck on getting nice UUIDs!