Hi @Anonymous,
If you need any additional help configuring that let us know.
Btw, below is an example on how you could use that expression in a condition action.
This example shows how you can retrieve vacation list items which have a startdate (datetime column) of 5 days or more in the future.
The condition itself is:
formatDateTime(items('Apply_to_each')?['StartDate'], 'yyyy-MM-dd')
is greater than or equal to
addDays(utcNow(), 5, 'yyyy-MM-dd')
