I have gotten this error message attached -
Challenge Not yet complete... here's what's wrong:
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 know what the problem is - as I can see the little error message in the flow the issue is I cant add the correct condition as it doesnt come up as an option for me so I manually add as per help instructions and this is what is causing the issue - please dont tell me to create an new playground again as this is my second time doing this and this has taken hours of my time will actually cry if I have to do this a third time so please any help/insight on how I can fix this would be so very much appreciated.
#TrailblazerCommunityHelp
Yeah, that’s usually because the resource you’re trying to reference isn’t actually available in that part of the Flow. Double‑check that both Get_Current_Order and Get_Order_Line_Item are running before the Decision element, and that you’re pulling their **Id** field directly, not from a related record. Once they’re in scope, the “Is Null” operator should appear without having to type it manually.