Objective:
I want to bind the information of a string (e.g., customer name) stored in a variable beforehand to a value of a component in the form task we generate so that it is displayed when accessing the form.
Problem:
When a component is included within a container, specifying the component field name in the form data of an activity doesn’t reflect it, preventing it from being displayed.
Notes: The text above was generated by ChatGPT.
(実現したいこと)
あらかじめ変数に格納した文字列の情報(例:顧客名)を、生成するフォームタスクのコンポーネントの値にバインドして、フォームにアクセスしたときに表示されるようにしたい。
(困っていること)
コンポーネントがコンテナーの中に含まれている状態では、アクティビティのフォームデータにコンポーネントのフィールド名を指定しても、反映されない。