Can someone please tell me the filter array expression to select overdue items from the columns?
Kind regards,
V
Hi @Sundeep_Malik ,
Here is my Array:
My expression : @and(lessOrEquals(item()?['DueDate'], addDays(utcNow(), 7, 'yyyy-MM-dd')),equals(item()?['TestStatus/Value'], 'NotStarted'))
I want to filter overdue item where it has to match the condition that other column should have the value.
Hey @Anonymous
Can you show how your array looks like?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1