I have a column (#startdates) with comma separated text, like tags, with a date in the following format: 2024.09.21
I want to insert this date into a date column (#dateread) with the format 'dd MMM yyyy'.
Could someone please help me?
Edit: Or does it work easier with action chain and a template?