I have been asked to create a simple fitness tracker app at work using PowerApps. The app will be used to manually enter in and view a step count.
Am I able to build in User Authentication via Azure AD or similar type of Office 365 login so that our employees can log in to view their steps and add steps?
Is PowerApps capable of having such functionality or would I better off somewhere else?
Here is an outline of the screens:
Screen 1:
- Display a welcome message
- Chart for "my" steps this month
- Chart for "department" steps this month
- "Manage Steps" button that takes you to Screen 2
Screen 2:
- Display a table with a list of all of the "logged in" user's steps from database where "deleted_date" is blank or null
- Display a "delete" button next to each step entry
- When "delete" is clicked, mark entry with "deleted_date" in database and display confirmation message it was deleted
- "Add New Steps" button that takes you to Screen 3
- "Back to Home" button that takes you to Screen 1
Screen 3:
- Display a add new step generic message
- Display a form with the following: Your Name, Your Department, Steps Date, Steps Count
- "Submit" button that saves the step entry to the database, displays a success message, and takes you back to Screen 2
Thanks in advance.

Report
All responses (
Answers (