Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to put Logic App Run History Identifier inside logic app action input field?

Hi i was searching on if there is any way to put the logic app identifier into a logic app actions input field?

Is it possible to retrieve it some how?

enter image description here

like image 668
John Avatar asked May 03 '17 07:05

John


People also ask

How do you check run history in logic app?

Select your logic app. On your logic app's menu, select Overview. On the Overview pane, select Runs history. Under Runs history, all the past, current, and any waiting runs appear.

How do I add tracked properties in logic app?

Completed events and tracked properties might not appear in your Log Analytics workspace for 10-15 minutes. In the Azure portal, find and select your logic app. On your logic app menu, under Monitoring, select Diagnostic settings > Add diagnostic setting.

Which type of trigger should you use to invoke the logic app?

To make your logic app callable through a URL and able to receive inbound requests from other services, you can natively expose a synchronous HTTPS endpoint by using a request-based trigger on your logic app.

Can a logic app have multiple triggers?

Multiple triggers can be accommodated in a Logic App workflow. As mentioned by Microsoft Azure, a single Logic App can have up to 10 triggers in it.


1 Answers

Found it!

@{workflow()['run']['name']}

Worked like a charm.

like image 125
John Avatar answered Oct 11 '22 23:10

John