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
Phani PYDIMARRY 11Phani PYDIMARRY 11 

How to satisfy both conditions to fir the Workflow

Hello,
I would want to Check two fields, one has some data and one is null, then I would want to fire the Workflow. 
AND(NOT(ISBLANK(my_not_empty_field__c)), ISBLANK(My_Empty_field__c))
The purpose for doing this is a field update I am trying to do on My_Empty_field__c . And if I would want to change the value of My_Empty_field__c to my_not_empty_field__c and edit it if i want to , The above Workflow rule should not fire each time I edit this. 

Please let me know how can I do it
 
ShirishaShirisha (Salesforce Developers) 
Hi Phani,

Greetings!

We have 3 evaluation criterias here while defining the workflow rule which are as below:

created,
created, and every time it’s edited,
created, and any time it’s edited to subsequently meet criteria

So,can you please try by changing the criteria if you do not want to fire it everytime you edit the record.

Reference:https://help.salesforce.com/articleView?id=workflow_rules_define.htm&type=5

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri