Execute stored procedure (V2) - Failed to retrieve dynamic inputs #1345
Unanswered
kpenumarthi
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect to an Azure SQL Database from Logic Apps to execute a stored procedure, but getting error 'Failed to retrieve dynamic inputs. Error details: 'Error occurred while executing the following API parameters: '/v2/$metadata.json/datasets/<Server_Name>,<Database_Name>/procedures/"Procedure_Name>"'.
Below are the steps i followed.
Despite checking and configuring all these, getting the error 'Failed to retrieve dynamic inputs. Error details: 'Error occurred while executing the following API parameters: '/v2/$metadata.json/datasets/<Server_Name>,<Database_Name>/procedures/"Procedure_Name>"'.
As the application is not resolving any names like server name and database name, i provided them as custom values, but it is not recognizing stored procedure name. Please suggest steps to solve this.
Beta Was this translation helpful? Give feedback.
All reactions