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 .
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?
This 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: