My basic flow is pictured below. I am parsing an Excel file passed in from a file attachment control in Power Apps. This works fine, I am doing a Get Tables as I am not sure what the user will name the table in the file, then a List Rows, Compose, and Parse JSON. This is all working well. My problem is how do I take the "Parse JSON" output and use it as input for my stored procedure which I will then use OPENSJON in Sql Server to load the data. The SP works fine when I pass it the raw JSON produced by the Parse JSON step.
