UiPath Cloud studio


This is my workflow in UiPath cloud and i have done rpa challenge there, but while it is running it it is not typing what is there in the google spreadsheet, what cn be the reason

Hi @Sameekshya_Panigrahi

Can you expand and show how you have given in the For each row in datatable activity.


this is my workflow, while running idk why it is not reading the input excel only

this is how it is doing

Hi @Sameekshya_Panigrahi

Expand the For each row in datatable activity and share a screenshot of it.



Hi @Sameekshya_Panigrahi

On studio Web, anything you enter in those property (Type this*) will be considered as a string.
So, click on that button on the right and choose Expression Editor.

Type in the expression like you would do on Studio, and click save

It will appear like this:

If this solves your issue, do mark it as a solution
Happy Automation :star_struck:

Hey @Sameekshya_Panigrahi
I see you are using google workspace. So you can use the activity 'for each row in spreadsheet'.
Check out my video on how you can do it.

1 Like

Hey @Sameekshya_Panigrahi
It is the same topic:
https://forum.uipath.com/t/rpa-challenge-in-cloud-studio/2747409/5

Hi @Sameekshya_Panigrahi

I’ve mentioned the solution in your previous post on the same topic:
https://forum.uipath.com/t/rpa-challenge-in-cloud-studio/2747409/4?u=v_roboto_v

okkkk, i will check this out

1 Like

Hi @Sameekshya_Panigrahi

Could you Try my solution and let me know


it is working but getting failed

The point of this challenge is that the Fields keep changing their positions on screen. So, you have to deal with it using the right selectors.

Try fixing the selectors.

@Sameekshya_Panigrahi

Follow below tutorial it may help you

1 Like