🎉 Ok, yes, it's possible. This is what I used to have a single column sync the current enrichment date to HubSpot:
moment()?.unix()?.toString() + "000"
Appending the 000 seems wonky but that's the only way I got it to work. Would love to know if there's a better way!