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 Automate / Problem with Hardlink ...
Power Automate
Unanswered

Problem with Hardlink to powerapps

(1) ShareShare
ReportReport
Posted on by 102

Hello everyone!

So I've got a problem with hardlink screen from PowerApps to power automate. When I send the link in mail to more than one person it works good only for the one who click first on it. Example1@gmail.com, Example2@gmail.com so, if user with email of Example1 opens this link it will perfectly get him to item that I want to, but when the Example2 opens the same link it takes him to the mail screen instead to the item screen. How to fix it?

Categories:
I have the same question (0)
  • ShaneMeisnerTH Profile Picture
    195 on at

    Most times, in the email body, using the "Link to Item" works.. But we have seen some issues at times.
    For some of our flows that send a link to the user to review an item, we have had to do the following:

    ShaneMeisnerTH_0-1720697011996.png

     

     

  • Biskopt Profile Picture
    102 on at

    I use the same solution. as on the screen you send. Sadly this link works only for the person who will click first. The second one is "Navigate" to the start screen even the link tells it should Navigate to item with specific ID.

  • Biskopt Profile Picture
    102 on at

    Well, I tried to make second flow that also send Link but on other mail. It did not work as well. It looks like you can only go to the item when it is "new". When it is already created and you want to edit it as second approver then I does not let you in that item from link.

  • ShaneMeisnerTH Profile Picture
    195 on at

    Many of the solutions I've built send out emails with links to have users update and they work as excepted.
    When sending an email to the user, to edit an existing item, you have to "tell" the app the ID of the item.

    Here are the settings I add to the Power App to open it either in New mode, or Edit mode.

    Power App - OnStart -

    If(!IsBlank(Param("ID")),Set(ListItemID,Param("ID"));)

    DefaultMode for Form -

    If( IsBlank( ListItemID), FormMode.New, FormMode.Edit )

    Form - Item

    If(IsBlank( ListItemID ), Defaults( <<DataSourceName>> ), LookUp( <<DataSourceName>>, ID = Value ( ListItemID ))) 
    Where you remove the <<DataSourceName>> and add your DataSource.

    Now, when you use the variable for your email, the ID is being passed, so ListItemID is not blank, so the App switches to Edit view and brings the data back from SharePoint.

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard