cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

UID creation via Workato (automatization of creation UID)

Sultanbek
Deputy Chef II
Deputy Chef II

We have a use case where we need to import revenue transactions from Intacct to Anaplan via Workato using Unique ID for each transaction. Could you please suggest me how can  Workato create an Unique ID (UID) to each new transaction for import?

 

2 ACCEPTED SOLUTIONS

gary1
Executive Chef III
Executive Chef III

The Sheets API has an endpoint for this. It's not supported by the Workato connector, but you should be able to use the custom action to call the endpoint and make the update.

 

 

View solution in original post

Sultanbek
Deputy Chef II
Deputy Chef II

If someone has the same question regarding creation of UID in workato there is useful formula called "workato.uuid" or you can create your own by using the "encode_base64" formula.

View solution in original post

6 REPLIES 6

Sultanbek
Deputy Chef II
Deputy Chef II

If someone has the same question regarding creation of UID in workato there is useful formula called "workato.uuid" or you can create your own by using the "encode_base64" formula.

gary1
Executive Chef III
Executive Chef III

Woah, thanks for sharing! I had no idea this existed.