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 / Reference value from s...
Power Apps
Answered

Reference value from source

(0) ShareShare
ReportReport
Posted on by 188

I have a connection to Salesforce where I'm pulling Jobs from.

 

User can then open a specific job via a gallery:

drossi90_0-1663166194195.png


This then pulls all that record info using the Job_Code_c record to open a new page on the app

drossi90_1-1663166681662.png

 

What I then want to do is via a Save button OnSelect is Patch that Order value and Job_Code__c number to a SP List

 

I have written:

 

Set(varRecordID, Patch(BoilerQuotes, Defaults(BoilerQuotes), {Title:LookUp(Jobs,'Job Code' = selectedId), OrderTotal:Sum(colQuote,SubTotal)}).ID)

 But it doesn't work. the bit I am stuck at is how do I pull the Job_Code__c value from the record?

Categories:
  • Verified answer
    NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi,

    When you use LookUp, it will give you a record with all details (column values). In your formula you will have to use a column name which you want to save in Sharepoint list Title column (ColumnNameFromJobs)

    Set(varRecordID, Patch(BoilerQuotes, Defaults(BoilerQuotes), {Title: LookUp(Jobs,'Job Code' = selectedId).ColumnNameFromJobs, OrderTotal:Sum(colQuote,SubTotal)}).ID)

      

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard