I'm trying to filter a PowerApp gallery based on the lookup field matching a given text in the current record:
Filter(Notes, Notes.SWN_Lookup_Notes=SWNtextInput.text)
After trying several different syntax (the one above being the last one I've tried), it seems that it can't compare the two fields because the look up field in the entity is a Lookup Type, not Text.
This was confirmed when I added a label and set the Text function to ThisItem.SWN_Lookup_Notes. The error returned was "The property expects Text values, but this rule produces incompatible Record values".
How then, do we pull data from a Look Up column in the CDS for Apps into a PowerApp, and filter it?
User | Count |
---|---|
202 | |
92 | |
83 | |
47 | |
42 |
User | Count |
---|---|
252 | |
105 | |
103 | |
62 | |
57 |