web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Provide Link to PowerA...
Power Apps
Unanswered

Provide Link to PowerApp Item

(0) ShareShare
ReportReport
Posted on by 358

I'm trying to create either an email notification or a push notification that links back to a direct sharepoint list item (say an assignment scenario) so that the user can then pull up the item assigned to them directly in power apps.  Is there a way to do this either through powerapps or flow?

Categories:
I have the same question (0)
  • v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi WiggityZwiggity,

     

    We could use Flow to send a push notification or send an email when a new item is created in SharePoint list.
    Send an Email:

    Email.PNG

    Send a push notification:

    push notification.PNG

    Hope this can be a reference for you. please try if this works for you.

     

    Best regards,
    Mabel Mao

  • WiggityZwiggity Profile Picture
    358 on at

    Thanks for the assistance.  The notification is not the issue so much as getting the powerapps to open vs  a web browser when linking to an item is.  

     

    For example, even outside of the context of a flow - if you email yourself the direct URL of a list item, it will always pull up in the browser on a mobile device vs the powerapps app - is there anyway to open powerapps directly from a url whether it is provided via email or push notification?

  • WiggityZwiggity Profile Picture
    358 on at

    Is there a way to call the application through the link so that it gets opened and passes that ID?

  • claudiosvcc Profile Picture
    Microsoft Employee on at

    Hi, not sure if I fully understood what you need. Let me try to split the answer:

     

    First, for launching the client directly you can use the ms-apps protocol. Link will look like:

    ms-apps:///providers/Microsoft.PowerApps/apps/<App Guid>

    This will launch the app only, so if app is not installed it will result in an error. A universal link will soon be supported.

     

    Now, if you want to receive an ID shared by mail, for example, you can pass it with a query parameter, e.g.:

    ms-apps:///providers/Microsoft.PowerApps/apps/<App Guid>?listid=12345

     

    using the Param function inside an App  (e.g., Param(listid) ) you can grab the value of listid and open the list you wish.

     

    Hopefuly that helps you.

  • WiggityZwiggity Profile Picture
    358 on at

    Thanks this is super helpful!  What I am trying to do essentially is to provide a notification to an end user when a task or list item is assigned to them - and link directly to that item in power apps so that they can interact with that task directly.

     

    Is it possible to substitute the list ID for an item ID so that you can link directly to an item vs that specific ID?  Not sure I understand what the list ID is doing if you are direclty linking to the app with the app guid already?

  • claudiosvcc Profile Picture
    Microsoft Employee on at

    So, let's say User is assigned task ID = abc123 and let's say your Task list is in a table called TaskTable, which have a column called TaskID among other columns.


    You can send him a notification with a link like ms-apps:///providers/Microsoft.PowerApps/apps/<App Guid>?task=abc123

     

    This "task" works as a variable name. You can add as many as you want, e.g., ms-apps:///providers/Microsoft.PowerApps/apps/<App Guid>?task=abc123&company=delta

    will create two variables called task and company which you can get value with the function Param.

     

    On the app, you can have a call like LookUp( TaskTable, TaskID = Param(task)), so you can filter from your list only the task with that specific id you've sent to user (if you're not familiar with filtering, take a look here here).

     

    Naturally, that depends on how you app was architected, so you might have a better solution or different needs for that.

     

    Please let me know if that doesn't answer your question.

  • UB400 Profile Picture
    356 on at

    @claudiosvcc @v-yamao-msft

     

    I just found this post and wanted to be able to do something similar,is it possible to direct the User to a specific screen as well?

     

    In my case I would like the app to open a particular screen and on that screen show the specific item. Typically from within the App, the User would navigate to the specific screen which display a gallery, from which the User would have selected the specific item.

     

    Using the above examples, if we're dealing with a list of Tasks, I would want to send out the notification whenever a new Task is created, the notification would have a link that opens the app, takes the User directly to the task (which is say on Screen6), is that possible? 

  • Michael Profile Picture
    Microsoft Employee on at

    @UB400, the functionality you are looking for will likely be handled in our next release with a new App.OnStart property that you will be able to modify. This will allow you to pass in the desired screen through the URL as mentioned previously and then navigate to the desired screen as soon as the app starts up based on this information.

  • rezadurrani28 Profile Picture
    18 on at

    Hi,

     

    I need to embed the powerapp on a sharepoint page (since the web version has a big width)

    How can i pass param to a powerapp embedded on a sharepoint page?

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I am looking to do this on create / modify of an item in the sharepoint list.

     

    i want to send an email via Ms Flow with a link direct to that item in the app.

     

    You mentioned the next release, is there any more information you can give with that? or is it still not possible?

     

    thanks

     

    D

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard