I am using a filter array to find all teams tasks that are due tomorrow, but when I run the flow checker it's giving me an error “Correct to include a valid reference to ‘Compose_- _ Tomorrow’ for the input parameter of action Filter_array’.” The code I’m using is: @ And(not(equals(item()?['dueDateTime'], null)),equals(formatDateTime(split(item()?['dueDateTime'],'T')[0],'dd/MM/yyyy'),outputs('Compose_-_Tomorrow')))
