Forum Discussion
shawn_fielding
Feb 19, 2021Iron Contributor
Deep link to powerapps record using URL ID not working
Hi, So, I have a powerapp connected to a list. When a new list item is created (via Forms, but that does not matter), I have it send an email to a person who is supposed to double-check the new ite...
jamespack
Sep 13, 2021Copper Contributor
shawn_fielding I know this post is rather old at this point. But I wanted to respond in case others end up here like I did. I was also having the same issue. Turns out, in my case, I had another Navigate() call further down in the onstart method. Which was eventually getting called so I would never see the screen I was looking for despite it actually being navigated to. I was able to find this by debugging a published app. Hope this helps someone in the future.