Skip to main content

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
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Aug 17, 2022, 4:30 PM

    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

0/9000