Copy cell by cell from an excel and paste it one by one in putty ssh

Hello guys, I am new to uipath and I need your help in order to create a workflow for my project.
I need to create a workflow which copies string cell by cell from an excel column and type it into a putty ssh connection and wait for like 5 minutes between each cell.
Can you please give me an example or sample. Thank you in advance!!

Hi, Ionut_Frincu here is my idea for your Flowachart
1.Use read range or read column activity.
2.Loop thought item in result from step 1 use For each row or for each (if use read column).
3. In body For each, type item.ToString into your field you want use type into activity.
4. Use delay activity and set time waiting with value “00:05:00”.

Regard.

Thanks for your response, can you please give me a sample with the workflow, because I would like to see how it works.

Regards

My example flowchart is here:

2 Likes

Thank you my friend! I appreciate!

1 Like

It’s nothing my buddy. Wish you happy with it.

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