PL-100 · Question #29
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. This is the third variant in the canvas app navigation series, and the answer is Yes - the proposed solution does meet the requirement. In Power Apps canvas apps, there are multiple valid ways to implement back-navigation. One valid approach is to add an icon control (e.g., a…
Question
Options
- AYes
- BNo
How the community answered
(16 responses)- A81% (13)
- B19% (3)
Explanation
This is the third variant in the canvas app navigation series, and the answer is Yes - the proposed solution does meet the requirement. In Power Apps canvas apps, there are multiple valid ways to implement back-navigation. One valid approach is to add an icon control (e.g., a back arrow icon) and set its OnSelect property to Back() or Navigate(Screen_Accounts, ScreenTransition.Cover). Another valid approach is to add a button with Navigate(Screen_Accounts). As long as the solution correctly invokes the navigation function pointing to Screen_Accounts, it satisfies the stated goal, and the answer is Yes.
Topics
Community Discussion
No community discussion yet for this question.