Once again after hours of hacking I find myself turning to this board for some help
Background: I only want to show some particular data if the date in a field is BEFORE now
I have set a time stamp
<$set name="timestamp" value="<<now YYYY0MM0DD000000000>>">
This works fine, it's how to include that in the reveal
Here is what I have
<$reveal type='lt' state='!!gsd_duedate' text='<<timestamp>>' >
I have tried single angle brackets: <timestamp>, double angle <<timestamp>>, {{!!timestamp} and {!!timestamp} - all to no avail
I am clearly missing the syntax here. I know the field is set as I am able to display it using <<timestamp>> and if I hardcode the timestamp e.g. 20200922000000000 it works
Any help is gratefully appreciated
Thanks
Simon