Hi,
This has to do with the SETWFATTR subtag for use with a date attribute in a WF. Setting integer and string attributes works fine. I'm trying to set the current date into a WF date attribute. I tried [LL_REPTAG_DATE SETWF:'my date attribute' /] but this is not setting the value. I noticed that if I just echo out [LL_REPTAG_DATE /] it comes out as Apr 26 2022
I then checked the input date formats, they are DD MM YYYY
However, if I try to echo out [LL_REPTAG_DATE TODATE:'%d %m %Y' /] I get Tue Apr 26 00:00:00 2022
What is the correct way to set a date WF attribute with the current date? What about current date and time?
-Hugh