This is my first post so hopefully I'm doing this correctly. I did try searching for an answer to my question but couldn't find one.
I've developed a workflow within ION and would like to record the workflow ID in an external database via an API call. I have the API call working, but am stuck with figuring out how to obtain the workflow ID (a.k.a. DocumentID?) within the workflow itself.
I've tried getting this value by using [ID] and [DocumentID] but those are both invalid.
This seems like it should be very simple but can't find any information on how to accomplish this.
Does anyone know how to access the workflow ID within the workflow itself?