hello community,
I have a File list and a Invoice list in SharePoint. I have customized the forms using powerapps. In order to create an Invoice, the Firm name and file number has to exist in the File List.
I have a dropdown control in the Invoices for the Firm name and items property defined as per below.
Invoices - Firm name: ForAll(Distinct('File Summary', FirmName), {Result: ThisRecord.Value})
Invoices - Firm file: Filter('File Summary', FirmName = dd_FirmName.Selected.Result).
On New, the Firm Name keeps defaulting to the firm item in the File List. I want to make it so it is blank on new, on edit thisitem (record)
I was able to resolve this using a similar post here : Solved: Need Dropdown with blank / null default - Power Platform Community (microsoft.com)
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional