Hello All ,
I'm trying to deep link the item.
Its loading the app but not giving the records inside the app .
OnStart property I have written this code If(Param("DeepLink")="Contact",(Screen2_1))
Onvisible property of the screen
For item property inside the form I have wriiten this line .
Please help .Any response will be truly helpful .
Thanks
Pragna
Solved! Go to Solution.
Hi @Goldie_PP ,
I have made a simple test but it seems that works fine on my side.
If you want to navigate to different screens based on the value of the Contact parameter, maybe you could try the following:
If(Param("DeepLink")="Contact",Navigate(Screen1),Navigate(Screen2))
Result Screenshots:
Best Regards,
Charlie Choi
Hi @Goldie_PP ,
I have made a simple test but it seems that works fine on my side.
If you want to navigate to different screens based on the value of the Contact parameter, maybe you could try the following:
If(Param("DeepLink")="Contact",Navigate(Screen1),Navigate(Screen2))
Result Screenshots:
Best Regards,
Charlie Choi
Hello Charlie Choi ,
I have managed to load all the records in the form .But I couldn't able to load the values of the repeating table and text values which are outside the form .
Could you please help me with the snapshots how I can achieve this .
Thanks
Pragna
I have a repeating gallery which I have saved in one collection .I have used that variable in on visible property of the screen .Its not displaying the records in it . Can you please help .
Thanks,
Goldie
User | Count |
---|---|
253 | |
106 | |
94 | |
50 | |
39 |