Hi LR,

Thank you for the details. I have checked thoroughly regarding your points.

Issue #1,2,3,5 are fine. I have parameter defined in the pipeline which has exact same name as the databricks param and it is being referenced correctly in the variable. I have validated the pipeline and the activity for the same. I am trying to capture the value of the parameter in the Set Variable and still getting null there for every run.

Regarding Issue #4, I have tried passing the body as you have mentioned. I passed the below as I wanted to trigger the pipeline from the copy activity only to test:

body = {
"parameters": {
"curr_working_user": "xyz"
},
"isRecovery": False,
"startActivityName": "Copy data from ADLS to Share" 
}
Andolina1_0-1747762070970.png

 

I expected it to start at the copy activity but strangely it started from the beginning of the pipeline. I highly suspect the POST request is not passing the json correctly or there is some issue with parameters in the API.
Kindly let me know your thoughts.
 
 
Andolina