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
Salesforce5566Salesforce5566 

How to write below formula in Flows ?

AND(
  NOT(ISBLANK([Contact].Primary_Campaign_Source__c )) ,
  OR(
         ISNEW(), ISCHANGED([Contact].Primary_Campaign_Source__c)
   )
)
Sai PraveenSai Praveen (Salesforce Developers) 
Hi ,

Can you please confirm which type of flow you are using and creating a formula is just creating a variable of type formula and keep the required fields in it. 

https://www.gradient.works/blog/salesforce-flow-formulas#:~:text=with%20date%2Ftimes-,What's%20a%20formula%20in%20Flow%3F,on%20a%20formula%20you%20provide.

Let me know if you need any further help on it.

Thanks,