Hi everyone,
I’m stuck on the "Build an Automation for Creating Interviewer Records" project. I am receiving the following error: "We could not find the position of 'Super Support Supervisor'."
I have already verified the following:
- The Position Record: Created a record with the exact name Super Support Supervisor (no extra spaces) using the Nontechnical Position record type.
- The Flow: Created and Activated the record-triggered flow Create Interviewer RecordCopy.
- Flow Logic: * Trigger: Position object, record is created.
- Condition: Hiring_Manager__c Is Null False.
- Action: Create Interviewer record where Employee = $Record.Hiring_Manager__c and Position = $Record.Id.
- The User: Created Kathy Cooper as a Standard Platform User with the alias kcoop.
- Validation Rules: Deactivated the Every_Position_Must_Have_a_Hiring_Mgr rule as instructed.
- Troubleshooting: I have deleted old records, emptied the recycle bin, and recreated the position record. On the "Related" tab of the Position, the Interviewer record is successfully being created by the flow.
Even though the record exists and the automation is working in my org, the challenge won't pass. Has anyone encountered this "ghost" error before in the Curious Koala Playground?
Any advice would be appreciated!
#Trailhead Challenges