Ugh I'm stuck on a simple syntax that I've done a million times but brain is not computing at the moment.
I have a Dropdown (DD1) which is populates from a datasource (Datsource1) which has the following fields Field1 and Field2 The dropdown uses Field1 and I want to put the corresponding Field2 in a label and it just ain't work'n !! I know I'm doing something very stupid. Here's what I have which is giving error. (This is in the label)
Distinct(Filter(Datasource1,Field1=DD1.Selected.Field1),Field2).Result
TIA