Hi,I’m new to UIPATH,i’m using community trail version,while i’m trying read the data from CSV File,its asking to give value to the output in properties panel of Read CSV File,i have given value as “dt” to store the data.but it is showing an error information is “compiler error(s) encountered processing expression “dt” dt is not declared .It may be inaccessble due to its protection level”.
Please help me regards.
@gsrinivas May be u have not declared dt variable, If u have declared dt maybe scope of the variable is not matching the variable u have used, change the scope of the variable.
I should add that to add a variable you can either create from the variable pane or pressing CTRL+K in the Output box, and then typing the variable name (this way the variable will be created with the type needed)