
Announcements
Hello,
I have a flow that is triggered by "When a new channel message is added", it basically checks the content of message for if it equals !SignIn and then runs a flow to sign in the user onto a SharePoint list.
I set the flow as a Instant however I noticed it changed to Automated once that trigger was set, when I post the message to Teams there is a 4/5 minute delay before the flow picks up the trigger and runs the flow, is there anyway to speed this up so it's almost instant?
Thanks as always!
Hi @StevenP,
This "When a new channel message is added" is a kind of HTTPWebhook trigger, it makes your logic app callable by creating an endpoint that can register a subscription by calling the specified endpoint URL. When you create this trigger in your workflow, an outgoing request makes the call to register the subscription. That way, the trigger can start listening for messages added in a specified channel. When an operation makes this trigger valid, an outgoing request automatically makes the call to execute the Flow.
HTTPWeebhook trigger is automated type trigger, it is impossible to set it to instant. And there is no setting to speed it up. The possible way to make it faster is keep the internet connect normal.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.