Hi everyone,
I have build a flow to be triggered when a new Excel file is uploaded to a SharePoint folder. The flow takes a table in the Excel file and then inserts each row in a SQL table.
As an outline, this is what the flow looks like:

The "Parse JSON" operator looks like:

And the "Insert row" for SQL, where each field in the SQL table is linked to the corresponding field in the JSON:

The problem comes when I run the flow, the JSON outputs contain the data from the Excel table, but the are not input into the SQL connector. The output of the Parse JSON, which contains data as highlighted:

However in the SQL connector the output does not make sense:

And in the corresponding SQL table, the flow does write into the SQL table but the values remain NULL:
