# After user update automation: can it trigger from one required field, while optionally including other profile/custom fields if present?

**URL:** https://meta.discourse.org/t/after-user-update-automation-can-it-trigger-from-one-required-field-while-optionally-including-other-profile-custom-fields-if-present/404595
**Category:** Support
**Tags:** automation
**Created:** [5 juni 2026 om 10:42 UTC](https://meta.discourse.org/t/after-user-update-automation-can-it-trigger-from-one-required-field-while-optionally-including-other-profile-custom-fields-if-present/404595 "2026-06-05T10:42:56Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [5 juni 2026 om 15:45 UTC](https://meta.discourse.org/t/after-user-update-automation-can-it-trigger-from-one-required-field-while-optionally-including-other-profile-custom-fields-if-present/404595/2 "2026-06-05T15:45:50Z")

</div>

You should be able to trigger on your custom field and add the profile fields to the post content section.

So say the trigger is confirming the guidelines, then in the post content you could do:

```markdown
Hello! I'm new here
{{#pronouns}}My pronouns are {{pronouns}}{{/pronouns}}
{{#languages}}I can speak {{languages}}{{/languages}}

```

Is that what you’re looking for?

---

_[View the full topic](https://meta.discourse.org/t/after-user-update-automation-can-it-trigger-from-one-required-field-while-optionally-including-other-profile-custom-fields-if-present/404595)._
