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"),"")Details about flow