How to Use Power Apps Deep Linking Parameters

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 18

  • @WaliSayed
    @WaliSayed Рік тому +1

    the variable at the OnStart was what I had missed, made my app work! Thanks a lot

  • @turisabela
    @turisabela 2 роки тому +2

    Hi Brian, great video! Your video has helped me to figure it out what I was missing in the formula on start. Thanks!!

  • @jakegolden9929
    @jakegolden9929 2 роки тому +1

    Hey Brian, amazing video! I watched many videos over the past few nights on deep linking tutorials and this one is by far the simplest and easiest to understand. The way you go into detail on each step/function, and also the WHY, is a tremendous help. So many videos skip over the why part and it can be quite difficult to understand.
    But again, amazing job and this gave me the perfect directions and I look forward to checking out more of your videos from this point forward!

  • @ashleyswellie336
    @ashleyswellie336 2 роки тому

    Thanks Brian, your solution was much more straight forward than some of the others I had found! I had it working for a bit but now am running into an issue when accessing the deep link. The link opens to the correct screen but is stuck on 'Getting your data ...'. I've noticed that the app doesn't appear to be executing the OnStart logic.. any ideas on remedying this?

  • @marieraymond6512
    @marieraymond6512 Місяць тому

    Hey Brian, I watched this video a few times but the app web link doesn't show up as a hyperlink in the email notification. It is text. I tried inserting the around it but didn't help.

  • @OjuluOjumu
    @OjuluOjumu Рік тому

    Hi all in Pragmatic Works, thank you so much for this awesome video and thanks for all you do to help people. I have one question.
    I have built a form using Power Apps. My form has 5 checkbox fields which allows for multiple selections. I have also built responsive gallery to display the items on Power Apps.
    Now the issue that I am having is, I wanted to have a deep linking URL to get the URL of a particular record. I followed the video and did it. But, when I view the record clicking on the link, none of the checkbox selections are shown. Are there any settings that I'm missing?

  • @rijulrajkhurana06
    @rijulrajkhurana06 8 місяців тому

    Hello,
    Once the item is loaded via the URL generated and sent via email and if I navigate to any other item or even the Home Screen, the ID=45 is always there and doesn't change when going to a different item. :(( Is there a way to reset it post movement to other page?

  • @danielwu8660
    @danielwu8660 2 роки тому

    Hi Brian, Thanks a ton for the video! When I tried to use it to open power apps with params in a mobile device, I realized the parameter is ONLY passed/updated when a user currently have the App closed/unopened and starting the app freshly. It seems not updating the Param("...") value if an app is already opened. Did you notice this issue and potentially have a work around on that?
    Thanks a lot again!

  • @abeerelsayed5861
    @abeerelsayed5861 Рік тому

    Thanks a million..

  • @andyhernandez5108
    @andyhernandez5108 2 роки тому

    Please let me know if you can create Folder in Windows desktop using PowerApps or Power Automate? I’m also interested in creating Folder Shortcuts. Can this be done at all?

  • @ppei2012
    @ppei2012 2 роки тому

    Thank you for the video. Can you do a video on how to insert a link in email to open Power Apps form for a particular SharePoint list item?

    • @PragmaticWorks
      @PragmaticWorks  2 роки тому +1

      Sure, the concept is exactly the same. Your app would just need to point to a SP list instead of a SQL Server table. Only difference is you would use the Sharepoint Item ID. :)

  • @myeonlvr
    @myeonlvr 2 роки тому

    is there any way we can use a button in canvas app to turn off internet or wi-fi connection in the System or PC?

  • @itforeveryone5426
    @itforeveryone5426 2 роки тому

    How to push notification for user? and user click push notification after view file pdf in gallery or deep link or navigate sub screen? thanks. help me

    • @PragmaticWorks
      @PragmaticWorks  2 роки тому

      For that, you can use the Power Apps Notification connector and have it open the app with parameters as shown in this video.