Hi All, I would like to be able to output the "event date" in YYYY/MM format for my google analytics links, which are set up in a brand configuration. I've configured like below, using expression ToString(Year(context.eventDate)+'/'+Month(context.eventDate)) However, this returns the following erro...