Hi there,
I deserialize from json to datatable. I write range in table range at A10. I was not able to export it. Any help?
Hi there,
I deserialize from json to datatable. I write range in table range at A10. I was not able to export it. Any help?
Use Excel Application Scope give your Excel file path inside it, place Write Range DataTable = dt Range = "A10" Check/Uncheck AddHeaders as needed.
Also if the JSON didn’t deserialize correctly, Generate DataTable may produce an empty table you can check with myDataTable.Rows.Count.ToString in a Message Box before writing.
Cheers
Add log messages in your workflow to check what was deserialized, how many rows etc. to debug the issue. Sharing the workflow screenshot could be helpful to use to suggest you the solution more quickly.
Can you please elaborate
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.