Unable to store data in a vairable

hello guys

I m trying to get data from an excel file and paste it to new text file .
And for that pasted data I have declared a variable called DTout and i want o type that all data in a textarea of one website .
For that i used Type Into activity and use that variable again but instead of tying the data stored in variable its typing the variable name.
Can anyone will help me out/

@priyanka2

I guess you wrote that variable name in double quotes.

Please remove double quotes and then check once. It will work for sure.

@priyanka2

Use Output Data Table activity to convert your DataTable to string type, before you type into the text box.

Hi @priyanka2

Can i see your xaml file?

cheers

Happy learning

thanks Lakshman

1 Like

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