Hi All,
How can I solve below use case scenario
Use case: Update date/time field of Object 1 with the date/time when picklist field of another object2 is updated ?
7 answers
Eric Praud (Activ8 Solar Energies) Forum Ambassador
Is it the standard task object?
You woudl need a record triggered flow on Tasks that would check the parent is a WO (What ID starts with XXX)
Now update the WO where ID = $Record>WhatId. Set the date/time field to a formual set to NOW()
This will not take deletions into account, or if you were to reassign the task to another WO instead though