Having a few issues recording data for a third-party reporting tool. Essentially I'm trying to piece together a method with
Inputs:
ProcInstID
[A few other manual inputs]
Output (to a table):
The above inputs
WorkflowVersion
WorkflowName
WorkflowFolio
I'm able to get all of this information into my table except for the workflow version.
Here is my current configuration:
I guess the real question is, 'Is there any method with a 'Read' functionality to return the workflow version number from the ProcInstID?' because it looks like the list is the issue here.