Creating a Data-Table from the info gathered over the workflow

Hey everyone,
I am attempting to put together a workflow that gathers the information of distance between 2 points(which would be provided by the user) via google maps. Which later needs to be collated over an excel sheet.
I’ve succeeded in scrapping the data from the web. But I am facing difficulties in converting the collated data into a data table variable, which, I believe is a mandate input format for a write or append activity.

Pretty sure, it’s going to be a simple step. But, since I’ve just begun practicing, stuck for quite a while on this.

Thanks in advance,

Regards,
Hari

Please follow the below two articles to understand easily how to build a data table.

https://www.uipath.com/kb-articles/how-to-use-insert-datatable-activity

Regards,
Karthik Byggari

1 Like

Thank you @KarthikByggari I managed to collate the data

1 Like