I need help , I need to develop a Logic app which can be triggered from an API, API backend is a logic app as a backend and HTTP request body payload should be publish to a domain topic . I am having an issue when configuring the event grid publish a topic action , in the new logic app designer , I am not able to get the body object of HTTP Trigger in the Parameters configuration in dynamic content ,it says no dynamic content is available , but in the old logic app designer I am able to get the HTTP Trigger Body object in to the event grid publish parameters configuration, please find screens shots of the logic app actions below currently configured .
- Logic App Designer and actions 2.The issue with the Event Grid Configuration topic parameters
can any one help on this please ?
Regards, Hari
In the Azur logic app new designer is not behaving as I expected , how to configure HTTP Trigger body as a topic Parameter Data property value?
I need help , I need to develop a Logic app which can be triggered from an API, API backend is a logic app as a backend and HTTP request body payload should be publish to a domain topic . I am having an issue when configuring the event grid publish a topic action , in the new logic app designer , I am not able to get the body object of HTTP Trigger in the Parameters configuration in dynamic content ,it says no dynamic content is available , but in the old logic app designer I am able to get the HTTP Trigger Body object in to the event grid publish parameters configuration, please find screens shots of the logic app actions below currently configured .
- Logic App Designer and actions 2.The issue with the Event Grid Configuration topic parameters
can any one help on this please ?
Regards, Hari
In the Azur logic app new designer is not behaving as I expected , how to configure HTTP Trigger body as a topic Parameter Data property value?
Share Improve this question asked Mar 14 at 13:05 Aluri BalahariAluri Balahari 52 bronze badges 2- Can you please provide the plan you are using? Consumption or Standard Plan? – RithwikBojja Commented Mar 17 at 3:52
- Consumption Plan I am using – Aluri Balahari Commented Mar 17 at 11:21
1 Answer
Reset to default 0This happens sometimes, when one is currently is using new logic app designer. To simple use trigger body part in next action, you can just use triggerBody()
as below:
this works the same way as dynamic content: