Hello,
I know that I can use type: "datetime" with default value "now()", or type: "end", to get the latest edit / modified date/time. However, I would like an attribute that stores all modification dates (there are forms which the users need to edit more than 1 time).
One idea I have, is to create a type "text" (we can say the name is: "tempDate") and put the calculation like: ${tempDate} + format-date(${endDate},'%Y%m%d%H%M'). I expect the value of "tempDate" will always be added with the new "endDate" (modification date) while keeping the old one. Unfortunately, that formula does not work properly (will produce error) because I cannot put ${tempDate} on the "tempDate" row calculation.
Could you please advise me how to do this? I am looking forward to your advise.
Regards,
Marvin