사용자 업데이트 자동화: 필수 필드 1개만으로도 트리거할 수 있으며, 존재하는 경우 다른 프로필/커스텀 필드를 선택적으로 포함할 수 있나요?

네, 좋은 소식입니다.

아래는 작동합니다:

* Languages: {{languages}}

하지만 아래는 작동하지 않습니다:

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

참고로, 필드 이름은 다음과 같습니다:

Pronouns/gender
Community Guidelines (understood)

아래를 시도해 보겠습니다:

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

이것도 작동하지 않는다면 코드 수정이 필요할까요? 필드 이름을 변경하는 것은 피하고 싶습니다.