Hello,
I need to track the last ID value from a JSON response item for a process. The ID is incremental, but I cannot find a way to store and share it across processes within the control room.
I have tried using global values and even credentials, but after searching through forums and documentation for an hour, I still haven't found a way to do this without relying on an external source rather than an Automation Anywhere (AA) integrated solution.
What I need is to have a way to keep an ID value which will be updated by bot at some step in the middle of the process, in a nutshell: an asset. And if I run it later retrieve that value to use it.
I would really appreciate any guidance or suggestions on this. Thank you in advance for your help!