ADF Pipeline
Error
Stored Procedure
JSON Code of Lookup Activity
Parameters of Stored Procedure
Dynamic Content of RunID
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Cannot create Sql Source. Please double check the connection string, stored procedure are set with correct format. Error: The value of the property 'Value' is invalid for the stored procedure parameter 'RunID'
ADF Pipeline
Error
Stored Procedure
JSON Code of Lookup Activity
Parameters of Stored Procedure
Dynamic Content of RunID
I'd suggest putting all that logic in to a "Lookup Activity" stored procedure (not sure if you're doing a stored procedure or select max in that activity) so that the correct ID is returned
PS what if this process is kicked off twice concurrently, they'd both end up with ID 1000?