An Azure service that automates the access and use of data across clouds without writing code.
Also, below is my updated flow:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm trying to create a logic app flow. I have an excel file and I need to use columns of excel file as xml list. Because I'll use these xml list for an input of stored procedure.
I have initialized variable as empty at first step.
Then I have listed my excel file, then I have set variable such as xml format.
But when I choose the stored procedure, I cannot see my variable to set parameter value.
Is there any way to handle this problem?
An Azure service that automates the access and use of data across clouds without writing code.
Also, below is my updated flow:
Hi @Beyza Kızılkaya - Thank you for providing more information. It looks like you have initialized your variable as a type of Array. In order to populate an Array with values, you'll want to choose the Append to array variable action:
Could you try that out and see if that helps? Set variable action is for non-collection types such as Strings, Integers, etc.