Umbrella Connector
Hi,
i download the umbrella connector the new version , and i saw a issue for action Add Destinations to Destination List , that i can't add a domain to destination , because have a list issue with split.
after i saw that code of the connector in line 34 for operations.py have twice the split function after i delete one time , this working and add the domain to destination list
--> for destination in destinations.split(','):
did someone also have the same issue?
