Automations between due dates and timelines

Is it possible to link to date to timeline so that when a due date is set the timeline automatically set itself to run from the day the due date was set till the due date?

Hi @Sash - check out General Caster in the Apps Marketplace. You can set a formula to cast the dates as you specified to the timeline columns when the Due Date column changes:

CONCATENATE(TODAY(), “+”, {Item’s Due Date})

Make sure you use the column picker in the app to select the Due date as based on the item naming on your board it might differ.

Hope this helps!
Mark