Hi,
I am attaching a work flow I'm having problems with. As background, it is a workflow to check if a data source has the same fields as a given list of fields. The part I'm wondering about is if the data source has no records then I don't get field names by transpose (not a huge deal but I wonder if there's a better way) I get a count which is essentially number of fields and then do a compare of the count of data source and field list. If the count is > 0 then do the check using a crew macro however if it is equal to zero then it should stop. However it processes on and I wonder how I should stop after I get on a certain path. Anybody got ideas? I'm using 11.7 of designer.
Jeff