If I remember correctly, there is no direct support for Table Value Parameters in Logic Apps now.
Maybe you can bypass this by passing Xml or JSON to the Stored Procedure and then using SQL Server native Xml/JSON support to treat them as tables.
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 looking to use the Execute Stored Procedure action to insert records into a table in bulk (e.g. 100 rows at a time). I plan on creating a stored procedure that uses a TVP in order to bring in the 100 records from the caller.
Does the Execute Stored Procedure support TVP params?
Thanks,
Mike
If I remember correctly, there is no direct support for Table Value Parameters in Logic Apps now.
Maybe you can bypass this by passing Xml or JSON to the Stored Procedure and then using SQL Server native Xml/JSON support to treat them as tables.