Forum Discussion
Qusai_Ismail
Jun 11, 2023Brass Contributor
Run LogicApp from workbook
Hello,
Is there a way to run logic app manually from workbook using url or ARM action with passing parameters to that logic app.
Update : I tried using ARM Action and configure ARM action path as following
/subscriptions/<>/resourceGroups/<>/providers/Microsoft.Logic/workflows/<>/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=******
But got POST Failed Error !
3 Replies
- Clive_WatsonBronze ContributorTake a look at Matthews instructions (the last item, so keep scrolling down): https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/advanced-workbook-concepts-with-workbooks-202/ba-p/3784676
- Qusai_IsmailBrass ContributorMy goal is to pass variable from workbook to the logic app, is it applicable using the attached article? "when the trigger is microsoft incident"
- Qusai_IsmailBrass ContributorThanks, but this is working when the trigger for logic app in Microsoft incident and it's work with POST Success, i'm searching when the trigger is "http request is received" bcz there is an error "POST FAILED"