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
kjunkjun 

Is it possible to create a formula for criteria in process builder?

s it possible to create a formula in the criteria using these fields? 
If so, what would that look like? 
 
Opportunity.Status__c = Phase I [picklist] Opportunity.Setting__c = Dropped [picklist] Opportunity.StageName = Closed [picklist] Opportunity.Office__c = Waiting [text] Opportunity.Level__c = Personal [picklist]

User-added image
chandravadan kasachandravadan kasa
Hi kjun
this is the procedur
  1.         Set up     
  2.        Quickfield enter process builder
  3.        Click on new( Enter the required fields)
  4.         Click on save
  5.        Click on add object  we can see the page as below choose the field onject which is requiredand save.   User-added image
  6.  Next click on add criteria choose the required field then select the formula evaluation to tru then choose the fields , functions , systemvaries , operators which we need .we can add this as followsUser-added image
  7.  Click on save and accitivate .


Thank You,
www.nubeselite.com
Development | Training | Consulting

Please mark this as solution if your problem is solved.
Ajay K DubediAjay K Dubedi
Hi Kjun,


I have gone through your query and the condition criteria you have shared above.
You are going correct in the process builder.
Did you face any problem like not getting the desired result through this process builder?
If yes, please explain. Then I will be able to find the best result.
The formula condition criteria you have shared above, Please apply them in the process builder and test that.
After that if you still facing any problem, let me inform you, I'll happy to help you.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Ajay Dubedi
www.ajaydubedi.com
chandravadan kasachandravadan kasa
tq i did not face any problem
kjunkjun
Hello, what would the formula syntax look like with the information I provided? 

Thanks!
kjunkjun
This is what my SOQL query would look like but what would it look like in a formula format using Process Builder? 
 
SELECT Status__c,Office__c,Setting__c,Level__c,StageName FROM Opportunity


 
kjunkjun
I came up with this, but my opportunity didn't update with the actions when using this as the criteria. 
ISPICKVAL([Opportunity].Status__c, 'Phase I')  && 
ISPICKVAL([Opportunity].StageName, 'Closed') &&
ISPICKVAL([Opportunity].Setting__c, 'Dropped') &&
Opportunity.Office__c, 'Waiting' ) &&
ISPICKVAL([Opportunity].Level__c, 'Personal ')



 
kaushal sharma 33kaushal sharma 33
sarkari result (https://sarkarifoam.com)