web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Powerapps Dynamic Forms
Power Apps
Unanswered

Powerapps Dynamic Forms

(0) ShareShare
ReportReport
Posted on by 4

i have a question.. can we create dynamic forms in power apps like Microsoft forms.

I have scenario whereas we have 30 customers which will create questionnaire on Powerapps..questions can be Yes/ No. Or text types..count of questions may vary with customer. After creating the questionnaire, other users will have to answer those questions...

 

Can we do it on power apps..

Categories:
I have the same question (0)
  • Yogi2 Profile Picture
    4 on at

    @WarrenBelz @BCBuizer @NandiniBhagya20  @LaurensM  - Please guide and help

  • HenWang Profile Picture
    Microsoft Employee on at

    Hi @Yogi2 ,

     

    You just need to create several different screens for these users and let them visit the related screen according to their roles by adding them into different SharePoint lists.

     

    For example, in my scenario, I have two screens, one is for the admin, the other is for the normal user. Then I will create two lists named Admin and Normal_user. Both of them has person column. I need to add people into these two list in advance. And below would be my code in the button to navigate to the screen to do the answering action:

     

    If(CountRows(Filter(Admin,person_column.Email = User().Email)) = 1, Navigate(admin_screen), If(CountRows(Filter(Normal_user,person_column.Email = User().Email)) = 1, Navigate(normal_user_screen)))

     

    Then you can design the screens to make different questions for different users with different roles.

     

    Also, there are other ways to configure the roles of users, you can refer to this vedio:

    Implementing Role Based Security in Power Apps - YouTube

     

    Best Regards,

    Hen Wang

  • Yogi2 Profile Picture
    4 on at

    Hi Hen- Thanks for your response and yes we can navigate users based on Roles. However, i have a different scenario . we have 35 customers. we want that every customer will use PowerApps every month to add there questions, it can be text or drop down or Yes/No. also, questions count may vary to 50 to 400 and each time they may add few new questions.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard