Deeplinks in Canvas Apps

Поделиться
HTML-код
  • Опубликовано: 28 май 2024
  • Learn how to use Parameters in your Canvas App URLs in conjunction with the StartScreen and OnStart properties in order to do cool things like open up to a specific screen, and automatically load a specific item into a Form!
    👍 If you enjoy this video and are interested in formal training on Microsoft Teams, Power BI, Power Apps, Azure, or other Microsoft products you can use my code "NATE30" at check out when purchasing our On-Demand Learning classes to get an extra 30% off - pragmaticworks.com/pricing/
    -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - -
    Next step on your journey:
    👉 On-Demand Learning - Start With The FREE Community Plan: tinyurl.com/2ujujsb5
    🔗Pragmatic Works On-Demand Learning Packages: pragmaticworks.com/pricing/
    🔗Pragmatic Works Boot Camps: pragmaticworks.com/boot-camps/
    🔗Pragmatic Works Hackathons: pragmaticworks.com/private-tr...
    🔗Pragmatic Works Virtual Mentoring: pragmaticworks.com/virtual-me...
    🔗Pragmatic Works Enterprise Private Training: pragmaticworks.com/private-tr...
    🔗Pragmatic Works Blog: blog.pragmaticworks.com/
    Let's connect:
    ✔️Twitter: / pragmaticworks
    ✔️Facebook: / pragmaticworks
    ✔️Instagram: / pragmatic.works
    ✔️LinkedIn: / pragmaticworks
    ✔️RUclips: / pragmaticworks
    Pragmatic Works
    7175 Hwy 17, Suite 2 Fleming Island, FL 32003
    Phone: (904) 638-5743
    Email: training@pragmaticworks.com
    #PragmaticWorks

Комментарии • 8

  • @islamshaban216
    @islamshaban216 10 месяцев назад +1

    Amazing

  • @conaxlearn8566
    @conaxlearn8566 9 месяцев назад +1

    Nice tut. However, what happens if an invalid item ID is specified as the param? My screen got stuck at 'Getting your data...'. It would be nice to be able to automatically navigate to the home screen again if Lookup could not find the record by id.

    • @powertothepeople4525
      @powertothepeople4525 9 месяцев назад

      What about something like:
      OnVisible of the screen.... If(IsEmpty(Filter(Datasource,ID = Param("itemId")),Navigate(HomeScreen),false)

    • @conaxlearn8566
      @conaxlearn8566 9 месяцев назад

      @@powertothepeople4525 Had tried that but you can't use Navigate in OnVisible.

  • @user-ig5ks7zx8k
    @user-ig5ks7zx8k 7 месяцев назад

    The only issue is that if there are multiple requests being made through the powerapps, it will go to the recent latest ID/entry, how can i be able to redirect the users to a specific request? That way if multiple people are sending through a request, all the emails with the "click here" hyperlinks wont redirect the user to the newest request but rather the request that was being made at the time.... if that makes sense

    • @breadandcheese1880
      @breadandcheese1880 3 месяца назад

      Make your ID unique. So that you avoid this situation.

  • @user-zo7gs6xf3o
    @user-zo7gs6xf3o 10 месяцев назад

    You do not show how the ApproveReject form uses the varItemId, did you set that somewhere else?

    • @powertothepeople4525
      @powertothepeople4525 10 месяцев назад

      It's pretty quick and towards the end, but at 11:55, I set the Item property of the form to varItemId :)