0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Superbadge: Advanced Flow for Agentforceのエラー

Last updated at Posted at 2025-09-16

覚えがないなぁって思っていたら、まだやってなかったです

We can’t find a Get Records element called Get Newly Created Refund Request, or it isn’t configured as specified.

We can’t find a Get Records element called Get Order Line Items on Found Order, or it isn’t configured as specified. Make sure the filter matching criteria sets the Order ID to the record ID {!Get_Current_Order.Id}, not a related record's ID.

変数を移動する代わりに、フィルターの値に「 {!Get_Current_Order.Id} 」を貼り付けると、機能します。

You can paste " {!Get_Current_Order.Id} " in the value of the filter instead of navigating the variable, this will work.

The error message is referring to a bit more than just the Order ID.

We can’t find a Get Records element called Get Order Line Items on Found Order, or it isn’t configured as specified.

Please review and fix the description in the Get Order Line Items on Found Order Get Records element and you should be able to pass the challenge.

エラーメッセージは、注文ID以外にもいくつかの情報を示しています。

「見つかった注文の注文明細を取得」というレコード取得要素が見つからないか、指定どおりに設定されていません。

「見つかった注文の注文明細を取得」レコード取得要素の説明を確認して修正すれば、チャレンジをクリアできるはずです。

We can’t find the filter conditions specified for Order ID and Product Name in the Refund Request Flow’s Get Order Line Item element.

image.png

Actually, the error was not with the Order Id but the Product Id, as per challenge, it had to be Product Name.

実際、エラーは注文 ID ではなく製品 ID にありました。チャレンジによると、製品名である必要がありました。

未分類

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?