Hi all
I'm sure I am missing something obvious, but my expression result is always false when it should be true for today in particular.
(I tried ticking the boxes above and that made no difference)
But the expression result is false as can be seen which means my downstream actions are not working as expected. Does anyone have any ideas on what I am doing wrong please?
Thank you
So I figured out why this is not working - essentially it wasn't seeing the dates 01 or 17 as text and therefore wasn't matching against the substring output. Fixed by adding variables to store the dates to match to as string and look up up those values instead.