This is my current rule
But I need to update this so that, when the due date is set, it is always set at 12:00pm on that date
hello @Brianne Peck
Trello's automation does not have a built-in action that can set a due date time, only the due date.
You would need to build a custom Content action that sends a Put request to the Update a card endpoint in Trello's REST API and sets the due parameter to a UTC encoded date and time string.
Not a trivial task :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.