Hi,
Could someone tell me like how to get a current XAML name in UiPath Sequence.
Hi,
Could someone tell me like how to get a current XAML name in UiPath Sequence.
Hi @maddy99 ,
Have you Checked the Get Current Job Info
Activity ?
We can get the Workflow name from it’s Output.
Let us know if this doesn’t help.
Hi @maddy99,
You can use the activity called Get Current Job Info. This outputs an object.
The output object from this activity contains both the current file name being executed and the overall process name being executed.
To see all available methods use the OutputObject. You will then get all available methods.
You can save the required values to any string type variable or arguments you define.
This works with both processes, invoke workflows or libraries.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.