Hi, I was wondering if anyone knows how to convert JSON data into a structure that can be loaded in a SQL table.
My current flow looks something like this
AutomateBuddy
Solved! Go to Solution.
Hey @AutomationBuddy
You can do something as shown in the image below for the SQL insert row action too:
Note that you need to appropriately provide the JSON schema and if you are not sure about the schema, run the flow and copy everything from the http action output and in the parse json action select the generate schema from payload option and paste everything here and it will generate the schema for you that can be used to identify individual attributes in the dynamic selector for the consecutive actions.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @AutomationBuddy
You can do something as shown in the image below for the SQL insert row action too:
Note that you need to appropriately provide the JSON schema and if you are not sure about the schema, run the flow and copy everything from the http action output and in the parse json action select the generate schema from payload option and paste everything here and it will generate the schema for you that can be used to identify individual attributes in the dynamic selector for the consecutive actions.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
36 | |
21 | |
18 | |
17 | |
11 |
User | Count |
---|---|
26 | |
21 | |
20 | |
14 | |
13 |