I have a multi-tab form tied to a Sharepoint list that tracks work items.
"Latest Status Date" is a date column on Sharepoint that has a date picker in the custom form. It defaults to Today's date when the ImputForm is in New mode, and to the existing value when in Edit mode (Parent.Default).
I want to add a "Set Today" button so the user just has to click on it to update the date on the column to Today. What variable should I configure for this to happen? I tried OnSelect: Reset(DataCardValue16), but that only works when testing the form -I guess that's because on test the form is set to New and it uses Todays date. How can I "pass" today's date to the DataCardValue16?
Also, is there a better solution, like including a "Today" button or link within the date picker itself?

Thanks!