Hi Simeon. Thanks for watching. There's a link in the description to one of my blog posts which includes the JSON for the SharePoint Column Formatting. Here's the link (it's about halfway down in the blog): www.sharepointsiren.com/2019/03/open-powerapp-sharepoint-formatting/
A Life-Saver AS ALWAYS April... THANK YOU! Not to hi-jack the video, just a 2022 version update/helpful tip for anyone reading this... Put your formula in the StartScreen vs OnStart and leave out Navigate from the formula. Here's an example: If(Param("DeepLink") = "Contact", ContactForm, Welcome) Thanks again April... WE APPRECIATE YOU!!!
You made this look so easy! Phew, I had a long night but you definitely helped me out with this one. I spent quite a bit of time trying to sort out how to get the DeepLink to work with my variable set to change the forms mode. I’m still pretty new to all this but I finally figured out how to get the logic to bring the user to the specified screen & update the form mode to the appropriate mode. So thankful!
Hi April, Powerapps is not allowing me use Navigate function any longer OnStart. I'm trying to redirect users to a different screen. Now I'm not able to. What is the new solution for this. Thanks you
@@AprilDunnam question though -- regarding sharepoint list ID's : do you have to create a column with ID's, or are they already there but hidden? I looked in the list columns and there is no ID there.
@@uplift-yourdailypickup6424 - SharePoint has a hidden auto-generated ID field. You can't surface it up in the New or Edit Form but if you go to List settings and modify the default view you can select it and have it displayed in the list view
This is exactly what I was looking for. I'm trying to use QR codes to start a PowerApp on your mobile and pass some parameters. This video def will help me doing that. Thank you for great instructional videos!
Hi April, thanks for the great video.. this sort of solved my hunt for a solution on similar grounds..thank you!.. i also like the conditional formatting on your sharepoint list
Ok, my first test showed a slight snag. I named the PARAM same as yours for simplicity and then gave it the same name as the form I wanted to navigate to. It did not work. I changed that to be a different name and it worked, So I assume it did not like my first option.
Hi April, Thanks a ton for the video! When I tried to use it to open power apps with params in a mobile device, I realized the parameter is ONLY passed/updated when a user currently have the App closed/unopened and starting the app freshly. It seems not updating the Param("...") value if an app is already opened. Did you notice this issue and potentially have a work around on that? Thanks a lot again!
Hi April!! If you have a filter on a PowerApps screen with a gallery, is there a way to deep link a value into one of the search fields so when user clicks on the link with the paramater, the gallery will display based on the param value?
Hi April, your videos are very much helpful and informative. I have a doubt regarding the deep linking concept. I have implemented Deep Linking Concept, every time I publish the app with new changes the weblink gets generated. If I provide weblink in deep linking as hard coded. Is it going to take the new version Web Link? or else what is the solution to get the new published version web link. Thanks In Advance
Hi April, Thanks for the great video, but this way app opens up in browser even in the mobile device, can you please advise how can we open the app in Power Apps container after clicking the email link?
Hi There, The example I walk through here is using SharePoint list formatting to open the app so it assumes you want to open it on the desktop. If you are wanting to Deep Link to a PowerApp within the Mobile application you need to use something called URL Scheme's. I cover URL Schemes in this blog post: www.sharepointsiren.com/2019/07/launching-mobile-app-from-powerapps/ For Power Apps specifically, you will use this to launch another app in the native application: Launch("ms-apps:///providers/Microsoft.PowerApps/apps/put your app id here")
Hi April, thank you so much for this awesome video and thanks for all you do to help people. I have one question. I have built a form using Power Apps. My form has 5 checkbox fields which allows for multiple selections. I have also built responsive gallery to display the items on Power Apps. Now the issue that I am having is, I wanted to have a deep linking URL to get the URL of a particular record. I followed the video and did it. But, when I view the record clicking on the link, none of the checkbox selections are shown. Are there any settings that I'm missing?
You can do something like this, replacing the ID parameter with the ID of the item you want to navigate to in SharePoint: yourcompany.sharepoint.com/Lists/YourList/EditForm.aspx?ID=2
Glad it helped! Do you have any errors or screenshots to share? I would suggest posting the issue to the Power Users Community Forum so that more people will see it and can help
Hi April, please tell me the proper steps to do the following: I have app with a gallery showing all items. I will use flow once item created in list, to send email notification to the user with deep link to open edit form for that item auto selected from the gallery, is it possible?
Hmmm as long as your parameters are set correctly it should work. If you'd like you can send me a message on my website www.sharepointsiren.com and share how you have it configured on your end and I can try to help figure out what the issue is
Hi Ola - I got behind on responding to comments. I don't believe there's a way to do that right now unfortunately. I don't see any details in the documentation on it but from my testing this doesn't work in Teams tabs. I need to play around with the new Project Oakdale functionality for Teams apps in Power Apps and see if it works with that.
Thanks April for this knowledgeable video in Deep linking. I have a question. I want to implement a scenario where i have multiple SharePoint sites with Same Schema. (count is more than 100 sites). I have a list "Products" on every SharePoint Site (Same schema again). I have created an stand alone power app to enter data in this list on one of the site. Wanted to know that if i provide power app URL on a page with query string parameter as my current site URL, it is possible to change form/gallery data source/list pointing to that site only. so that when user is clicking the link in site A then should be able to enter data in products list of site A. and when user is going to site B then should be able to enter data in products list of site B. Note: I am planning to pass Site URL in query string parameter. Or is there any other way to implement this scenario?
Hi April, Fantastic, this worked exactly as promised. One quick question, is it possible to display an icon link instead of a text link using JSON like this? Thanks K. Kapp
Hi Ken - realize this is very late to reply (some comments got burried in my inbox 😢) but to answer your question yes you can deep link to a Power App from an icon or image as long as you put a hyperlink around it
Thank you very much for the video April. Really appreciate all the work you do ..for us! I try ti implement your solution to a teams power app, but the variables on start (vargprid & varchannelid, are not set to the parameters. Any ideas as to why? Thank you in advance for your prompt reply.
Hi there! I am running into a snag that I am hoping you can help me with. I have deep linking set to the Issue ID column in my SPO list, but if there is more than one form submitted for that Issue ID it is bringing the user to the first form that was submitted. Is there a way to bring them to the last submitted form? Is there a way to easily set the deep link to open the exact form clicked on when accessed through SPO if it has multiple submissions?
April.... Do you have any video for the following situation: A have one gallery where I collect automatic information like (ID, TechName, Manager). And a second gallery where the user can input information like (code, service, duration, comment), user can add more than 1 line...but - I am stuck in reapply the fist gallery for each line from second gallery and then save in SharePoint. Can you (or anyone) help me?
Hello April, thank you very much for this video, it is really helpful!, like all the the others I have seen from you. I just implemented on one SPO List of mine. I have one question though, I made the change on the format for the Title column, but if I select the item (checkmark button to the left of the Title column) and next select the Edit button on the top bar, it opens the custom form not my canvas PowerApp. Is there another parameter that needs to be defined? Thanks!
That's a good point. Unfortunately there isn't a way to override the functionality of the check mark capability. What I typically do is disable that feature in the list settings
How to push notification for user? and user click push notification after view file pdf in gallery or deep link or navigate sub screen? thanks. help me
Is there some additional Work to use deep-linking on Edit-Forms inside an existing SharePoint-Gallery. So that we can use the Submit-Button and the Exit/Back-Button of the Edit-Forms which navigated from the original Gallery-Controls
Hey Karl. I want to make sure I'm following your question. Are you saying your have a Gallery control inside your app that's pointing to a SP List and you have buttons on them to go to a screen to display the record to edit?
@@AprilDunnam Hi April, there was OnMessage and a few other things but not OnStart. I posted on the PowerApps community forums yesterday too - it seems there’s a region specific bug certainly in the UK maybe elsewhere where it wouldn’t appear on new apps. I got round it by using a link to an old version of the designer. Apparently you can also just save the app and go back in and it will be there. Hopefully gets patched soon but at least there’s a workaround. Looking forward to trying out the video tutorial as it’s exactly what I’m looking for on a project!
@@daveconnors62 Oooh ok. Come to think of it I did see a few people posting about the new "OnMessage" property on Twitter yesterday. I don't see it here in my US region tenant. Glad that there's a work-around until they get it fixed.
Hello. At 9:33 in the video I show setting a link to the Power App via a SharePoint list. I'm just passing in the selected ID of the item to Power Apps and performing the steps I outline to have that navigate to the edit screen.
Hi thanks for sharing this video. It was amazing. May I ask for your help just a little, I am recently struggling with deep linking problem. The scenario is I launch the link from powerapps (My app.) to Power BI report and then from BI, I have a deep link embedded ใน Report if I click on it, it will navigate back to my app. with the Parem but the app. does not load the Parem and stay still at the Home Page. This scenario works correctly when I run it on the browser!!! Any ideas to solve this would appreciate.
Thank you. This may just solve a problem I have which is a weekly flow that creates a new excel sheet for 29 different sites. In each sheet is a list of staff payroll entries for the previous week being made ready for upload. Sites must check their entries and edit or delete errors before the master file is uploaded into SAP. Until now I was struggling with an easy way to fix their entries. using this I should be able to create a hyperlink to the App where they are all entered, filter to that record and they can take what action is appropriate. Awesome!
@@AprilDunnam Yes it is but Excel can be very problematic with flow. Plus trying to do it so there is only one template to keep simple for me means it can run for quite a while. This one runs for about two hours to achieve the goal. It would only 5 minutes if I could just do it as CSV files, but the customer I deal with has such heavy security the file gets corrupted so excel is the only way. I have another flow does similar but the excel files can have 1000 rows for each site. Adding and deleting each time means the flow runs for 10 hours plus.
Same exact concept. In your PowerApp that you want to deep link from, copy the URL with the parameters of the PowerApp that you want to deep link to. Use the Launch() function to open up another PowerApp. So you can have a button for example and it's it's OnSelect have : Launch("powerapps.com/apdpdodo?Param1=x") to open up your other app with the parameters. Then follow the same method in that PowerApp to read the parameter and go to the correct page.
Nice vid April, this is so so useful. I have a question about a code line in the json, what the control line means. "txtContent": "@currentField", Does that line matter, all I just do is to make use of this line below? "href": "='PutURLOfYourPowerAppHere?ID='+[$ID]"
The @currentField is just a way to get the context of the field which you are applying the formatting on. So that can stay the same. The only thing you need to change is what is within that href text that you have there.
Hi! Awesome vids, one question, I've been using this param feature but I came with the fact params cant get pass if the app is already open (since it doesn't evaluate again the onstart function to define actions based on Params) How could be possible to pass those params even if the app is already opened (mobile)?
That's just a matter of where you are checking for the params. If you do the parameter check in the OnVisible of your landing screen instead of the OnStart it should get around that issue.
Hi April, It was nice video and i like it more, it is very use full, Can you make one video on navigation panel with menus , like left navigation how we can see in other websites . If already video there please share me that reference with me
A nice bonus would be that JSON formatting script so I can use it in my SharePoint area, but yer, great vid.
Hi Simeon. Thanks for watching. There's a link in the description to one of my blog posts which includes the JSON for the SharePoint Column Formatting. Here's the link (it's about halfway down in the blog): www.sharepointsiren.com/2019/03/open-powerapp-sharepoint-formatting/
@@AprilDunnam Thank you for that .. will check it out. Keep the vids coming, we appreciate them!
A Life-Saver AS ALWAYS April... THANK YOU! Not to hi-jack the video, just a 2022 version update/helpful tip for anyone reading this... Put your formula in the StartScreen vs OnStart and leave out Navigate from the formula. Here's an example: If(Param("DeepLink") = "Contact", ContactForm, Welcome) Thanks again April... WE APPRECIATE YOU!!!
For me, i have used this formula : If(Param("DeepLink") = "Contact", ContactScreen, Welcome) - Contactform gives me an error
April you are just amazing. Period. No fluff. Just clear, concise, and invaluable information. Thank you!!!
Thanks so much 😊 Feedback like this makes my day!
@@AprilDunnam Well deserved.
You made this look so easy! Phew, I had a long night but you definitely helped me out with this one. I spent quite a bit of time trying to sort out how to get the DeepLink to work with my variable set to change the forms mode. I’m still pretty new to all this but I finally figured out how to get the logic to bring the user to the specified screen & update the form mode to the appropriate mode. So thankful!
This is one of the most useful videos I have watched! Thank you so much for explaining the concept so well!
Thank you Wayne, so glad it was helpful!
Hi April, Powerapps is not allowing me use Navigate function any longer OnStart. I'm trying to redirect users to a different screen. Now I'm not able to. What is the new solution for this. Thanks you
Shane Young explains here. ua-cam.com/video/7MxXmGOkeLQ/v-deo.html In Settings, Upcoming Features, turn on "Enable Navigate function in App.OnStart.
Seriously this is a top top video - well done April. I was chatting with a colleague yesterday about this topic. I was sure I saw it somewhere.
Thank you very much Rory!
This is better than Shane Young's video on Deep Linking. I actually get it. Thanks
Thanks, I'm glad it was easy to understand!
@@AprilDunnam question though -- regarding sharepoint list ID's : do you have to create a column with ID's, or are they already there but hidden? I looked in the list columns and there is no ID there.
@@uplift-yourdailypickup6424 - SharePoint has a hidden auto-generated ID field. You can't surface it up in the New or Edit Form but if you go to List settings and modify the default view you can select it and have it displayed in the list view
@@AprilDunnam perfect. thanks again
Exactly what I need next in the project I am working on. Excellent
Awesome - glad it was what you needed!
Thanks for sharing April, very useful
You're welcome. Glad it was helpful!
So well explained April.
Thanks Sam!
Gosh you made it look so easy. Thank you so much!
That was my goal, you're very welcome!
April, If I could give you a hundred thumbs up I would. This video help me find the solution I was looking for. Thanks!!!
So glad to hear this helped Kevin!
This is exactly what I was looking for. I'm trying to use QR codes to start a PowerApp on your mobile and pass some parameters. This video def will help me doing that. Thank you for great instructional videos!
Glad I could help :)
Hi April, thanks for the great video.. this sort of solved my hunt for a solution on similar grounds..thank you!.. i also like the conditional formatting on your sharepoint list
Glad it was helpful!
Thanks for this video. It came at the right time!
Perfect!
AWESOME!!! This is what I looking for!
Glad I could help!
Ok, my first test showed a slight snag. I named the PARAM same as yours for simplicity and then gave it the same name as the form I wanted to navigate to. It did not work. I changed that to be a different name and it worked, So I assume it did not like my first option.
Hi Mark - That's odd....glad you got it working though
What if I want to redirect to view screen instead of edit screen?how to achieve that?
Super useful ! Thanks April.
Thanks Hassan!
Do you think you can make a video to help with the new deep linking feature of "Deep linking to a chat"
Hi April, Thanks a ton for the video! When I tried to use it to open power apps with params in a mobile device, I realized the parameter is ONLY passed/updated when a user currently have the App closed/unopened and starting the app freshly. It seems not updating the Param("...") value if an app is already opened. Did you notice this issue and potentially have a work around on that?
Thanks a lot again!
Hi April!! If you have a filter on a PowerApps screen with a gallery, is there a way to deep link a value into one of the search fields so when user clicks on the link with the paramater, the gallery will display based on the param value?
Great video, you explained it very good, thanks!
Thanks Jorge!
Wonderful video. Subscribed.
Thanks for the sub!
Hello April, great information, question, is there a way to Deep Link PowerApps with third party tool but not SharePoint? Is it possible? Thanks
Excellent! As always.
Thank you! Cheers!
Hi April,
your videos are very much helpful and informative. I have a doubt regarding the deep linking concept.
I have implemented Deep Linking Concept, every time I publish the app with new changes the weblink gets generated. If I provide weblink in deep linking as hard coded. Is it going to take the new version Web Link? or else what is the solution to get the new published version web link.
Thanks In Advance
Hi April,
Thanks for the great video, but this way app opens up in browser even in the mobile device, can you please advise how can we open the app in Power Apps container after clicking the email link?
Hi There,
The example I walk through here is using SharePoint list formatting to open the app so it assumes you want to open it on the desktop. If you are wanting to Deep Link to a PowerApp within the Mobile application you need to use something called URL Scheme's. I cover URL Schemes in this blog post: www.sharepointsiren.com/2019/07/launching-mobile-app-from-powerapps/
For Power Apps specifically, you will use this to launch another app in the native application:
Launch("ms-apps:///providers/Microsoft.PowerApps/apps/put your app id here")
Hi April, thank you so much for this awesome video and thanks for all you do to help people. I have one question.
I have built a form using Power Apps. My form has 5 checkbox fields which allows for multiple selections. I have also built responsive gallery to display the items on Power Apps.
Now the issue that I am having is, I wanted to have a deep linking URL to get the URL of a particular record. I followed the video and did it. But, when I view the record clicking on the link, none of the checkbox selections are shown. Are there any settings that I'm missing?
Great video. thank you. what deep linking do i need to do to navigate to a specific record on a sharepoint
You can do something like this, replacing the ID parameter with the ID of the item you want to navigate to in SharePoint: yourcompany.sharepoint.com/Lists/YourList/EditForm.aspx?ID=2
Hi April! This really helped!!! I'm not getting values of cascading drop downs. Can you help?
Glad it helped! Do you have any errors or screenshots to share? I would suggest posting the issue to the Power Users Community Forum so that more people will see it and can help
@@AprilDunnam hey i was able to resolve it...
@@abhivijayakumar - Awesome!
Hi April, please tell me the proper steps to do the following:
I have app with a gallery showing all items.
I will use flow once item created in list, to send email notification to the user with deep link to open edit form for that item auto selected from the gallery, is it possible?
Can you make a deep link have a state ( active or inactive)
Thanks April for help 🙏🙏🙏.
You're very welcome!
why is my apps doesnt show any web link?
Hi, awesome video, but unfortunately, it is not working for me,is there some setting to implement? thanks
Hmmm as long as your parameters are set correctly it should work. If you'd like you can send me a message on my website www.sharepointsiren.com and share how you have it configured on your end and I can try to help figure out what the issue is
April, Great informative vid!! Thank you!
Thank you Dale!
If I have my app as a tab in Teams, is it possible to link to a new app and make it launch in the same tab in Teams?
Hi Ola - I got behind on responding to comments. I don't believe there's a way to do that right now unfortunately. I don't see any details in the documentation on it but from my testing this doesn't work in Teams tabs. I need to play around with the new Project Oakdale functionality for Teams apps in Power Apps and see if it works with that.
Thanks April for this knowledgeable video in Deep linking.
I have a question.
I want to implement a scenario where i have multiple SharePoint sites with Same Schema. (count is more than 100 sites).
I have a list "Products" on every SharePoint Site (Same schema again).
I have created an stand alone power app to enter data in this list on one of the site.
Wanted to know that if i provide power app URL on a page with query string parameter as my current site URL, it is possible to change form/gallery data source/list pointing to that site only.
so that when user is clicking the link in site A then should be able to enter data in products list of site A.
and when user is going to site B then should be able to enter data in products list of site B.
Note: I am planning to pass Site URL in query string parameter.
Or is there any other way to implement this scenario?
Can I open a DeepLink by send an ID from a flow?
Absolutely, it doesn't matter where you pass the deep link from as long as you have your Power App set up to look for the parameter.
Great Video. Thank you
You're welcome!
Hi april
How can i send this deeplink in power automate,
As i want to put the deeplink in the body of mulitlevel approval
Appreciate your help
Best video on Deep linking
Thank you ☺
That is freakin' brilliant. Your video just helped me solve one problem and offered a new solution inside inside a list. Thank you!
That's great David, so happy to hear this video helped!
Nice job April!
Thanks Daniel!☺
Hi April,
Fantastic, this worked exactly as promised. One quick question, is it possible to display an icon link instead of a text link using JSON like this?
Thanks
K. Kapp
Hi Ken - realize this is very late to reply (some comments got burried in my inbox 😢) but to answer your question yes you can deep link to a Power App from an icon or image as long as you put a hyperlink around it
Thank you very much for the video April. Really appreciate all the work you do ..for us! I try ti implement your solution to a teams power app, but the variables on start (vargprid & varchannelid, are not set to the parameters. Any ideas as to why? Thank you in advance for your prompt reply.
Thank you April, super helpfull!
Glad it was helpful!
Hi there! I am running into a snag that I am hoping you can help me with. I have deep linking set to the Issue ID column in my SPO list, but if there is more than one form submitted for that Issue ID it is bringing the user to the first form that was submitted. Is there a way to bring them to the last submitted form? Is there a way to easily set the deep link to open the exact form clicked on when accessed through SPO if it has multiple submissions?
great video, you make it very easy.
Thanks for watching - glad it was easy to follow!
Mine says you can't use navigate onstart and when I use startscreen nothing happens either.
Mine too
Thank you for this video, with all respect I love your work. You are amazing! :)
Thank you so much!
April.... Do you have any video for the following situation:
A have one gallery where I collect automatic information like (ID, TechName, Manager).
And a second gallery where the user can input information like (code, service, duration, comment), user can add more than 1 line...but - I am stuck in reapply the fist gallery for each line from second gallery and then save in SharePoint. Can you (or anyone) help me?
Hello April, thank you very much for this video, it is really helpful!, like all the the others I have seen from you. I just implemented on one SPO List of mine.
I have one question though, I made the change on the format for the Title column, but if I select the item (checkmark button to the left of the Title column) and next select the Edit button on the top bar, it opens the custom form not my canvas PowerApp. Is there another parameter that needs to be defined?
Thanks!
That's a good point. Unfortunately there isn't a way to override the functionality of the check mark capability. What I typically do is disable that feature in the list settings
How to push notification for user? and user click push notification after view file pdf in gallery or deep link or navigate sub screen? thanks. help me
Very nice madam. But I need to do same thing using patch instead submit form plz let me know madam any idea
Is there some additional Work to use deep-linking on Edit-Forms inside an existing SharePoint-Gallery. So that we can use the Submit-Button and the Exit/Back-Button of the Edit-Forms which navigated from the original Gallery-Controls
Hey Karl. I want to make sure I'm following your question. Are you saying your have a Gallery control inside your app that's pointing to a SP List and you have buttons on them to go to a screen to display the record to edit?
I don’t have OnStart in my App drop down (I created a blank canvas app). Is there some setting or permission I need to make this available?
Hey Dave - what options do you see in the properties dropdown if you select the "App" option from the tree view?
@@AprilDunnam Hi April, there was OnMessage and a few other things but not OnStart. I posted on the PowerApps community forums yesterday too - it seems there’s a region specific bug certainly in the UK maybe elsewhere where it wouldn’t appear on new apps. I got round it by using a link to an old version of the designer. Apparently you can also just save the app and go back in and it will be there. Hopefully gets patched soon but at least there’s a workaround. Looking forward to trying out the video tutorial as it’s exactly what I’m looking for on a project!
@@daveconnors62 Oooh ok. Come to think of it I did see a few people posting about the new "OnMessage" property on Twitter yesterday. I don't see it here in my US region tenant. Glad that there's a work-around until they get it fixed.
Nice video! Thanks
Glad you liked it!
Thanks a lot April for your great video, its veru helpul. I would to know how can we get link to edit item for powerapps
Hello. At 9:33 in the video I show setting a link to the Power App via a SharePoint list. I'm just passing in the selected ID of the item to Power Apps and performing the steps I outline to have that navigate to the edit screen.
Hi thanks for sharing this video. It was amazing.
May I ask for your help just a little, I am recently struggling with deep linking problem.
The scenario is I launch the link from powerapps (My app.) to Power BI report and then from BI, I have a deep link embedded ใน Report if I click on it, it will navigate back to my app. with the Parem but the app. does not load the Parem and stay still at the Home Page.
This scenario works correctly when I run it on the browser!!!
Any ideas to solve this would appreciate.
Thank you. This may just solve a problem I have which is a weekly flow that creates a new excel sheet for 29 different sites. In each sheet is a list of staff payroll entries for the previous week being made ready for upload. Sites must check their entries and edit or delete errors before the master file is uploaded into SAP. Until now I was struggling with an easy way to fix their entries. using this I should be able to create a hyperlink to the App where they are all entered, filter to that record and they can take what action is appropriate. Awesome!
Yay glad that this video could help! Sounds like a pretty cool Flow you have built!
@@AprilDunnam Yes it is but Excel can be very problematic with flow. Plus trying to do it so there is only one template to keep simple for me means it can run for quite a while. This one runs for about two hours to achieve the goal. It would only 5 minutes if I could just do it as CSV files, but the customer I deal with has such heavy security the file gets corrupted so excel is the only way. I have another flow does similar but the excel files can have 1000 rows for each site. Adding and deleting each time means the flow runs for 10 hours plus.
How about Deep linking from one PowerApp to another?
Same exact concept. In your PowerApp that you want to deep link from, copy the URL with the parameters of the PowerApp that you want to deep link to. Use the Launch() function to open up another PowerApp. So you can have a button for example and it's it's OnSelect have : Launch("powerapps.com/apdpdodo?Param1=x") to open up your other app with the parameters. Then follow the same method in that PowerApp to read the parameter and go to the correct page.
This is not working for me. 😩
Nice vid April, this is so so useful. I have a question about a code line in the json, what the control line means.
"txtContent": "@currentField",
Does that line matter, all I just do is to make use of this line below?
"href": "='PutURLOfYourPowerAppHere?ID='+[$ID]"
The @currentField is just a way to get the context of the field which you are applying the formatting on. So that can stay the same. The only thing you need to change is what is within that href text that you have there.
Hi! Awesome vids, one question, I've been using this param feature but I came with the fact params cant get pass if the app is already open (since it doesn't evaluate again the onstart function to define actions based on Params) How could be possible to pass those params even if the app is already opened (mobile)?
That's just a matter of where you are checking for the params. If you do the parameter check in the OnVisible of your landing screen instead of the OnStart it should get around that issue.
Hi April,
It was nice video and i like it more, it is very use full,
Can you make one video on navigation panel with menus , like left navigation how we can see in other websites .
If already video there please share me that reference with me