Re: Problem with finalising the NO part of a flow
The Yes path is basically confined to the binary field being 1
Toilets_x0020_Required eq 1
and the date criteria between today
ticks(formatDateTime(items('Apply_to_each')?['EventDate'],'yyyy-MM-ddThh:mm:ss'))and
ticks(formatDateTime(addDays(utcNow(),14),'yyyy-MM-ddThh:mm:ss'))
. If the Binary field does not equal 1 then there is nothing for it to use to evaluate the rest of the condition.