Hello,
I am quite new to the flow (in short knows nothing) and I am creating a flow for the first time and needs help!
I have created a PowerApp and I need to run a On Premise SQL Server Stored Procedure which requires an input. That input I intend to provide through using a text box input.
In this scenario, the stored procedure will create a table for the direct and indirect reporting employees of a given employee ID. This ID is an input field/text field in PowerApps. I am doing following steps:
- I chose PowerApps as a connector
- Under Action, I chose SQL Server and then execute Stored procedures

3. I do not know what to put under "plnitld". In case if I am skipping the step, I am getting the error:
{
"status": 400,
"message": "Table does not contain column: 'pInitId'. Valid fields are: 'inp'.\r\n inner exception: Table does not contain column: 'pInitId'. Valid fields are: 'inp'.\r\nclientRequestId: 0ec623d8-f293-4220-8fdb-2b0cafe875be",
"source": "sql-wus.azconn-wus.p.azurewebsites.net"
}
This is quite crucial for me as this will depend on the success of the app I have created.
Any help/guidance will be highly appreciated.
Thanks,
Vivek