Hello,
I'm working on a logic app.
In this logic app I have an excel table and there are 4 columns of this excel table.
I'm using list rows present table and then I need to run my stored procedure.
This stored procedure has 3 ınput parameters. Two of them is static, but the last one is an xml list.
I need to use these 4 columns as a input parameter in the stored procedure, because after that I'll insert this result set into a db table. 
how can i handle this flow? thanks