I have a workflow that runs and produces output at the end. It is running on our Alteryx server, and sends an email when it finishes running. This is currently achieved using the Runtime events, but can easily be replaced by an email tool, however, I am unable to figure out how to extract the variable for server run ID (highlighted in red below) that I need to add to the output.
https://MyAlteryxServer.com/gallery/#!job/1126aca93f610000f6002907
I have reviewed all the output from %OutputLog%, and run ID is not in the list.
The use case is: File is too large to send as an attachment, so I want to be able to send the user an email saying "Your job has finished running. Please Click this link to go to the job run details and download your files"