Pasting a data table to a web page?

Hi UiPath,

I have an excel file assigned to a datatable.

and I want to paste it to a web application below:

is there a simple way to do it?

Thanks!

you can use output datatable to convert to string and then type into the required field

Convert the dattable into string using workbook activity(Output Datatable) , and then use type into activity and pass the string variable or you can use clipboard activities

Hi @alvin.c.apostol26

Use output data table activity to convert DataTable to string.
Reference

Open Browser activity - Pass the website link

After that using Type into* activity you can write into the web page.
Reference

Regards
Gokul

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