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 / PowerApp only pulls SO...
Power Apps
Unanswered

PowerApp only pulls SOME data from SharePoint list - why?

(0) ShareShare
ReportReport
Posted on by 157

So I have been using this blog post to setup deep linking within PowerApps, so that a given person will be emailed a link to a specific item in the SharePoint list. The app below is supposed to bring details from line ID4 in the Sharepoint list. However, it doesn't pull through the data in the Question field.

 

Screenshot 2022-10-18 170745-434534534.png

 

Screenshot 2022-10-18 170550.png

 

The issue is that it only pulls though the Topic and the Attachment field. Why?

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @FreddieV 

    This appears to be (from the picture) an EditForm.  So what is the Item property of the form? And what mode is it in?

  • FreddieV Profile Picture
    157 on at

    It is indeed an edit form. So, the link that gets emailed is to a SME so that they can answer the question being asked.


    The item property of the form is varRecordFormDetails.
    The OnSuccess propery of the form is is: Set(varRecordFormDetails, FormAsk.LastSubmit);

     

    The App also has an OnStart property, which is:

    Set(
     varRecordFormDetails,
     LookUp(
     AmA,
     ID = Value(Param("amaid"))
     )
    );
    If(
     !IsBlank(varRecordFormDetails),
     EditForm(FormAsk)
    )

     

    Hopefully, that helps?

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard