Hi everyone,
I am getting the following error message while verifying the "Build Logic to Reassign Accounts" challenge - "sObject variable 'accountLoopVar' isn't properly configured. Check the instructions."
Link: https://trailhead.salesforce.com/content/learn/projects/flow_reassign/flow_reassign_reassign
With Summer 20 release, loop variables cannot be created, Salesforce automatically creates it as per the release notes (https://releasenotes.docs.salesforce.com/en-us/summer20/release-notes/rn_forcecom_flow_fbuilder_auto_output_loop.htm).
In the challenge, 'accountLoopVar' is no longer needed in the flow as Salesforce has created this loop variable - 'Current Item from Loop Reassign_Accounts' automatically. Hence, the above mentioned error is encountered. Also, In the loop element, there is no longer the field - 'Select Loop Variable' where we used to select our own resource variable.
I have logged a case with Trailhead, letting them know about the problem. Does anyone know how to bypass this problem and complete the challenge?