Can you run one last test please?
Can you share the Info, Warn or Error message which will be shown in the Message panel of the Connect Designer application when you run the (1) custom query:
= exec dbo.GetBP '452674'
And when you run (2) the custom query:
= exec dbo.GetBP '{automation.parameters.numCommande}'
I’m asking you this because I’m able to run the following custom query for example in which I also make use of a Runtime Parameter:
= SELECT * FROM users WHERE USERNAME='{automation.parameters.username}'
Where in my case the following Info message will be shown in the Messages panel:
= SELECT * FROM users WHERE USERNAME=’{automation.parameters.username}’ parsed into SELECT * FROM users WHERE USERNAME=‘John Doe’ (Dm_1742)