HI guys,
I’m trying to use the Concatenate function to help with my primary field names, but the date I’m pulling in from a ‘date’ field is a little messy.
Here’s my formula...
CONCATENATE(Client," ",'|'," ",{Month Date}," ",'|'," ",{Record Type})
And this is what comes back…
Crystal Maze | 2025-09-01T00:00:00.000Z | Income - Forecast
Is there a way of amending the date format within the concatenation formula?
Ideally it would look something like this…
Crystal Maze | Jul-25 | Income - Forecast
Many thanks in advance!