Hi! I have a Zap where
- I create a new Contact in Google Contacts
- I create a new Google Contacts Group
- I add the newly created contact to the newly created group
The problem is that if the group I try to create in step 2 already exists, if defaults to FALSE (couldn't create the group because it already exists) and then I can't add the newly created contact to the group it should be part of.
Is there a way I can first list the groups I already have and if not existent, create it, if exists, add contact to group?