I'm trying to concat specific inputs to a SharePoint list.
This is what I have now:
Patch( ExpenseMaster, LookUp (ExpenseMaster, ID=Form1.LastSubmit.ID), { 'Air Wing': Concat( ExpenseDetails ,FlyUnit, "," ) } )
This is to get the desired record to patch to the master and be associated with the same ID
When I do this I get the whole record in my SP list. Is there a way to have specific parts of the record concat?

Report
All responses (
Answers (