Skip to main content
Microsoft logo
Power Apps
    • AI Builder
    • Automate processes
    • Azure + Power Apps
    • Build apps
    • Connect data
    • Portals
  • Pricing
    • Overview
    • Become a Partner
    • Find a Partner
    • Find consulting services
    • Blog
    • Customer stories
    • Documentation
    • Roadmap
    • Self-paced learning
    • Webinars
    • Overview
    • Issues
    • Give feedback
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • Register
    • ·
    • Sign In
    • ·
    • Help
    Go To
    • Power Apps Community
    • Get Help with Power Apps
    • Building Power Apps
    • Microsoft Dataverse
    • AI Builder
    • Power Apps Governance and Administering
    • Power Apps Pro Dev & ISV
    • Power Apps Portals
    • Power Platform Integration - Better Together!
    • Power Platform Integrations
    • Power Platform and Dynamics 365 Integrations
    • Community Blog & News
    • News & Announcements
    • Power Apps Community Demo Extravaganza 2020
    • Galleries
    • Community App Samples
    • Webinars and Video Gallery
    • Canvas Apps Components Samples
    • Kid Zone
    • Business Value Webinars and Video Gallery
    • Emergency Response Gallery
    • 2019 Microsoft Business Applications Summit Recordings (Archived)
    • Microsoft Business Applications Summit 2020 Session Recordings
    • Ideas
    • Power Apps Ideas
    • Community Support
    • Community Accounts & Registration
    • Using the Community
    • Community Feedback
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Power Apps Community
    • Galleries
    • Community App Samples
    • Re: Power Apps Training App Template

    Re: Power Apps Training App Template

    12-03-2020 21:51 PM

    ewfefwef
    Frequent Visitor
    209 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    aprildunnam
    aprildunnam Power Participant
    Power Participant
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    Power Apps Training App Template

    ‎08-11-2020 07:23 AM

    In this Template Tuesday video I demo my Training Assignment App. This template gives you a way to explore and manage required training tasks. You can explore different kinds of video training, assign training to users, and users can see and complete their training task assignments. Some key things you'll learn about: ✅ Show/Hide objects ✅ Adjust the X position of objects dynamically ✅ Gallery Styling ✅ Conditional Formatting Download the app here: https://github.com/aprildunnam/PowerA... This includes the Power App template itself as well as a Flow that you can install and run which will provision the underlying SharePoint lists.

    watch?v=emJmyQZBwVg

    Labels:
    • Labels:
    • Galleries and forms
    • Mobile app design and user experience
    Message 1 of 2
    633 Views
    3 Kudos
    Reply
    • All posts
    • Previous Topic
    • Next Topic
    ewfefwef
    ewfefwef
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Email to a Friend
    • Report Inappropriate Content

    ‎12-03-2020 09:51 PM

    Great app and love how you provided the flow to create the lists.
    Minor feedback. I found some list column names didn't match the code. Some space and some none. 'Assigned To Email' 'Training ID'

    Just adjusted, easier to take space out of lists.

    Also adjusted the TrainingID column to use Sharepoint lookup/join

    ewfefwef_0-1607060839218.png

    Couldn't get Patch to work for assigning tasks so adjusted with this, worked.

    Had to find the matching course by TrainingID in the joined table/list to patch the correct record.

    Everything working well and easy to adjust.

    Assign = 

    ForAll(
    ComboBox1.SelectedItems,
    Patch(
    'My Training', Defaults('My Training'),
    {
    Title: selectedCourse.Title,
    AssignedToEmail: ThisRecord.Mail,
    AssignedTo: {
    '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
    Claims: "i:0#.f|membership|" & ThisRecord.Mail,
    Department: "",
    DisplayName: ThisRecord.DisplayName,
    Email: ThisRecord.Mail,
    JobTitle: "",
    Picture: ""
    },
    TrainingID: {
    '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
    Id: selectedCourse.ID,
    Value:selectedCourse.Title
    },
    'Due Date':DatePicker1.SelectedDate,
    Status:"Pending"
    }
    )
    );
    Reset(DatePicker1);Reset(ComboBox1);
    UpdateContext({showAssign: false});Refresh('My Training')

    Message 2 of 2
    209 Views
    0 Kudos
    Reply

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Automate
    • Power Virtual Agents

    Power Apps

    • Sign in
    • Sign up

    Browse

    • Sample apps
    • Services

    Downloads

    • Studio
    • iOS
    • Android

    Learn

    • Documentation
    • Support
    • Community
    • Give feedback
    • Blog
    • Partners

    • © 2021 Microsoft
    • Follow Power Apps
    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Trademarks