Skip to main content
Adila Hilal (SCI) 님이 #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개
  1. 2020년 4월 20일 오전 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