I have been asked to get data from a REST API into a SQL Server databaseI have tried using Power Transformation but have been stuck when I have finished parsing the JSON data.
I don't know which action to add so that the JSON data will be loaded into the desired table in the SQL Server database
Your assistance would be greatly appreciated
Below is the current flow:
When I try SQL Server action Insert row (v2)
This is shown:
I am trying to connect to my local's database via SSMS.
Table for the data has been prepared.