I am trying to create an expression ot parse a date formated MM.YYYY, but can’t figure it out.
I am doing it by the luxon documentation.
If I try this is working:
{{DateTime.fromFormat(“12.2022”, “MM.yyyy”)}}
but when I replace the string with output from another module it says not found.
{{DateTime.fromFormat($node[“Monthly Var Setup”].json[“CheckMonth”], “MM.yyyy”)}}
Any ideea what I am doing wrong?
Thanks in advance!
Tiberiu