Hello! I am trying to figure out if its possible to create a starting rule that will only start a workflow if ALL field1's in a Field Group are NOT Blank. Is this possible?
If not, is it better to just have the starting rule watch that field to change and then in the workflow run a For Each to see if any of them are blank and it ends the workflow if they are?
For example, field group consists of field1 and field2. User has entered 3 field groups but only field group3/field2 is Blank. So this should NOT kick off the workflow. But if someone comes in later and enters a value for group3/field2 then it SHOULD kick off the workflow.