希望是可以发送运行后投稿的新消息邮件
但实际也发送了运行前(手动turn on前)的投稿消息
是需要加判断条件吗
Thank you.
In my case, if turn it to instant flow, it will have no difference to send an email manually in Teams.
Still thank you for your answer.
Hi @zz123ff ,
Trigger type is fixed. Generally speaking, automated triggers are polling, and instant triggers are webhook.
Best regards,
Thank you for the source.
Is it possible to change polling triggers into Webhook triggers?
Hi @zz123ff ,
I found below source about the issue:
Troubleshoot common issues with triggers - Power Automate | Microsoft Learn
If you turned off your flow and then turned it back on, depending on your trigger type, your old triggers may be processed.
Best regards,
Hi @zz123ff ,
I have never encountered this kind of situation. But you can use Trigger condition to reduce flow runs:
Get started with triggers - Power Automate | Microsoft Learn
Form your end, set trigger condition to:
@greaterOrEquals(triggerOutputs()?['body/createdDateTime'], addMinutes(utcNow(), -1))
so the flow will be triggered by new messages that created later than 1 minute ago (to avoid delays in HTTP requests).
Best regards,
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional