Skip to main content
Adila Hilal (SCI) ha preguntado en #Flow
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
1 respuesta
  1. 20 abr 2020, 11:41
    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
0/9000