- Agentforce とは
- Agentforce の一般提供開始に先立つ 10 の質問
- Agentforce for Developers
- Agentforce Service Agent
- Agentforce Analytics
error
- 【未解決】Unfortunately, there was a problem. Please try again. If the problem continues, get in touch with your administrator with the error ID shown here and any other related details. Error ID: 1724010809-16008 (-2035517898)
- Why is the Flow Output Variable Hidden After Creating an Agent Action?
I’ve found the issue! It turns out that the agent action is not supporting currency types for the output variable.
To resolve this, we need to create a new output variable with the type set to "Text" and then assign the value from Total_UnpaidAmount (currency) to Total_UnpaidAmount (text). This way, we can ensure that the value is correctly handled and displayed.
問題が見つかりました。エージェント アクションが出力変数の通貨タイプをサポートしていないことが判明しました。
これを解決するには、タイプを「テキスト」に設定した新しい出力変数を作成し、Total_UnpaidAmount (通貨) の値を Total_UnpaidAmount (テキスト) に割り当てる必要があります。こうすることで、値が正しく処理され、表示されるようになります。