Cannot convert object [] to type 'System.String'
-
hi,
One thing I don't understand about the OPEN RPA
If you have a solution, I would appreciate it.※Prerequisite.
1.All Excel values are numeric type
2.read range's setting
dt1=Variable
3.Variable state
dt1=datatable
※What I want to solve
・Running Foreach DataRow※What I tried
Changing Data Types in ExcelIf I run the workflow in this state, I get an error ”Cannot convert object [] to type 'System.String”
How can I solve this? -
@koki-kameda removethe create datatable. That is not needed, get range will create a datatable
Where is the error? Either show where you are using an object if type object[] or share an example workflow -
@allan-zimmermann
Thank you very much.
Create datatable has been removed.
I will share a screenshot of the workflow until the error occurs.Error Location
"ForEach data Row".The OPEN URL in the first row of the ForEach data Row does not work
-
Export the workflow and upload it, if you want help. Screenshots does not explain the issue in your workflow