ある動物病院は、顧客エクスペリエンスを合理化するために Microsoft Power Platform を使用することを計画しています。顧客は、予定を管理するためのキャンバス アプリを作成します。 クライアントの予約フォームには、クライアントがペットの種類を選択するためのドロップダウン フィールドがあります。クライアントがオプション「その他」を選択した場合、スタッフがペットに関する詳細を追加できるようにテキストフィールドが表示される必要があります。 動的に表示されるフィールドを作成する必要があります。 何を設定すればよいでしょうか?
正解:A
A business rule can be used to configure the visibility of a field based on the value selected in another field. In this case, a business rule could be created to make the text field for additional pet details visible when the "Other" option is selected in the dropdown field for the type of pet. This can be done by going to the Power Apps portal, navigating to the Common Data Service, and creating a new business rule for the entity that contains the appointment form. Within the rule, you can set the visibility of the text field to be dependent on the value selected in the dropdown field. Reference: https://docs.microsoft.com/en-us/power-platform/model-driven-apps/model-driven-business-rules It's important to note that the above feature is only available in the PowerApps Model Driven App and not in Canvas App.