Using Read range workbook

How do I use ‘get row item’ to get data from an Excel file and paste it into a google form?

Can you describe more about the issue?
Do you need to get all the row item from the excel to paste it in to the google doc?

Regards

Sreejith S S

Hi @Help_I_rly_need_help

Check out this thread

Regards
Gokul

No, not all. It’s in different rows and columns

Please loop through the datatable and use a if condition inside the loop to get only the rows you need to paste in the google doc.

Or please provide a sample input with the desired outptut you need so i can help you develop a flow with that.

Regards

Sreejith S S

image
I need to copy just the Name and the Membership points into a google form**

Use for each row in datatable and inside the loop use a if condition.
In the if give the condition as current(0).tostring.length>0 and current(1).tostring.length>0 and then continue with process of pasting in google doc.

This will help you
Regards

Sreejith S S

image
Sorry, the issue was wrong. How do I program the robot so that it could copy from B1, and then copy stuff from A5 to A9 and then paste it into a google form?