# ユーザー更新自動化後：必須フィールド1つからトリガー可能か？存在する場合は他のプロフィール/カスタムフィールドも任意で含めるか？

**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:** [2026 年 6 月 5 日午前 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:** 8

<div class="post-metadata">

### Author: ![one1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/one1/32/493591_2.png) [@one1](https://meta.discourse.org/u/one1)
#### Post date: [2026 年 6 月 7 日午前 2:50 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/8 "2026-06-07T02:50:29Z")

</div>

OK、素晴らしいニュースです。

これは動作します：

```plaintext
* Languages: {{languages}}

```

しかし、これらは動作しません：

```plaintext
* Pronouns: {{pronouns_gender}}
* guidelines: {{community_guidelines_understood}} 

```

おさらいですが、フィールド名は以下の通りです：

```plaintext
Pronouns/gender
Community Guidelines (understood)

```

私は以下を試してみます：

```plaintext
* Pronouns: {{pronouns/gender}}
* guidelines: {{community_guidelines_(understood)}} 

```

それでも動作しない場合、コードの修正が必要かもしれませんか？フィールド名を変更したくありません。

---

_[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)._
