Forum Discussion
If you toggle the equals sign button next to the text field for the SQL query, the field becomes an expression and you can use the expression language to dynamically construct the query. Is that what you want?
- jose_guadamuz7 years agoNew Contributor II
@akelpe - yes that was one of the issues but also i got some help the expression below worked for me,
Date.now().toLocaleDateTimeString(‘{ “format”:“yyyy-MM-dd”}’)+“T”+Date.now().toLocaleDateTimeString(‘{ “format”:“HH:mm:ss”}’)+“Z”
Related Content
- 2 years ago