i am trying to use the AzureDataFactory Connector to run a exisiting pipeline. Here is the code:
AzureDataFactory.GetPipelineRun("69.............6";"abcd-bi-dev";"abcd-bi-dev-df";"Q6_Steuersaetze")
the parameters for the GetPipelineRun are the following:
1. subscriptionID
2. ResourceGroupName
3. dataFactoryName
4. pipelineRunName
after clicking the button with the code i receive the following Error Message:
"The response is not in a JSON format","innerError": "Cannot read server response"

Any solutions or work around ?
Any advice is appreciated, thanks in advance.