Hello team. I’m facing this error “Cannot infer an element type because more than one type is possible.” Anyone know how to handle it?
In my workflow I download some data from SAP and add to an Excel file, create a pivot table and so on… But before paste into the Excel, I want to convert some of the data, for example in that column I want to convert to double.
I have a for each row in data table to do that,
My workflow:
For each row in Dt_main:
Add data row:
arrayrow:
all the string columns and converted columns
datatable:
dt_toExcel
In dt_toExcel, I have specified the data types as string and double (where I need to convert)