Add SiteScript with LogicApp URL causes error?

Copper Contributor

Hi Everyone,

 

I was just creating a site script with the triggerflow function and it is failing as it doesn’t like my Logic App URL??

 

Does anyone have any idea why this might be?

 

it looks like the format of the Logic App url has also changed a bit since I last used PNP. powershell to add a site script.

 

Error complains about invalid url for Trigger Flow

{
"verb": "triggerFlow",
"url": "<A trigger URL of the Flow.>",
"name": "Record and tweet site creation event",
"parameters": {
"event": "Microsoft Event",
"product": "SharePoint"
}
}

 

any idea what’s causing this?

 

0 Replies