I'm looking for a way to set a condition requirement that a specific date field will be equal to today's date, or yesterday's. How do I do it?
Add a new formula resource of type Date
and name it yesterday
(or whatever) and put that code in there.
{!$Flow.CurrentDate} - 1
Edit: I am not sure if you are doing something differently but here is a screenshot of a Get Records
flow element filtering based on a formula value:
And to be perfectly clear, here is a screenshot of that formula definition: