Hi. I have a form and the fields are coming from a List called "AccountDetails" inside my form I switched the "Title" to be a dropdown that is pulling from a List called "AccountDetailsTitles".
I am using the same form for New and Edit. I have it set up so I can create multiple entries to the "AccountDetails" List for a single Client. When information is added for that client and if I go to add another entry for the same client I want to hide the dropdown choices that were already selected.
This is the code on the Default of the dropdown
If(AccountDetailsForm_2.Mode = FormMode.Edit, glr_AcctDetail_HSLE_2.Selected.Title)