I'm new for power apps. I need to Hide and show some screen based on radio button.
Here is my Scenarios:
I have a sharepoint online list. Under Email group type field, we have a radio button. So that, when users selected each radio button, it will open diffrent screen or forms based on the radio button selected. How can I do in power apps?
Hint:
I did this project in infopath years ago. I created sections and I put a conditions and hiding. It was simple
Solved! Go to Solution.
Hi @Sara328,
This is easy to achieve, you just need to put your forms in different screens and make the OnSelect property of each buttons to navigate to the corresponding screens.
Navigate( Screen, Transition [, UpdateContextRecord ] )
For your reference:
https://powerapps.microsoft.com/en-us/tutorials/function-navigate/
Regards,
Mona
Hi @Sara328,
This is easy to achieve, you just need to put your forms in different screens and make the OnSelect property of each buttons to navigate to the corresponding screens.
Navigate( Screen, Transition [, UpdateContextRecord ] )
For your reference:
https://powerapps.microsoft.com/en-us/tutorials/function-navigate/
Regards,
Mona
Hello
Following this thread, how do i give each radio button a different OnSelect function. It seems I can only change the OnSelect function of the "Whole set" of radio buttons?
I am a beginner 😞
Thank You
Lorcan
User | Count |
---|---|
205 | |
94 | |
87 | |
47 | |
43 |
User | Count |
---|---|
252 | |
104 | |
103 | |
61 | |
57 |