Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Microsoft forms

(0) ShareShare
ReportReport
Posted on by
Hallo 🙂 I have a question about the flow. I want to get one E-Mail after 10 people fill the Form. How can i change the option to get only one E-Mail after ten people fill the Form? Thank you in advance for the Information.
  • Community Power Platform Member Profile Picture
    on at
    Re: Microsoft forms

    Hallo,

    so I need to copy the URL Link of the Form that I create and paste the link in the documents right? After that create a Sharepoint list with a number type column? What is the next step because it doesn`t work. Thank you for the complete information and please paste screenshots of the complete process. 

    with best regards

  • v-yuazh-msft Profile Picture
    on at
    Re: Microsoft forms

    Hi @Anonymous,

     

    If you want to get only one E-Mail after ten people fill the Form, you must save the person response number somewhere so when the number is equal to 10, send the email in flow.

     

    For example, you could create a sharepoint list with a number type column, and then create a item to save the person response number, the Initial value is 0, the you could create the flow to update the item to add 1 to the person response number when a new response is submitted.

     

    I have made a test on my side, you could create the Number type column as below:

    Capture.PNG

    And you could create the first item in the new list as below (Because the first item's id would be 1):

    Capture.PNG

     

     You could refer to screenshot below to create the flow:

    Capture.PNG

     

    The expression in the Number column in the Update item action as below:

    add(body('Get_item')?['Number'],1)

    The expression in the Condition as below:

    @equals(add(body('Get_item')?['Number'], 1), 10)

    When the response is submitted for 10 timea, the flow would send the email as below:

    Capture.PNG

     

     

    Best regards,

    Alice

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,522 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,890 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow