Hi
I have got a very long RPA proj with many flowcharts & sequences. I can’t find where I first created a particular variable. Is there anyway to help me locate that?
Thank you
Hi
I have got a very long RPA proj with many flowcharts & sequences. I can’t find where I first created a particular variable. Is there anyway to help me locate that?
Thank you
You can use Search option
Sorry, I don’t get it.
How do I use Search option?
Thanks
Use ctrl+F
That doesn’t work. For some reason when I use CTRL+F and search a few characters, it may show the variable, but if I search for a variable I know that should show up, it doesn’t. So now when I search for variables I’m actually looking for doesn’t appear I can’t trust that it isn’t there.
Is there any other way to search a project for a variable name?
Edit: I found the answer, you have to open the main.xaml of the project inside Notepad, then use CTRL+F in Notepad and search. When you find it, you will need to read the raw code to figure out where it is inside UiPath Studio. It isn’t pretty, but it guarantees you to find what you need. I don’t know why Ui Path Ctrl+F is so glitchy
You can right click on variable and use see references it will show all the places where that variable is used in code
You can see code high level structure tho ur outline property
And last option is you can do search in all files @DrSteven