Hello!
I have some issue with deep linking with powerapps. I create basic test app on sharepoint list and it all works fine. I create something like this: Deep Linking in PowerApps | Microsoft Power Apps . So the basic idea is that when people open link with "id" number, the software go to detail screen and search the right values/item from the MySQL table. First i test the app on sharepoint list and it all works fine, but now it create that on MySQL and it doesn't work. The app navigates to detail screen but it dont search for the right item.
My code for the timer property "OnTimerEnd" : If(Not(IsBlank(Param("ID")));Navigate(DetailScreen1; Cover;{device:LookUp('Datortehnikas uzskaite'; id = Value(Param("ID")))}))
Nope, that's my regional settings, the ; is okay, the "," dont work for me.
Hi @Matiss ,
I just want to double check that the ';' inside your lookup and Navigate is just a typo, rather than your actual code? As that should be a ',' instead.
Thanks,
Liam.
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
72
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1