List Variables for Each Sequence/Activity

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 :slight_smile:

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

1 Like

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 :slight_smile:

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. :slight_smile:

Great!!! What is it’s Name ?

Here it is, circled in bright blue

Please close this by marking it as a solution :slight_smile:

Hope it helped.

4 Likes

Ah YES, Thanks a lot :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.