It's brilliant to force the app to auto-restart every time launching it. Thanks you Reza for this amazing video and it unblocked a huge blocker on my project from implementing deep linking since we couldn't get the params update!!
I use this time and again when embedding specific screens in sharepoint modals as a quick way to capture user input. Time off requests, specific team engagement requests, class surveys, etc. etc. Instead of having people navigate through your app, you can link directly to the right screen in the most conducive setting (email, sharepoint, teams channel, flow script). Thank you as always, Reza, for your dedication to this community! I point new people to your channel regularly :)
We are always on the same page. This was very timely to me last week and when the old method didn't work anymore, it took me an hour to figure out how to use the parameter in the App.OnStart and the condition in the App.StartScreen. It's actually much easier now to set up deep linking. I'm going to watch this to try to pick up pointers from the best! Thanks Reza!
Your video is a sanity saver Reza! I spent days trying to follow the guidance of other articles / videos that led to nothing but frustration. Thank you sir!
Really, I don't know in which way I should thank you, I was hesitating to see the video because I am fully aware of deep linking then I said "No, Reza always makes videos for a good purpose ",&RestartApp=true, this what I have been searching for a long time, always there is something new to learn from this channel,😉
You are most most welcome. I also thought about why would people watch this video. My goal is always to offer something new. I was hoping folks give this video a chance.
@@amanchourasia1870 Idea of video is to share about deep linking. The completed app was designed to support the concept. I do not have a full build video.
I cannot express in words how much you helped me with this video! I was already impressed by the quality of your other videos such as the one with your explanation of designing the grid view, but this video helped me with the very specific solution of forcing the app to restart in the parameter section to make sure the user always is send to the right screen. Your solutions are better than ChatGPT can think of, thanks a lot.
Another great Video, Reza. The push notification was particularly new to me as I haven't used that before. I'll go and watch the push notification video you posted to get a deeper understanding but this was very useful. Replicating it again was a great help. Thank you again.
This is fantastic Reza! It's exactly what I was after for an app I a building. I don't want users to go to SharePoint interface to see item details screen. Love watching your videos and learning! Keep them coming!
This is an amazing video Reza! Thanks so much for sharing with the world :) I saw in your Linkedin you joined Microsoft recently! Congratulations and best wishes for this new journey! You deserve all the success and best things in the world!
For some reason, it would not let me change the value of my gift because a couple of bucks is way too little for the time you gave back to me. Thank you again.
Reza Dorrani - You are amazing. Not even half way though this video and I was able to deep link my newly created app and could send deeplink url in approval notifications. Keep helping and keep sharing amazing videos
Thank you so much for your thorough explanation! I got my email workflow right, but I was struggling with the OnStart vs Start Screen properties and how to set the navigation to the appropriate screen/patch form. It all clicked in noggin after that, and it worked like a charm. Keep up the good work.
Hi Reza, thank you for all your videos. I am getting a lot of learning on your videos. With all of those videos i was capable to build some sharepoint integrated applications in my Job. Keep doing these great videos, you are amazing!
Thanks a lot reza for this amazing video abt deep links. Just wanted to know is there any video published by you about wireframe and supported tools for powerapps projects.
Hi Reza, thank you so much for this awesome video and thanks for all you do to help people. I don't know whether you got my previous comment or not, but 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?
I will have to look at your app in action to provide guidance. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Thanks for all the hard thought and preparation and effort behind this gift that you have so graciously shared. Best wishes for you in your new role with Microsoft.
Hi Reze, thank you for the nice video. I found if we use the Display Form for the deep linking, that one does not work, it will show "Getting your data....". my understanding is that display form is faster than the StartScreen
That is not the case. Cannot be faster than startscreen. Logic of setting variable is on App OnStart which is the first function that gets called. I have not come across this issue and hence not sure why is it happening in your case. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hello Reza, Thank you so much for your work, your videos are brilliant and extremely helpful, When I deep link to a form the values selected in the people picker are blank, how can I fix this?
Most welcome! I have not come experienced this and hence not sure what the cause for it could be. I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Terrific video with top notch explanation. Many Thanks Reza!! I have a question, you are passing the item ID in the app url using a flow in the background still there is a possibility where users can manually pass different id's in the URL directly and they can view different the records. How do we prevent this?
Reza, that was a great video 👏 ... I really got to know a lot about deep linking. I have a question . I'm working on a similar scenario where I want the users to navigate to various screens via email links but I'm hide/show some fields on screens based on the role (Admin,Manager etc) which I'm currently checking and storing the value to a global variable in 'Onstart' property of the tablet /desktop App. Will those values still be valid while deep linking or should I use the restartApp function and get those values again for showing or hiding some fields on the screen ?
Thanks Reza, appreciate all your time and efforts put into your content! I was reading through all comments to see if anyone had same scenario as myself, and it looks like "Doda Soares" possibly did...But i have one app for multiple types of requests. So each screen saves to a different SPO lists depending on request type. I want the admins of their respective list be able to see (an email with the deep link) the request submitted, is there any filtering I would need to do on start for the app to know which list the ID is coming from?...if that makes sense
My videos receive tons of comments :) Not possible for me to look through them to get context. For your scenario, one option would be to pass list id and list name as parameters. In power apps, read list name and accordingly redirect to form screen for that specific list.
Thank you Reza for this video great work, it helped a lot!! One further question: Do you happen to know why the formatting theme of my app is gone when deep linking to a specific screen via URL syntax and what can be done to solve it? The theme (colour, textmode etc) is defined in the OnStart property of the App, whereas the StartScreen contains the Switch & Param-Function the same way you have shown. No forms are needed in my app, just deeplinking to the respective screen is sufficient. Appreciate your feedback, thanks!
This is a great lesson on deep linking. I have got it to mostly work. I am able to get my deep link to open to the page I want, but not to the tab I need the user to go to on the page. How do we go about deep linking to a specific tab (this instance is tab 2) on a page?
Thanks. Depends on what a tab means. It could be designed in various ways. I will have to look at your App in action to know the steps. I recommend posting your query with screenshots on the forums at powerusers.microsoft.com
App.Onstart is not available in my current version even if I turned it on in settings (retired) feature. I got away with this by checking if param has a value in the startscreen, then I navigate it to the page where they would view the detail correctly. on the specific screen, i added the rules in the onvisible event to populate varRecord. Thanks! watching the video helped in a way
Thanks Reza for this good tutorial. Instead of copying the URL, is is possible to make a getURL fonction? I work on 3 differents environments so I have to change the code after importing the package on another environment.
Hi Reza, 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 Reza, thanks for the video!!... my powerapp has lot of variables and dependent collection that are getting loaded on app start...the app onstart and the deeplinked screen onvisible actions runs asynchronously..so, on app start if i give the param id value to a variable the id is not retrieved as expected in deeplinked screen.. to fix this i used the param id directly on onvisible action of the deeplinked screen against a set variable.. so, if the deeplink url is called, this set variable takes the id from the url or if the navigation happen within the app, the variable takes the value from the previous screen.. kindly let me know if this approach is correct or anywhere it could fail..
Great Video Reza. Just like always. I have a similar question related to deep linking from email or push notifications. I have one drop down on an analysis screen and one display form connected to my share point list in same screen. User need to select drop down to filter the form. Is it possible that i can predefine the dropdown value in the URL so when the approver clicks on the URL drop down is preselect3f
At the 9:09 mark in your video, you demonstrated using a form with a formula referencing VarItem. However, I’m working with a form and using Table2.Selected to reference data from the previous page. How can I adapt the formula or functionality to make it work in my case? Any guidance or examples would be greatly appreciated! Thanks in advance for your help!
Hi Reza, this is so great! I've been trying to do something similar in a PowerApp for Teams and having a lot of problems, the string requirements are different. Is there any chance you are going to one for Teams?
I have not tried exploring with Teams and do not have plans for one as of now. I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted topic ideas get added to my backlog. Make sure to suggest this idea whenever the next topic suggestion post is out.
Thank you for this video. However, I have been having some trouble with the restartApp parameter. Did you set that parameter somewhere within PowerApps? Because it is still not auto-refreshing and I feel like I missed a part. When I click on the link in the email, it tells me that there is a new version of the app and asks me to refresh it.
Welcome! Param is added to link as shown in video. I have not come across the mentioned issue and hence not sure what the fix for your issue is. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Hello. Thank you for the response. I know the parameter is added to the link but like the ID and screenname parameters is the restartApp parameter also set up somewhere within PowerApp or is it a generic parameter?
Hey Reza great video. Does deep linking work with SharePoint links as well? Say I have a link in my SharePoint site that I want to connect to a specific screen in my Powerapp. Is that possible?
Idea is to open a specific screen in power apps based on link provided. It does not matter where the link comes from as long as params are passed to power apps.
Another amazing video with details given where others do not provide. Thank you. In the Switch formula, the Admin "If" statement for security, how does the query go if using a list of approvers (e.i.A3 Approvers list) with emails in the list? or if using a SharePoint group?
Hi Reza. Thanks again for another great video! Quick question: Can you pass a variable with the deep linking? I've been successful with setting up the deep link connection to the specific page. However, depending on the variable OnVisible, different tables will appear. I'd like to have the variable defined in the link, if possible. So, for example, Team A and Team B have a link to the same page. However, they each see something different on arrival. Can the Switch(Param("screenname")... step be expanded to do this?
Yh Reza thanks for the video🎉. Now in my project i did a similar deeplink. But when we click on the link it says app isnt opening correctly (he has access) but if we directly open from the application the app is working fine and later if we refresh the application which shown error before it works fine. What is the exact issue Reza is it cache issue or how to fix it . Please help me asap😢. Its deadline
I have not come across this issue + debugging issues here on chat is not a good option. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com Please note : Forums is a platform where experts assist in their free time. If this is time sensitive, then you may want to look at getting consulting help.
I do not have a video reference on your scenario. I would recommend checking on forums in case someone has done something similar powerusers.microsoft.com
Thanks for this demostration Reza, Excellent and clear explanation as always. Quick question.. could you recommend a alternative Deep Link approach for Dataverse Tables in which ID column is replaced by GUID?. Thanks in advance.
Dear Reza, Great work! quick one please, will the same method work in Start and Wait approval also? I mean if we add the different screens url in Start and Wait approval as a link will it be behave the same? Pls advise.
Hello Reza, I have two screens with gallery. when I preview I could see gallery, but when I am using deep-linking I could see only one gallery. I could not see other gallery which is in other screen. Could you please tell what might be the possibilities?
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thanks (again) Reza for your videos, it is most appreciated ! I have nevertheless a problem since months, maybe you have already un countered it. When power apps have to open a picture from an office SHarepoint list, no problem, but when it is on another server linked with a http link or even from the office 365 outlook connector, it happens regularly that picture does not open. I can correct this by downloading one document from the app, and then it is corrected , but it is annoying and I cannot deploy like that the app, advising users to first download a document before using properly the app. Thanks in advance for any advice, Coraline
I forgot to precise that it is not happening only with picture, it concerns any document (like in the attachments viewer component I downloaded and used)
@@RezaDorrani i dont usé on mobile, not even tablet, Only computer At beginning i thought that maybe problèm was coming from the web Link that create a view of any format file, but recently when i added just simple User() photo from office 365 it was doing the same. It is like if the app needs that I force first the path to server to initialize
amazing as usual, if possible to make a video on how to get user custom properties such as Employee ID as well as how to get user details from a custom property (EmployeeID). Also, is there any possibility to import fonts to PowerApps. Thanks
I make videos when I get multiple requests on a particular topic. Every quarter I ask subscribers for topic suggestions on the Community Tab of my UA-cam channel. Subscribers vote for topics and the highest voted topics get added to my backlog. Make sure you post this in the next topic suggestion post. If it gets a lot of votes, I will add it to my backlog.
Рік тому
Hello! do you have a specific video on how to do the very last example you've shown, the one with clicking the list items, they opened in the embedded canvas app? I've been trying to achieve this unsuccessfully!! :( Thank you Reza
I have implemented these parameter concepts into my form, but when I open the form from a link that has these parameters added (screenname and ID) , it seems to disregard some or maybe all of the code that I have in the OnVisible property of the screen that loads. Specifically, I have a Select(Btn_Load_Grid) command that triggers a button (another concept that you created) to show the items in a gallery in a different list. Maybe it is an order of operations issue? Any ideas to ensure that the commands in the OnVisible property of the screen are respected?
I have not experienced the mentioned issue and hence not sure what is the cause for it. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com in case someone has experienced something similar.
Another great video! I am attempting to do deep linking from a SharePoint list. I am trying to grab the ID parameter that I am passing in the OnStart for the app and setting it to a variable but the assignment doesn't ever work for me. It works in the On Visible for the form. Does the OnStart run when deep linking to a page other than the home page of a Power App?
Great video! I have a question as to whether setting the variable for Item and using that in a link will allow multiple people to open a link to the edit page with different Item numbers at the same time? Or will it reset to the new Item if someone opens a link while another user is editing their item?
Hi Reza, I am developing a PowerApp for the client I work for, and whenever I am facing any issues or blockers I refer your videos and articles, that helps me a lot, Rn I am stuck in the Deep Linking, I am able to navigate to the desired screen through the link, but I am not sure the Data ( SharePoint Lists) are not getting loaded through deep linking, otherwise they are getting loaded.
Thanks for referring my videos. I have not experienced the mentioned issue and hence not sure what the cause for it could be. I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Hello Reza, Thank you for this video. How do you deep linking where you have to ensure that one of the fields is editable while others should be view only containing details of a form
Edit and View only logic would need to be built in the form experience. Has nothing to do with deep linking. I do not have a video reference on this scenario and would have to try it out to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@RezaDorrani i have query ..can we deeplink to specific records in different screens.Suppose you have 4 screens.i want to get the deeplink of recordsID that is from admin page,events,etc and display it in the editview of the form.
Good day What a video really informative 👏. And you answered my question about the mobile deep linking champion 🏆 Enjoy the rest of your week and keep the content coming.
Hi Raza, I am developing a PowerApp for the client I work for, and whenever I am facing any issues or blockers I refer your videos and articles, that helps me a lot, Rn I am stuck in the Deep Linking, I am able to navigate to the desired screen through the link, but I am not sure the Data ( SharePoint Lists) are not getting loaded through deep linking, otherwise they are getting loaded.
Thanks for referring my videos. I have not experienced the mentioned issue and hence not sure what the cause for it could be. I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Hi Reza - really useful video, thank you!I have a question - I have one screen with 3 galleries split by using the tab functionality. Is there a way to deep link to a specific tab on a screen?
@RezaDorani I'm getting this error following the link on an email: Record Is Unavailable The requested record was not found or you do not have sufficient permissions to view it. Any idea how to resolve this
I have not come across this issue and hence not sure what the cause could be. I recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
I saw a video back in March describing that OnStart was going to be deprecated and to use an alternative, namely an intro or splash screen. Have you heard of this? Originally, I used the OnStart to concurrently declare my company colors and collections to be used throughout the app. I moved all of that to the OnVisible property of my splash screen. I did end up using the StartScreen for my deep linking out of luck, lol, so when the user clicked on the next button from the splash screen, they are navigated to the entry from the email link.
OnStart is not being deprecated. Do not be alarmed! Your apps can keep calling Navigate in App.OnStart. Existing apps should see no change in behavior (with one small exception, noted below, and there is a an easy workaround). powerapps.microsoft.com/en-us/blog/app-startscreen-a-new-declarative-alternative-to-navigate-in-app-onstart/
@@RezaDorrani Thanks for the link! After reading that article, I'll nuance my functions I used and add them back to the OnStart. I started getting suspicious when 5 months went by and OnStart was still there. I now have to add it back to all my apps though, but that's an easy change.
Hi Reza, I've implemented this and I get the parameters to work just fine. I am doing this instead of using a flow to send emails, etc... and all of that is working except the delay between steps is causing problems, the email arrives before the record is written to SharePoint list. ANYWAY, is there any way to delay some aspect of this so that the next step owner doesn't get the link until the record has been written to the list? Or is the only way to do that by using a flow?
I would suggest looking at why the notification is going out first in your case. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, is there a way to reset the deep linking? specially if i go back to the mainscreen of my app, the link did not change so if i refresh my browser it go back on the link(with the deep linking).
Thanks so much, Reza! I'm running into a weird issue and hoping you could help! The deep link navigation seems to be working, however I'm having issues with the modern "Tab List" displaying upon clicking a PowerApps notification to open the app. I set up the Tab List following your video, Build Power Apps Navigation & Flyout Menus with Modern Tab List control 🚀. For whatever reason, the Tab List won't display upon opening via a link. It displays fine when normally opening the app, just not through the deep linking! The item property of 'tablist' is: colTabData The App Onstart Property is set to: ClearCollect( colTabData, [ { Name: "Home", Action: "Navigate", Screen: 'Home Screen', URL: "" }, { Name: "Example", Action: "Navigate", Screen: 'Example Screen', URL: "" } ] ) This is the App StartScreen property: Switch( Param("screenname"), "home", 'Home Screen', "example", 'Example Screen' ) Everything else works great! Would you have any potential idea on why it won't display through deep linking?
Most welcome! Your formulas seem right. Not sure what’s going on for your issue by looking at code. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Thanks so much! Just wanted to say how much your videos have helped in learning PowerApps. Keep doing what you're doing! We truly appreciate all of it!
in my case I have a page in that page request actions are there like incr click here to start ,bkf click here to start, etc , and when I click on incr it opens power apps form and I this form I have a data source as sharepoint list ,in this list resource action column is there that data cardvalue in the form is auto filled by incr/bkf/etc based on the user clicks on the incr click here to start /bkf click here to start/etc how to do this and in the app.onstart set(var action,param{"action"}) like this I am taking
Hi reza , Thanks for this video , i have one question. When i am trying deep linking from email it is redirecting me to the screen but in the edit form it is showing getting your data but will not give any output in form
I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, one query, using deep linking we can navigate the users to the respective item form screen, but i want to show form fields in view or edit mode based on logged in user. In that case custom validation in Display mode of individual fields/Datacard can take care of the behavior right?
It's brilliant to force the app to auto-restart every time launching it. Thanks you Reza for this amazing video and it unblocked a huge blocker on my project from implementing deep linking since we couldn't get the params update!!
My pleasure
I use this time and again when embedding specific screens in sharepoint modals as a quick way to capture user input. Time off requests, specific team engagement requests, class surveys, etc. etc. Instead of having people navigate through your app, you can link directly to the right screen in the most conducive setting (email, sharepoint, teams channel, flow script).
Thank you as always, Reza, for your dedication to this community! I point new people to your channel regularly :)
Thanks so much for sharing so many scenarios in which this can be leveraged. So happy to hear the feedback.
We are always on the same page. This was very timely to me last week and when the old method didn't work anymore, it took me an hour to figure out how to use the parameter in the App.OnStart and the condition in the App.StartScreen. It's actually much easier now to set up deep linking. I'm going to watch this to try to pick up pointers from the best! Thanks Reza!
Wonderful! Thank You so much.
Your video is a sanity saver Reza! I spent days trying to follow the guidance of other articles / videos that led to nothing but frustration. Thank you sir!
Most welcome Jamie. Next time, you know where to check :)
The main thing that I love your videos is that you cover a concept or a feature completely! Thanks for your comprehensive tutorial.
Awesome, thank you!
I've been trying to find a good lesson on deep linking, and was not surprised to finally get to one created by you!
This video covers a lot :)
Really, I don't know in which way I should thank you, I was hesitating to see the video because I am fully aware of deep linking then I said "No, Reza always makes videos for a good purpose ",&RestartApp=true, this what I have been searching for a long time, always there is something new to learn from this channel,😉
You are most most welcome. I also thought about why would people watch this video. My goal is always to offer something new. I was hoping folks give this video a chance.
You can always learn something. Reza takes his time and is a very skilled in our field.
@@RezaDorraniis any completed video available of this app which u created, how u created?
@@amanchourasia1870 Idea of video is to share about deep linking. The completed app was designed to support the concept. I do not have a full build video.
@@RezaDorrani ok thanks please also make videos of making such beautiful apps this could be extremely helpful
I cannot express in words how much you helped me with this video! I was already impressed by the quality of your other videos such as the one with your explanation of designing the grid view, but this video helped me with the very specific solution of forcing the app to restart in the parameter section to make sure the user always is send to the right screen. Your solutions are better than ChatGPT can think of, thanks a lot.
I'm so glad to hear the feedback! Thanks so much
Another great Video, Reza. The push notification was particularly new to me as I haven't used that before. I'll go and watch the push notification video you posted to get a deeper understanding but this was very useful. Replicating it again was a great help. Thank you again.
Awesome! Thanks so much.
Brilliant! I'm on my 3rd re-write of my app, and this helped nail down a few things. The "restartApp=true" in the deep link is a real gem! Thank you!
Glad it helped!
This is fantastic Reza! It's exactly what I was after for an app I a building. I don't want users to go to SharePoint interface to see item details screen. Love watching your videos and learning! Keep them coming!
Awesome! You are most welcome
Great work Reza - you always go that extra mile like including the issue with Mobile restartApp. Thanks!
Thanks for the appreciation. Glad to hear the feedback.
This is an amazing video Reza! Thanks so much for sharing with the world :)
I saw in your Linkedin you joined Microsoft recently! Congratulations and best wishes for this new journey! You deserve all the success and best things in the world!
Thank You so much
For some reason, it would not let me change the value of my gift because a couple of bucks is way too little for the time you gave back to me. Thank you again.
No worries! Thanks so much
Thank you thank you thank you ! This is exactly what I was looking for and it was so easy to follow!!
Most welcome!
Reza Dorrani - You are amazing. Not even half way though this video and I was able to deep link my newly created app and could send deeplink url in approval notifications. Keep helping and keep sharing amazing videos
Awesome! Thank You for watching.
This was awesome! So easy to follow. Thank you!!
You're so welcome!
Thank you so much for your help Reza! This is exactly what I was looking for an app I'm building! Again, thank you!
Most welcome!
If you'd be a chef, you had a permanent 3 star Michelin rating. Excellent stuff Reza!!!
Wow! Thank You
Thank you so much for your thorough explanation! I got my email workflow right, but I was struggling with the OnStart vs Start Screen properties and how to set the navigation to the appropriate screen/patch form. It all clicked in noggin after that, and it worked like a charm. Keep up the good work.
Glad to hear that!
Saved... bookmarked... watched and will watch again... Nice one Reza 👍👍💥💥
Thank You
This is a great refresher video for me on deep linking. Thank you Reza
Great! Thank You
Another amazing video Reza, thanks sooo much!
My pleasure!
A day never ended without @Reza Dorrani, Thank you so much 🐱🏍🐱🏍🐱🏍🐱🏍
Wow! Thanks so much.
Have a great day 😊
Wow, this opens so many doors for my current development. Thank you once again for your excellent training.
You're very welcome!
Many Thanks Reza!!! I was waiting for this video from a long... ! Thanks a ton once again!!
Hope you enjoyed it!
@@RezaDorrani yes please.. 🙂🙏🏻
Hi Reza, thank you for all your videos. I am getting a lot of learning on your videos. With all of those videos i was capable to build some sharepoint integrated applications in my Job.
Keep doing these great videos, you are amazing!
Wonderful! Thanks so much for watching
Thanks a lot reza for this amazing video abt deep links. Just wanted to know is there any video published by you about wireframe and supported tools for powerapps projects.
I have no videos on wireframes or supported tools.
No problem. Thanks again for this video
Brilliant video Reza -ji! Thank you!
Most welcome
Amazing video as usual! Thanks, Reza!
My pleasure!
Hey Reza. Brilliant video! Thank you so much!!!
Most welcome!
This tutorial is amazing! Does this type of deeplinking only work when there is only one form present on the screen you are trying to deep link to?
Typically, there is 1 form associated with a data source.
I really love your videos and way of explaining
Thank you so much
Thank You so much for sharing your knowledge and skills! Really appreciate it!
Most welcome
Awesome explanation as always. Thank you!
Most welcome. Thanks for watching Steve
Hi Reza, thank you so much for this awesome video and thanks for all you do to help people. I don't know whether you got my previous comment or not, but 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?
I will have to look at your app in action to provide guidance. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Thanks for all the hard thought and preparation and effort behind this gift that you have so graciously shared. Best wishes for you in your new role with Microsoft.
Thanks for appreciating the effort & thanks for watching.
Great video thanks Reza - definitely helped me!
Glad to hear that. Thanks for watching.
Wish to give 1000 likes to this video. Many thanks, Reza 😊
Thank You
Hi Reze, thank you for the nice video. I found if we use the Display Form for the deep linking, that one does not work, it will show "Getting your data....". my understanding is that display form is faster than the StartScreen
That is not the case. Cannot be faster than startscreen. Logic of setting variable is on App OnStart which is the first function that gets called.
I have not come across this issue and hence not sure why is it happening in your case. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Hi Reza, thank you, I tested it and found the reason, it might because I used the "Concurrent", but yes you are right
Hello Reza, Thank you so much for your work, your videos are brilliant and extremely helpful, When I deep link to a form the values selected in the people picker are blank, how can I fix this?
Most welcome!
I have not come experienced this and hence not sure what the cause for it could be.
I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Terrific video with top notch explanation. Many Thanks Reza!!
I have a question, you are passing the item ID in the app url using a flow in the background still there is a possibility where users can manually pass different id's in the URL directly and they can view different the records.
How do we prevent this?
Thanks!
I did show how to check security and then direct user to a screen. Example was of admin screen.
Reza, that was a great video 👏 ... I really got to know a lot about deep linking. I have a question .
I'm working on a similar scenario where I want the users to navigate to various screens via email links but I'm hide/show some fields on screens based on the role (Admin,Manager etc) which I'm currently checking and storing the value to a global variable in 'Onstart' property of the tablet /desktop App.
Will those values still be valid while deep linking or should I use the restartApp function and get those values again for showing or hiding some fields on the screen ?
Restart app will run the onstart again and load your values.
Thanks Reza, appreciate all your time and efforts put into your content! I was reading through all comments to see if anyone had same scenario as myself, and it looks like "Doda Soares" possibly did...But i have one app for multiple types of requests. So each screen saves to a different SPO lists depending on request type. I want the admins of their respective list be able to see (an email with the deep link) the request submitted, is there any filtering I would need to do on start for the app to know which list the ID is coming from?...if that makes sense
My videos receive tons of comments :)
Not possible for me to look through them to get context.
For your scenario, one option would be to pass list id and list name as parameters.
In power apps, read list name and accordingly redirect to form screen for that specific list.
@@RezaDorrani ok thanks i'll give that a try, thanks for your quick response!
Thank you Reza for this video great work, it helped a lot!!
One further question:
Do you happen to know why the formatting theme of my app is gone when deep linking to a specific screen via URL syntax and what can be done to solve it?
The theme (colour, textmode etc) is defined in the OnStart property of the App,
whereas the StartScreen contains the Switch & Param-Function the same way you have shown.
No forms are needed in my app, just deeplinking to the respective screen is sufficient.
Appreciate your feedback, thanks!
Im not sure why that would be the case.
@@RezaDorrani Thanks for your quick reply. I found & solved the issue. The issue was me ;)
This is a great lesson on deep linking. I have got it to mostly work. I am able to get my deep link to open to the page I want, but not to the tab I need the user to go to on the page. How do we go about deep linking to a specific tab (this instance is tab 2) on a page?
Thanks.
Depends on what a tab means. It could be designed in various ways. I will have to look at your App in action to know the steps. I recommend posting your query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Thank you Reza. I have made a post but do need to put some screenshots up with it. I will get this done later this evening.
@@michaeldyer612 I know there are many experts on forums who assist in their free time. You would not get an immediate response.
App.Onstart is not available in my current version even if I turned it on in settings (retired) feature.
I got away with this by checking if param has a value in the startscreen, then I navigate it to the page where they would view the detail correctly. on the specific screen, i added the rules in the onvisible event to populate varRecord.
Thanks! watching the video helped in a way
👍
Thanks Reza for this good tutorial. Instead of copying the URL, is is possible to make a getURL fonction? I work on 3 differents environments so I have to change the code after importing the package on another environment.
You can set the URL as an environment variable.
ua-cam.com/video/BFGcXSAgawM/v-deo.html
This is a great video, as are all your others. You are my go-to.
Wow, thank you!
Great video thanks Reza - will adapt my applications.
Thanks for watching
This channel should have more subscribers. Great content with a clear explanation as always 👍
Thanks Avinash.
Hopefully subscribers grow with word of mouth
Hi Reza,
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
The weblink will be the same for each published version of the app.
Hi Reza, thanks for the video!!... my powerapp has lot of variables and dependent collection that are getting loaded on app start...the app onstart and the deeplinked screen onvisible actions runs asynchronously..so, on app start if i give the param id value to a variable the id is not retrieved as expected in deeplinked screen.. to fix this i used the param id directly on onvisible action of the deeplinked screen against a set variable.. so, if the deeplink url is called, this set variable takes the id from the url or if the navigation happen within the app, the variable takes the value from the previous screen.. kindly let me know if this approach is correct or anywhere it could fail..
Approach sounds correct. Validate with different scenarios to see if it fails.
@@RezaDorrani thank you😀
Great Video Reza. Just like always.
I have a similar question related to deep linking from email or push notifications. I have one drop down on an analysis screen and one display form connected to my share point list in same screen. User need to select drop down to filter the form.
Is it possible that i can predefine the dropdown value in the URL so when the approver clicks on the URL drop down is preselect3f
Possible. Pass param, read param value in app and use it default your dropdown control.
@@RezaDorrani I tried but unfortunately I failed, is there any video like this or any community post that you are aware of?
@@ahiqtidar I do not have a video reference. Best to post your query on forums.
Many thanks for this video! It helped me a lot :)
Glad it helped!
Thank you for this! This really helped with my project and pretty straightforward. 🙂
Glad it helped!
At the 9:09 mark in your video, you demonstrated using a form with a formula referencing VarItem. However, I’m working with a form and using Table2.Selected to reference data from the previous page. How can I adapt the formula or functionality to make it work in my case?
Any guidance or examples would be greatly appreciated! Thanks in advance for your help!
Table onselect or before navigating to form sceeen, store that table selected record in that same variable
Hi Reza, this is so great!
I've been trying to do something similar in a PowerApp for Teams and having a lot of problems, the string requirements are different. Is there any chance you are going to one for Teams?
I have not tried exploring with Teams and do not have plans for one as of now.
I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted topic ideas get added to my backlog. Make sure to suggest this idea whenever the next topic suggestion post is out.
Thank you for this video. However, I have been having some trouble with the restartApp parameter. Did you set that parameter somewhere within PowerApps? Because it is still not auto-refreshing and I feel like I missed a part. When I click on the link in the email, it tells me that there is a new version of the app and asks me to refresh it.
Welcome!
Param is added to link as shown in video.
I have not come across the mentioned issue and hence not sure what the fix for your issue is. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Hello. Thank you for the response. I know the parameter is added to the link but like the ID and screenname parameters is the restartApp parameter also set up somewhere within PowerApp or is it a generic parameter?
@@arlettepwatsonify Those are read within the power app. Video is a step by step guide.
Hey Reza great video. Does deep linking work with SharePoint links as well? Say I have a link in my SharePoint site that I want to connect to a specific screen in my Powerapp. Is that possible?
Idea is to open a specific screen in power apps based on link provided. It does not matter where the link comes from as long as params are passed to power apps.
@@RezaDorrani Thanks. Does this work with App IDs as well?
@@raymondsmith8319 You could simply link to the app url.
Great video. 3 takeaways namely the mobile app restart issue I couldn't resolve .
Thanks! Not sure why you couldnt resolve it. I recently used it in one of my customer apps and works fine.
@@RezaDorrani Yes, I resolved it after watching video :) and adding "restartApp=true". Next feature is to add push notifications
Well explained ,Thanks Reza !
Your most welcome
Another amazing video with details given where others do not provide. Thank you. In the Switch formula, the Admin "If" statement for security, how does the query go if using a list of approvers (e.i.A3 Approvers list) with emails in the list? or if using a SharePoint group?
I have done videos on checking if user is in security group or user is in list etc. you would need to look into those.
Hi Reza. Thanks again for another great video!
Quick question: Can you pass a variable with the deep linking? I've been successful with setting up the deep link connection to the specific page. However, depending on the variable OnVisible, different tables will appear. I'd like to have the variable defined in the link, if possible. So, for example, Team A and Team B have a link to the same page. However, they each see something different on arrival. Can the Switch(Param("screenname")... step be expanded to do this?
You could pass a param, then direct to a screen, where onvisible you can write code to read the param, set your variable and then redirect again.
@@RezaDorrani Perfect. It took a few attempts but I was able to make it work. Thanks!
Yh Reza thanks for the video🎉. Now in my project i did a similar deeplink. But when we click on the link it says app isnt opening correctly (he has access) but if we directly open from the application the app is working fine and later if we refresh the application which shown error before it works fine. What is the exact issue Reza is it cache issue or how to fix it . Please help me asap😢. Its deadline
I have not come across this issue + debugging issues here on chat is not a good option.
I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Please note : Forums is a platform where experts assist in their free time.
If this is time sensitive, then you may want to look at getting consulting help.
@@RezaDorrani sure thanks for your time 😇
Thank you for good videos. How I can clear content of a cell in excel with a if condition in power automate flow?
I do not have a video reference on your scenario. I would recommend checking on forums in case someone has done something similar
powerusers.microsoft.com
Thanks for this demostration Reza, Excellent and clear explanation as always.
Quick question.. could you recommend a alternative Deep Link approach for Dataverse Tables in which ID column is replaced by GUID?. Thanks in advance.
Concept would be similar. Send GUID as query param. Read it in Power Apps and typecast it to GUID.
Example: Set x = GUID(Param("paramname"))
Thanks! You’re the best!
Dear Reza, Great work! quick one please, will the same method work in Start and Wait approval also? I mean if we add the different screens url in Start and Wait approval as a link will it be behave the same? Pls advise.
I did my test and it's working.
Looks like you got it to work based on your response comment.
Another awesome video, thanks a lot! Reza
My pleasure
Hello Reza, I have two screens with gallery. when I preview I could see gallery, but when I am using deep-linking I could see only one gallery. I could not see other gallery which is in other screen. Could you please tell what might be the possibilities?
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thanks (again) Reza for your videos, it is most appreciated ! I have nevertheless a problem since months, maybe you have already un countered it. When power apps have to open a picture from an office SHarepoint list, no problem, but when it is on another server linked with a http link or even from the office 365 outlook connector, it happens regularly that picture does not open. I can correct this by downloading one document from the app, and then it is corrected , but it is annoying and I cannot deploy like that the app, advising users to first download a document before using properly the app. Thanks in advance for any advice, Coraline
I forgot to precise that it is not happening only with picture, it concerns any document (like in the attachments viewer component I downloaded and used)
Attachments viewer control has limitations on mobile (I have called it out in video description)
Attachments viewer control has limitations on mobile (I have called it out in video description)
@@RezaDorrani i dont usé on mobile, not even tablet, Only computer
At beginning i thought that maybe problèm was coming from the web Link that create a view of any format file, but recently when i added just simple User() photo from office 365 it was doing the same. It is like if the app needs that I force first the path to server to initialize
This problem happens through app in Teams or in Chrome or in Edge
amazing as usual, if possible to make a video on how to get user custom properties such as Employee ID as well as how to get user details from a custom property (EmployeeID). Also, is there any possibility to import fonts to PowerApps. Thanks
I make videos when I get multiple requests on a particular topic.
Every quarter I ask subscribers for topic suggestions on the Community Tab of my UA-cam channel.
Subscribers vote for topics and the highest voted topics get added to my backlog.
Make sure you post this in the next topic suggestion post. If it gets a lot of votes, I will add it to my backlog.
Hello! do you have a specific video on how to do the very last example you've shown, the one with clicking the list items, they opened in the embedded canvas app? I've been trying to achieve this unsuccessfully!! :(
Thank you Reza
I have probably done those. I have done over 240+ videos so I dont remember which one.
I have a playlist on SharePoint. It might be in that.
@@RezaDorrani I found it, thanks so much! ua-cam.com/video/hB0xdoQuO1g/v-deo.html
I have implemented these parameter concepts into my form, but when I open the form from a link that has these parameters added (screenname and ID) , it seems to disregard some or maybe all of the code that I have in the OnVisible property of the screen that loads. Specifically, I have a Select(Btn_Load_Grid) command that triggers a button (another concept that you created) to show the items in a gallery in a different list. Maybe it is an order of operations issue? Any ideas to ensure that the commands in the OnVisible property of the screen are respected?
I have not experienced the mentioned issue and hence not sure what is the cause for it. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com in case someone has experienced something similar.
Great video!! How can we use the powerapp screen deep link in an approval workflow link to item? Thanks
Same concept. Approval action has a link to item. Simply use the same deep link url there.
&RestartApp=true and I learnt something new... I rhythmed. Thanks Reza just another awesomely explained well needed topic. 👍🏻❤
Awesome! Thanks for watching and liking the video.
Another great video! I am attempting to do deep linking from a SharePoint list. I am trying to grab the ID parameter that I am passing in the OnStart for the app and setting it to a variable but the assignment doesn't ever work for me. It works in the On Visible for the form. Does the OnStart run when deep linking to a page other than the home page of a Power App?
OnStart runs when app loads.
Great Video Raza!
Glad you enjoyed it
Great video! I have a question as to whether setting the variable for Item and using that in a link will allow multiple people to open a link to the edit page with different Item numbers at the same time? Or will it reset to the new Item if someone opens a link while another user is editing their item?
If user has access to the item then yes
Hi Reza, I am developing a PowerApp for the client I work for, and whenever I am facing any issues or blockers I refer your videos and articles, that helps me a lot, Rn I am stuck in the Deep Linking, I am able to navigate to the desired screen through the link, but I am not sure the Data ( SharePoint Lists) are not getting loaded through deep linking, otherwise they are getting loaded.
Thanks for referring my videos.
I have not experienced the mentioned issue and hence not sure what the cause for it could be.
I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Hello Reza,
Thank you for this video.
How do you deep linking where you have to ensure that one of the fields is editable while others should be view only containing details of a form
Edit and View only logic would need to be built in the form experience. Has nothing to do with deep linking.
I do not have a video reference on this scenario and would have to try it out to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Great video Reza. Is it possible to deep link to a patch form instead?
You can deep link into any screen. The logic on what you do with the value, is based on your scenario.
@RezaDorrani i have query ..can we deeplink to specific records in different screens.Suppose you have 4 screens.i want to get the deeplink of recordsID that is from admin page,events,etc and display it in the editview of the form.
May be you need to also pass screen name as param. Not something I have tried so not sure.
Good day
What a video really informative 👏.
And you answered my question about the mobile deep linking champion 🏆
Enjoy the rest of your week and keep the content coming.
Glad I could help and thanks for suggesting the idea. Many a times its the suggestions that help improve the videos.
Hi Raza, I am developing a PowerApp for the client I work for, and whenever I am facing any issues or blockers I refer your videos and articles, that helps me a lot, Rn I am stuck in the Deep Linking, I am able to navigate to the desired screen through the link, but I am not sure the Data ( SharePoint Lists) are not getting loaded through deep linking, otherwise they are getting loaded.
Thanks for referring my videos.
I have not experienced the mentioned issue and hence not sure what the cause for it could be.
I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
@@RezaDorrani it got resolved, once I restarted the PowerApps, Thanks for responding. Keep making videos like this, it really helps..
Hi Reza - really useful video, thank you!I have a question - I have one screen with 3 galleries split by using the tab functionality. Is there a way to deep link to a specific tab on a screen?
Depends on how u switch tabs. Presumably via a variable. You can check param value and accordingly set your tab variable.
Correct, this is stored as a variable as I followed your “how to create tabbed forms” video. How do I check the param value?
@@harjinderatkar9818 This video itself shows how to check param value
Thank you I figured it out - sorry got confused with the terminology
@RezaDorani I'm getting this error following the link on an email: Record Is Unavailable
The requested record was not found or you do not have sufficient permissions to view it. Any idea how to resolve this
I have not come across this issue and hence not sure what the cause could be.
I recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
I saw a video back in March describing that OnStart was going to be deprecated and to use an alternative, namely an intro or splash screen. Have you heard of this?
Originally, I used the OnStart to concurrently declare my company colors and collections to be used throughout the app. I moved all of that to the OnVisible property of my splash screen. I did end up using the StartScreen for my deep linking out of luck, lol, so when the user clicked on the next button from the splash screen, they are navigated to the entry from the email link.
OnStart is not being deprecated.
Do not be alarmed! Your apps can keep calling Navigate in App.OnStart. Existing apps should see no change in behavior (with one small exception, noted below, and there is a an easy workaround).
powerapps.microsoft.com/en-us/blog/app-startscreen-a-new-declarative-alternative-to-navigate-in-app-onstart/
@@RezaDorrani Thanks for the link! After reading that article, I'll nuance my functions I used and add them back to the OnStart. I started getting suspicious when 5 months went by and OnStart was still there. I now have to add it back to all my apps though, but that's an easy change.
Hi Reza, I've implemented this and I get the parameters to work just fine. I am doing this instead of using a flow to send emails, etc... and all of that is working except the delay between steps is causing problems, the email arrives before the record is written to SharePoint list. ANYWAY, is there any way to delay some aspect of this so that the next step owner doesn't get the link until the record has been written to the list? Or is the only way to do that by using a flow?
I would suggest looking at why the notification is going out first in your case.
I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
If we have a Variable set in *OnStart* can we use this as condition to navigate in in *StartSceen* ? or any way can do it value from OnStart.
I don't think so.
Thanks for sharing!!
Thanks for watching
Thanks for this!
Most welcome!
Hi Reza, is there a way to reset the deep linking? specially if i go back to the mainscreen of my app, the link did not change so if i refresh my browser it go back on the link(with the deep linking).
In this video, I do something similar but I did not run into any issues.
Can we do the same for custom page , and does it start with the model driven app or the custom page itself?
I have not tried with a custom page, hence not sure.
Hi Reza, Is there anyway to open a website inside any control of powerapps for example container?
There are pcf controls for . May be you can check those.
Thanks so much, Reza!
I'm running into a weird issue and hoping you could help! The deep link navigation seems to be working, however I'm having issues with the modern "Tab List" displaying upon clicking a PowerApps notification to open the app. I set up the Tab List following your video, Build Power Apps Navigation & Flyout Menus with Modern Tab List control 🚀.
For whatever reason, the Tab List won't display upon opening via a link. It displays fine when normally opening the app, just not through the deep linking!
The item property of 'tablist' is: colTabData
The App Onstart Property is set to:
ClearCollect(
colTabData,
[
{
Name: "Home",
Action: "Navigate",
Screen: 'Home Screen',
URL: ""
},
{
Name: "Example",
Action: "Navigate",
Screen: 'Example Screen',
URL: ""
}
]
)
This is the App StartScreen property:
Switch(
Param("screenname"),
"home",
'Home Screen',
"example",
'Example Screen'
)
Everything else works great! Would you have any potential idea on why it won't display through deep linking?
Most welcome!
Your formulas seem right. Not sure what’s going on for your issue by looking at code.
I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Thanks so much!
Just wanted to say how much your videos have helped in learning PowerApps. Keep doing what you're doing! We truly appreciate all of it!
in my case I have a page in that page request actions are there like incr click here to start ,bkf click here to start, etc , and when I click on incr it opens power apps form and I this form I have a data source as sharepoint list ,in this list resource action column is there that data cardvalue in the form is auto filled by incr/bkf/etc based on the user clicks on the incr click here to start /bkf click here to start/etc how to do this and in the app.onstart set(var action,param{"action"}) like this I am taking
It would be best to post your issue with screenshots on the forums at powerusers.microsoft.com
Hi reza , Thanks for this video , i have one question.
When i am trying deep linking from email it is redirecting me to the screen but in the edit form it is showing getting your data but will not give any output in form
I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, one query, using deep linking we can navigate the users to the respective item form screen, but i want to show form fields in view or edit mode based on logged in user. In that case custom validation in Display mode of individual fields/Datacard can take care of the behavior right?
Yes
Its very useful scenario. Thank You @reza
Most welcome