Export to CSV "write from" Problem

Hello. In my program, robot reads from excel and I wanted to export it as .csv file. I obtain data table with read range but I can’t use it with export to CSV activity. IT gave an error:

How can I solve this problem?

@Anna.Dewitt

Please use write csv/text file activity …

The activity which you are using expects a excel sheet reference directly but not a datatable…

A data from datatble can be written to csv using write csv

Else if you want to use the same above activity as in screenshot then please click on plus and select custom input and provide the sheetname (eg:Excel.Sheet(“sheetname”))

Cheers

Hey

please give a try with the following

Regards