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
Adila Hilal 15Adila Hilal 15 

I am getting An error while creating formulae for process builder "=" missing . can any one guide me

I am automating  system admin access process using flow & process builder. i have created a text field last profile id on My custom object called "sytem Admin access" to save user last role & profile Id, to achieve this i am using following formulae but getting Errors.

CASESAFEID (PRIORVALUE ([Salesforce_Admin_Access_Request__c].    Access_Needed_for__c).ProfileId))

and the error is

The formula expression is invalid: Syntax error. Missing '='
Can any one suggest solution .

Thanks
VinayVinay (Salesforce Developers) 
Hi Adila,

Try to include spaces between parantheses.
CASESAFEID ( PRIORVALUE ( [Salesforce_Admin_Access_Request__c ]. Access_Needed_for__c ).ProfileId ))
Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar