How to output variables?

Hello.

[want to do]
I want to see variables’ value after running RPA flow.

[details]
I create all variables as global variable.
I want to output lists of these variables and their values to,
for example,
textfile, csvfile…

Please answer the question. Thank you.

Hey! Welcome to community!

follow the steps:

1.Take MessageBox / Writeline!

VariableName.GetType

I hope this will works for you.

Thanks & Regards
NaNi

1 Like

Hi @bebe ,

  1. If you want the variable to be print on the csv then you need to create a datatable and define the columns name as the variable name and feed all the variable values to the respective columns. Then use write csv activity to create the csv file.

  2. If you want to write it on text pad then use Write Text File activity and write all the variables
    ex: firstname + lastname + age.tostring+ so on…

1 Like

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