Share via

Microsoft Forms

Anonymous
2025-03-24T19:14:33+00:00

Hi, I need to create a form to book a bus journey. Maximum number of places in a bus is 101. Can I set up somewhere that 102 request will be automatically showing that the number of places are filled out?

Microsoft 365 and Office | Install, redeem, activate | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2025-03-25T23:36:03+00:00

    Dear Edyta,

    You are welcome.

    Welcome to post a new thread at your convenience on our forum if you encounter any issues in your environment.

    Thanks for your time and effort.

    Sincerely

    Cliff | Microsoft Community Moderator

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-03-25T07:31:54+00:00

    Thank you :)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-03-25T01:24:21+00:00

    Dear Edyta,

    To achieve the requirement, you need to access the data of the form submission and then let Forms auto-check the number of the bus booking and whether the max number has been reached.

    I'm afraid that Forms has no such features and less customization. You may need to use PowerApps to create a form with a SharePoint list as the data source instead of Microsoft Forms to move forward.

    Here is a demo for your reference.

    As an example, when the submission reaches four, a message pops up in the PowerApps form to notify the users that max number is reached.

    The SharePoint list name is Bus Book Request. You can connect it to PowerApps.

    Add a text control "The max request number is reached" and set If(CountRows('Bus Book Request')=4,true,false) on Hidden.

    After that, when 4 items are added to the list, the message will pop up in PowerApps. In your environment, you can set the formula like If(CountRows('Bus Book Request')=101,true,false)

    Your understanding is highly appreciated.

    Sincerely

    Cliff | Microsoft Community Moderator

    Was this answer helpful?

    0 comments No comments