Hi Gużewski, Jacek ,
Thankyou for using Microsoft Q&A platform and thanks for posting your query here.
As per my understanding you are trying to pass parameter value for stored procedure in mapping dataflow of ADF via dataflow parameter.
Parameters in dataflow can be referenced in data flow expression.
In case if you want to use dataflow parameter , you need to pass it via expression only so that it would be treated as dynamic, if you directly type the value in the textbox , it is treated as static value as a string.
Kindly consider choosing the parameter from the list of available parameters inside of the Expression Builder under the Parameters tab.
To Assign parameter values from a pipeline , select pipeline expression language
Hope it helps. Kindly let us know how it goes. Thankyou