Read CSV step by step instructions

Hello, I’m trying to copy the steps found from timestamp 04:11 - 6:21 of the UiPath video - Web Data Entry Automation. CSV to Salesforce - UiPath Studio - YouTube

I’m receiving several errors as shown in the attachments. What values do I put in Output section for the DataTable. Also what should the variable type be? The CSV file is really simple, just one column -

Asset
113649
113651
113036
113685
114103
138501
138502
138503
138504
138505

@Matthew_Pitkin

In the Output section - you have to provide a data table. (Create it by clicking ctrl+K ).

By this all your contents in CSV comes in the data table , further in ‘For each’ traverse with the data table rows to get the content of the file.

Happy Coding :slight_smile:

Move datatable to input

Here is what I rec’d that ended up working