覚えがないなぁって思っていたら、まだやってなかったです
We can’t find a Get Records element called Get Newly Created Refund Request, or it isn’t configured as specified.
Please check this article.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000bENLW0A4
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.
Actually, the error was not with the Order Id but the Product Id, as per challenge, it had to be Product Name.
実際、エラーは注文 ID ではなく製品 ID にありました。チャレンジによると、製品名である必要がありました。