I'm currently working on a model driven app for employee Offboarding. On my form there are a series of tasks for two groups; lets call them Group A and Group B.
When Group A completes all of their tasks and marks them as complete (a series of yes/no fields) - I have a calculated field "Group A Tasks Complete" that gets set to Yes. I'd also like to have a date & timestamp to accompany that so we can track when and how long it took each group to complete their tasks.
I tried making a date/time field that is calculated when "Group A Tasks Complete" equals Yes, then set the date/time to =NOW(), but that just gets changed anytime the form is updated. I'm wondering if it's possible to achieve what I'm after with a calculated field, or if I need to create a Flow that triggers when a record is updated and populate the date/time field that way.
Thanks!