โ02-05-2024 12:58 PM
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?
Solved! Go to Solution.
โ02-06-2024 08:57 AM
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.
โ02-12-2024 07:01 AM
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.
โ02-12-2024 07:01 AM
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.
โ02-12-2024 09:05 AM
Woah, thanks for sharing! I had no idea this existed.