最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

publish subscribe - Azure Logic App HTTP Trigger Event Grid Topic - Stack Overflow

programmeradmin2浏览0评论

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 .

  1. 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 .

  1. 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
Add a comment  | 

1 Answer 1

Reset to default 0

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:

发布评论

评论列表(0)

  1. 暂无评论