I have a workflow in Microsoft CRM 2011 that fires on a certain field change.
When this workflow fires, it will first check the boolean value of flag: if the value is yes then set it to no otherwise if flag value is no then create another "XYZ" entity.
My problem is: when I change flag value to no it again fires and create another entity "XYZ".