How to pass an Excel file into my workflow?

Hello. I would like to ask if there is a way for me to pass an Excel file into my workflow when I run this workflow from OpenFlow?

You have a few options.
If there is not a lot of data in the Excel sheet, you can send it as a JSON table mapped to a DataTable argument.
But most likely, it will have a lot of data. In that case, you upload the file to OpenFlow GridFS, and then you can download the file from OpenRPA using the download activity.

I will highly recommend you look into work items instead. You can attach files to work items, so when the robot gets the item, any files you attached will automatically be downloaded as well.
Workitems Link

Thank youAllan_Zimmermann. I will try to follow what you suggested."

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