Hi Forum,
I'm hoping someone can help me here. I have a flow which monitors the results from a Microsoft Form Quiz. Every week it checks the form results (From Microsoft SharePoint List) reads passed entries into an array and reads failed attempts into a different array.
The aim is to send a reminder notification that a failed test needs to be retaken. I am trying to compare the two arrays so that if a failed test is re-taken and passed it is not included in the follow up notification. This is what I currently have:
1. Get failed tests from SharePoint list, and use the Select action to put the names into an array (failed tests).
2. Get passed tests from SharePoint list, and use the Select action to put the names into an array (passed tests)
3. Use Filter Array action from the failed test array, using filter query "failed tests does not contain passed test items":
But nothing is returned in the output?