Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Unable to fetch a specific sharepoint record from my power apps using deeplinking

(1) ShareShare
ReportReport
Posted on by 4

Deep linking not returning  the specific record.

i have a sharepoint list that acts as the datasource for an dealslip application for generating slips, and a power automate flow for multiple approvers.

abnerchrist_0-1720782488000.png

 

Here is the microsoft power automate flow.

abnerchrist_1-1720782633586.png

here is the the code in the onvisbile property of my dealslipscreen:

If(
    !IsBlank(Param("ID")),
    Set(
        varEmpID,
        LookUp('DealSlip Debit Details', ID = Value(Param("ID")))
    );

    Set(

        varFormMode,

        FormMode.Edit

    )
);
 
i have followed most of the tutorials from this community. your help is humbly needed.
  • developingteal Profile Picture
    392 on at
    Unable to fetch a specific sharepoint record from my power apps using deeplinking
    What's the status of this/ what's the current error?
  • IO-20081226-0 Profile Picture
    4 on at
    Re: Unable to fetch a specific sharepoint record from my power apps using deeplinking

    Thank you for taking time to respond. 
    The end goal/behaviour of my app should be that when the power automate flow is triggered and an email is sent to the approvers, i have embedded the link to the power apps in the email, so when the user clicks it, it should show point/navigate to the specific record. for more details on my application. i am following this video, How to Migrate from App OnStart  
    i have an app called a deal slip application it has 4 screens;
    UpdateSlipScreen:

    abnerchrist_0-1721125332971.png

    DealSlipScreen:

    abnerchrist_1-1721125422603.png

    and a loading screen and a success screen.
    this is the code i currently have on the on start property

    abnerchrist_2-1721126055241.png

    abnerchrist_3-1721126178100.png

    and this is my power automate flow. P.S. i am new to the power platform.

  • developingteal Profile Picture
    392 on at
    Re: Unable to fetch a specific sharepoint record from my power apps using deeplinking

    so what is the end goal/behavior you are looking for?

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard