I have a form populated from a sharepoint list: Vendor Arrangement Question Checklist where the user selects a vendor from a different sharepoint list, and the corresponding contact person gets filled in from the lookup capability when I first built the SP list.
for items in the contracting data card I have:
Filter(Choices([@'Vendor Arrangement Question Checklist'].'Vendor:Internal Contracting'), Id = DataCardValue1.Selected.Id)
No errors, but no data. Any thoughts here?