Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Is anyone using an automation that can alert the owner of a project when specific fields in a custom form are filled out?

Avatar

Level 8

We are looking to have an email notification that can deploy to the project owner when select fields are filled in by other users at the custom form level. We do have Fusion and I am assuming this may be possible to do through this connector.

Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 8

Also interested in how to do this via Fusion (or any other way)

Avatar

Level 8

I would think you could chain together

  1. Workfront - Watch Field, specifying 'Project' as the record type and your custom field. Return the project owner ID, project name and the custom field value
  2. Workfront - Read a record, record type 'User' and return the e-mail address
  3. Whatever mail system you use, send an e-mail to the e-mail address returned in 2 with the Project name and field value from 1

This would need a flow per custom field that was updated.