I'm attempting to use the If Field Value Is logical tool to append an AddressPoint to an ApprovedLicense feature class only if the IssueLicense field is 'yes'.
My current workflow includes reading in the AddressPoint feature class and iterating over the ID field. I perform some calculations on the feature including populating the IssueLicense with 'yes' if a series of conditions are met. I run my model and stop it after a few iterations to see if it is performing as expected. The field calculations return correct values but I can see that the first 6 address points are appended to my ApprovedLicense feature class even though only 3 have 'yes' values in the IssueLicense field. Can someone tell me why this is happening?

