Power Platform - Pass Parameters From the URL to a Power App

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

КОМЕНТАРІ • 19

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

    Great examples. Straight to the point! Thanks for sharing.

    • @Novalogix-ltd
      @Novalogix-ltd  4 місяці тому

      Thank you! I have a whole new set coming soon with updated content!

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

    this video help me a lot, thanks a lot!

    • @Novalogix-ltd
      @Novalogix-ltd  4 місяці тому

      You are welcome! I have a whole new set coming soon with updated content!

  • @imran002ali
    @imran002ali 4 місяці тому

    Hello, your video is very informative, thanks

    • @Novalogix-ltd
      @Novalogix-ltd  4 місяці тому

      Thank you! I have a whole new set coming soon with updated content!

    • @imran002ali
      @imran002ali 4 місяці тому

      @@Novalogix-ltd , you are welcome. looking forward to the new contents, thank you

  • @jontanneguy4960
    @jontanneguy4960 11 днів тому

    For the actual 'power apps' app, if it is already open to the specific app, it won't refresh/reload the new parameters. Is there any workaround for this?

    • @Novalogix-ltd
      @Novalogix-ltd  11 днів тому

      Hey! The Parameters in the URL are static as they exist in the URL as they are loaded if you need them to change store the Param() in a variable or context an update the variable or context as they change, let me know if that helps ;)

    • @jontanneguy4960
      @jontanneguy4960 10 днів тому

      @@Novalogix-ltd Yes indeed so, but please try this: open the power apps in the actual mobile/desktop power app using URL parameters. If the app is already running, any URL linked to that app will not load any new url parameters.
      I'm using the link: ms-apps:///providers/Microsoft.PowerApps/apps/?TestParam=Test
      But lets say if I leave the app open and I want to execute a url with another TestParam value, it won't reload the param into the app. The only way around this would be to have a separate app to pass the param to the other app which would 'refresh' it but it isn't a good solution.

  • @DevinSpitalny-j4n
    @DevinSpitalny-j4n Рік тому +1

    Hey the video is awesome! For the last parameter you made is there any way you connect that to multiple screens. For example, if the id number already exist it goes to the edit screen with the list information and if the id number doesnt exist it goes to a new screen to fill out the form information.

    • @Novalogix-ltd
      @Novalogix-ltd  4 місяці тому

      Hey! for sure, I know this is an old comment but you can collect the parameter and then do an If Statement using IsBlank() to perform a navigation or you can use the StartScreen parameter in the App control.

  • @นิศาชลทองแป้น

    Wow, thank you very very much 😄

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

    I've done this by putting a link in a workflow to the specific screen and ID. ID it refers to is the record that was added that triggered the flow. It is opening the correct form, but regardless of the record.. it opens to the first record in my list. any idea why?

    • @Novalogix-ltd
      @Novalogix-ltd  11 днів тому

      Hey Tess sorry for the long delayed reply did you get this working in the end?

  • @swapnilmore9767
    @swapnilmore9767 5 місяців тому

    How to pass page url where powerapps is embedded

    • @Novalogix-ltd
      @Novalogix-ltd  4 місяці тому

      Great question, it depends where and how you have embedded it but you will need to pass the parameter into the embed url and the power app will be able to collect it, we do this often with Power Pages where we have Canvas apps embedded!