Workflow - how to get last activity from History panel

Hi

I need to get last activity (task or call or meeting) from account history (using max Date Modified field) and update my custom fields on Account (“last modified date” and “last modified description”).

I know how to modyfy fields using workflow but don’t know how to get data I need

Any help ?

regards
Maciek

Maybe try using three separate Workflows:

  • when calls are saved
  • when tasks are saved
  • when meetings are saved

Each of these would update the related Account modified date.

Is a good idea. Thanks :slight_smile: