Good day
New to Power Apps and trying to accomplish the following:
I have two tables named Contacts and Groups. The Contacts table has a column named Group and the Groups table has a column named Group_short_name which has the same values. The Group table also has a column named Process_sequence_number.
I want a filtered list where the values in the Group column of the Contacts table is equal to the values in the Group_short_name column of the Groups table and where the Process_sequence_number in the Groups table is equal to Can1.
So I want this filtered list- Filter(Groups,Process_sequence_number="Can1") to be compared to the Group column in the Contacts table.