Deeplinks in Canvas Apps

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 9

  • @Dee-d8i
    @Dee-d8i 6 місяців тому

    I followed this method, my app is navigating to the correct page, however it is not picking up the ID. So it navigates to the correct screen, but the form is empty and doesn’t pick up the proper item in the list based off the ID

  • @conaxlearn8566
    @conaxlearn8566 Рік тому +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 Рік тому

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

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

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

  • @Omayer-c7q
    @Omayer-c7q Рік тому

    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 11 місяців тому

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

  • @RandyGreig-d6v
    @RandyGreig-d6v Рік тому

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

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

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

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

    Amazing