I am trying to create an automation using the following formula with General Caster. This should pull the Start Date from the Current Timeline based on what’s advised above. It is not working with this code but code seems correct. Can anyone help please?
Hey @declan.maher
The formula is not correct.
Once you get the “start” part of the timeline you need to convert it into a valid date with DATEVALUE() function.
Then you’ll be able to get the corresponding month without the need of SWITCH() function.
Unfortunately subitems are not directly supported yet due to limitations on monday’s side.
You can anyway add a Subitem Summary Column to the parent item and use General Caster with it.
Just wanted to say Thank You for posting this solution. I’ve been searching the web for days trying to figure it out and this formula worked for what I do.
Hi @rob am trying to cast the formula but it doesn’t work.
I want to set up the timeline column with the date created (from the creation log date) and the end date from Due Date
So when I manually set the due date, the timeline will take the date when the item was created and the finish date from the due date.
Can you help me please?