Hi Everyone
Hoping for assistance with this.
I have SPO List 1 and SPO List 2 - I have a checklist based App, which uses the items in SPO List 1 to build up the items in SPO List 2. Once all the items are in List 2, the process is complete for that user.
What I want to do, is report on interim progress for a given user to report on items outstanding.
I have built a flow and tried to get the items outstanding by filtering List 1 based on Titles (common to both lists) that are not yet in list 2. The following snippet shows my effort:
List 1 = Get items-TemplateList
List 2 = Get Items
Filter array input 'value' = List 1 Array

This doesn't seem to be filtering at all and just outputs the entire array - I'm probably missing something really obvious, but would welcome any help.
Many thanks