I have a form that has a few multi-select fields. One in particular is a list of about 50 offices. For each office selected I want to apply a particular tag to that contact in our CRM.
I have a loop in my zap that has two steps within it: look up the tag ID using a formatter look-up table, apply the tag to the contact in our CRM.
There is very limited logging around loops, but it seems that the look-up table is not looking up individual items. Instead its looking up the entirety of the list, rather than the individual elements. This leads to an invalid look up, which returns an invalid tag ID. As far as I can tell the loop only runs once despite the list having multiple elements.
Is this another bug with the loop tool? I know it has been in beta for almost a decade now, but something as simple as looping through a list and working element-by-element seems like a basic feature for this tool.






















