Dears,
As you know , when project is becoming bigger, more variables will be defined, we can see all the variables in “Designer Panel” including there related sequence/activity from “Scope”. Is it possible to get the inverse, means, for each sequence we fetch only variables created for it ? Thanks in Advance
Well I am not sure why you need such a feature but here is a workaround I can think of.
Open the sub .xaml files in notepad and you will find the following
lets say I have a test.xaml with just one variable (dataTable) with the Sequence Name as “YourSequence” here is how it looks.
So housed in the node <Sequence.Variables> are the variables and the parent shows the Sequence Display name.
Hope this helps
Regards
Thanks Raghavendraprasad
Here it will show you only defined variable in another format. My query is how to get only the used variable for a sequence, because you know, we can created variable for a sequence without using it
Well,
There is a feature in UiPath to remove unused variables, click on it and voila… you will be left with only used/referenced variables in your sequence/workflow.
Great!!! What is it’s Name ?
Ah YES, Thanks a lot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.