function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Luis RodríguezLuis Rodríguez 

what this means "Permission Set 'Temporary Account Edit' is not referenced in the flow 'Accounts Temp Access'."?

NagendraNagendra (Salesforce Developers) 
Hi Luis,

Permission set Temporary Account Edit: activated for the session...
Also permission set API name: Temporary_Account_Edit
Flow: Accounts Temp Access
Unique Name: Accounts_Temp_Access
Activation flow action: Activate Session-Based Permission Set
Input Permission Set Name set to variable TemporaryAccountEdit
Default Value: Temporary_Account_Edit

I faced a similar issue in the past and mostly this error is caused due to using a "variable" instead of a "constant" in the flow.  Even though my flow works, and had all the correct information, the challenge test is looking for a "constant".  Changed it, and the challenge passed.

Hope this will help you.

Kindly mark this as solved if the information is helpful.

Thanks,
Nagendra
 
Nazeer AhamedNazeer Ahamed
Hi All, 
I am getting this error, any idea how to proceed?


Challenge Not yet complete... here's what's wrong: 
'Accounts Temp Access' doesn't exists as a type flow. Check the instructions
NagendraNagendra (Salesforce Developers) 
Hi Nazeer,

I had the same problem. The solution that worked for me, is to save the flow as a Screen Flow instead of an auto-launched Flow. I think the text in Trailhead needs to updated to make this clear. It says: Save as type "Flow" but not what subtype.
User-added image
Hope this will help you pass the challenge.

Kindly mark this as solved if my reply was helpful.

Thanks,
Nagendra
Nazeer AhamedNazeer Ahamed
Thank you, it resolved.