Get the out/in arguments assignment message value in visual studio

I have developed one project using UiPath . After devlopment was completed , in that project inside having in/out arguments and values also there . I need to get the both in/out arguments values we used inside project file. Get those values using visual studio editor. Anyone knows means guide me.

Hi @BHUVAN

Check out this thread. This will give you an basic idea

Regards

@BHUVAN

-Navigate to the directory where your Xaml file is located.
-Right-click on the project file and select “Open With” > “Visual Studio”
-Once the project is opened in Visual Studio, locate the “Arguments” panel.
-This panel typically appears on the right side of the screen by default. If you can’t find it, you can navigate to “View” > “Other Windows” > “Arguments” to make it visible.
-In the “Arguments” panel, you should see a list of all the arguments (both in and out) used in your project.
-To view the values of these arguments, you can hover over them or click on them to see their properties.

Cheers…!

After opening the project in visual studio how to get the arguments values we used inside project to get through Excel sheet

Like exception we used in project we pass the exception message as out/in arguments , I need to get the all those exception messages in Excel sheet how to do that

Not this logic , I have already used the arguments inside my project . I have used arguments for error handling part. I need to get the all those arguments values in one at a time export to Excel sheet how to do that.

@BHUVAN

Where did you create the argument? And where is it invoked?

In the palce where that file is invoked you need to create variables ot store the values and then you can write the data to excel or anywhere else you need

If this does not help…please try explaining with some screenshots to make it more better

Cheers