Assign variable value to a selected element

Hi,

I have some value assigned in a variable and want to set that value as text in selected element say Google search text box.

If you have used Type into activity on the Google Search text box just add the variable name in the activity input property

whater value the variable will hold , would be typed into the Search text box

@jimmit_05

In the properties of TypeInto Just see the Input-> in that text, instead writing the text just place your variable.

Thanks

Hi,

Thank you for you reply.
i was debugging, there i can see that in my ReadRange activity even when i am entering the correct file path and name. the excel is not getting opened.

Can you please let me know where i am incorrect?

@jimmit_05 you need to first use Excel application scope (that’s where you give the path to your excel file) and then inside that you use the read range activity specifing the sheet name you wish to read the range from

hope that helps

Hi,

Can you share the XAML where the read range activity is failing. Giving the excel file path directly without the excel application scope should also work.

Maybe I can help you trace the issue :slight_smile: