Hi All,
I'm using the Input tool to connect to a Salesforce instance that hosts an existing report that I need for the workflow.
Output of Salesforce extract is a single JSON record. I tried using JSON parse tool. But that just converts JSON to JSON_Name and JSON_ValueString combination values.
How do I convert JSON extract to a readable format/ an excel file containing all column and row values (that are in Salesforce report)? I need to use row and column values from the Report for further workflow processing.
Thanks!