Skip to main content

Notifications

Power Automate - Using Connectors
Answered

Power Automate 429 error handling posting adaptive cards

(0) ShareShare
ReportReport
Posted on by 31

Hi, 
I wanted to know if it may be possible to use the recurrence trigger to accommodate the throttling limit of the Teams connector. I want to use a 5 min interval and use the last listed user from the dataverse table let say user x was the last user to receive the adaptive card, record that user in a table and then use the dataverse filter to start from the new -  x+1 user and post the adaptive card from that onwards. Is something like this something possible to implement. 

  • Verified answer
    Linn Zaw Win Profile Picture
    Linn Zaw Win 2,982 on at
    Re: Power Automate 429 error handling posting adaptive cards

    @ikhan_24 

    That is possible. All you need to do is store that user list in a table (which will be similar to a queue). The scheduled flow will query that table with "List Rows" action to get the first active row (e.g. user x) with the following parameters.

    • Filter rows: statecode eq 0
    • Sort By: createdon
    • Row Count: 1

    After posting the adaptive card, deactivate that record and the next instance of the flow run will pick up the x+1 user which is active.

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,636

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,942

Leaderboard

Featured topics