good afternoon
I want to put the data in an excel, but I get that I can’t convert “1-dimensional object array” to string any help?
good afternoon
I want to put the data in an excel, but I get that I can’t convert “1-dimensional object array” to string any help?
which activity returns that error?
ArrayRow property must be in this format:
{ValueToColumn1,ValueToColumn2,…}
@bcorrea
that helped me, thanks
But now I get this?
You need to check the column type you have on Factura DataTable, if it is string than use {DATA.ToString}
@bcorrea
if I’m sorry I forgot that
another doubt
How do I register this data in Excel?
it only generates one line
It is hard to know what your project goal is, but looks like you are reading a xml and want an excel? See if this helps you: Import XML to Excel