Convert cell range to string for input on web field

I have a variable cell range of 0-50 rows from a CSV that I would like to convert to a string and input to a web field as text. What is the best way to go about this? Thanks for taking the time to read my post!

Hi

Welcome to uipath forum

This can be done with help of two main activities in studioX

  1. Use a READ CSV activity and convert the csv to a excel file

Refer this doc with example on how to do this

  1. Then once been written to excel use EXCEL FOR EACH ROW activity to get the value one by one From each row

Refer this doc for an example

Hope this would help you resolve this

Cheers @abintra515

Thank you so much for the quick reply! This helps alot.

1 Like

Glad it got resolved @abintra515

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