Oh just to add two quick things:
1. This is when I am UPDATING the record.
2. When I INSERT the record, it does not error but it does not add the tag
So two different issues
@alexadagostino
you may need to send the tag id as opposed to the tag name. If that is a dropdown option in Zapier, the grey values should match the values you need to send. If you do need to send the tag id, you may need a lookup table to translate the tag name to its respective id
Hey @alexadagostino! @GetUWired is correct in that you will need to use tag IDs instead of names and that a lookup table can help you translate names into values.
If you need help finding the column IDs, you may be able to use a monday.com “Get Column Values” action to pull a list of these.
Give those a try and let us know if there is anything else we can lend a hand with as you’re configuring your Zap!