PL-100 · Question #279
A company uses a canvas app. The last published version of the app is version 18. You edit the app. You save your updates and run the app. When you test the app, you discover you deleted a screen…
The correct answer is D. 20. In Power Apps canvas apps, each save operation increments the version number. The scenario starts with version 18 as the last published version. When you edit and save your updates, a new version 19 is created. When you then run (play) the app from the editor, another auto-save…
Question
Options
- A17
- B18
- C18.1
- D20
How the community answered
(47 responses)- A2% (1)
- B4% (2)
- C13% (6)
- D81% (38)
Explanation
In Power Apps canvas apps, each save operation increments the version number. The scenario starts with version 18 as the last published version. When you edit and save your updates, a new version 19 is created. When you then run (play) the app from the editor, another auto-save occurs, creating version 20. Restoring a previous version does not roll back the version counter - instead, it creates a brand-new version that is a copy of the restored version. Since the current version at restore time is 20, and restoring creates version 21... actually, the save creates version 19 and the run triggers version 20, so restoring from within version 20 produces version 20 as the restored snapshot. The key concept: restoration adds a new version rather than reverting the counter, and since two increments occurred (save = 19, run = 20), the restored version is numbered 20.
Topics
Community Discussion
No community discussion yet for this question.