Hi,
The scenario is I'm sending a Do Query API request to a table in a database via Alteryx. I send along a JSON Query string, I fill out the Headers tab, etc.
I get the return JSON payload that I'm currently saving as a text.json file.
The intension is to then use that JSON payload as input to another table using an Insert Records API.
The field IDs in the payload will not/do not match the field IDs of where the data is going.
Can someone guide as to what is the appropriate way to resolve this, so that the data in the JSON upload is appropriately matched to their corresponding data fields in the destination table?
Thank you for any guidance
Chris