Skip to main content

Hello,

My goal with this formula is to do the following

If request type "renewal analysis" is selected during the screenflow, then the finance field on the case object should be updated to Waiting for approval.

The formula I made below keeps erroring out on me.

Any help is appreciated

IF(INCLUDES({!CaseInfo.Request_Type__c}, "Renewal Analysis"),ISPICKVAL({!CaseInfo.Finance__c},"Waiting for Approval"),"")

Help with a variable formula for a screen flow

Details about flow

 

Screenshot 2023-08-04 at 5.53.22 PM.png

 

Screenshot 2023-08-04 at 5.53.30 PM.png

8 answers
0/9000