Hi @trice602
I have added a filter array steps after the Compose from Add to Time compose to filter those cell than are blank and '-' and Due Date within 90 days. It show BadRequest. The 'from' property value in the 'query' action inputs is of type 'String'.
The value must be an array. How can I change the date to array for the Expression to work ?

@if( not(or(equals(item()?['DueDate'],'-'),equals(item()?['DueDate'], ''))), less(item()?['DueDate'],formatDateTime(addDays(utcNow(),30),'yyyy-MM-dd')), false )
