Announcements
Hi,
I have a date column in Dataverse and would like to set its default value to today if a different column has a specific value.
Flow is not really an option as its too slow.
Thanks
Todd
Hi @Tango
Not Business Rules as a business rule, but you can use Javascript or a WorkFlow to do it
function formOnload(executionContext) { // Get a reference to the form context var formContext = executionContext.getFormContext(); // Create a new Date object to get today's date var today = new Date(); // Set the value of the date field formContext.getAttribute("nombre_del_campo_fecha").setValue(today); }
Another way is to use Power Fx,
Use this
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 76 Most Valuable Professional
Haque 69
Kalathiya 38 Super User 2026 Season 1