I have a connection to Salesforce where I'm pulling Jobs from.
User can then open a specific job via a gallery:
This then pulls all that record info using the Job_Code_c record to open a new page on the app
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?

Report
All responses (
Answers (