I would like to reset a date field with a button. At the moment I just have Reset(Datacardvalue3) - this is Datacard of the date I want to reset.
I have set the date default to today()+1 so I believe when reset it should reset the date to tomorrow, right?
Some backstory:
Modified SharePoint list form.
OnNew: I have added the date field and set the default date to today()+1 (It should actually be 365, but need to test) - works
OnEdit: I have the same date value but have set to view only (brings up correct date). Included a save button in the end with Submitform( editform1); Reset(Datacardvalue3)
The story behind it is that this item should be reviewed once a year. So built a flow to remind user to review item. User opens item, edits it and changes values (or not), then selects save which should reset the date field and tehy'll get another reminder next year)
Anything else I can try?