Skip to main content

As some of my fellow trailblazer, I have an issue with challenge 3 of Superbadge "Advanced Flow for Agentforce": 

Review the Decision element's three outcomes in the Refund Request Flow. Make sure that the outcome conditions are referencing the ID of the order record of the Get Current Order element ({!Get_Current_Order.Id}) and the ID of the line item record from the Get Order Line Item element ({!Get_Order_Line_Item.Id}), not a related record's ID. Confirm that the condition operators uses "Is Null". See the Help article for more details on this challenge.

 

 

I followed the

help article

, but did everything as described, any idea anyone? 

 

thank you 

 

 

#Trailhead Challenges  #Trailhead Superbadges

40 answers
  1. Jul 22, 2025, 9:28 PM

    @Paul Führing

    sure for this I set it up as follows:  

     

     

    sure for this I set it up as follows: Yes_found_order_line_item Resource Order from Get Current Order ({!Get_Current_Order.

     

    Yes_found_order_line_item  

    Resource 

    Order from Get Current Order  ({!Get_Current_Order.Id}) > Order ID Operator Is Null  Value False False

    AND

     

    Resource Order Product from Get Order Line Item {!Get_Order_Line_Item.Id} > Order Product ID Operator Is Null Value False 

    Screenshot 2025-07-22 142509.png

     

    Let me know if you're able to get past "We can’t find a fault path that creates a Case record in the event the Refund Request record creation fails, or it isn’t configured as specified." 

     

0/9000