Create "incomplete" google contacts from make

Hello everyone, I created this system to link my “Contact” database on Notion to my “Google Contact”. It works pretty well but there is a problem I can’t solve.

If the email or phone is missing the contact doesn’t want to be created and the error “Missing value of required parameter ‘value’.” appears (screenshot of the error below).

Is there a way to create contacts from make even if one of these values is missing?

Thank you!

PS: On the scenario on the screenshot, there is a filter at the beginning. I added it to “ignore” the problem for now, pretend it’s not there.

Hello @Romain_Chaize nice to meet you.

Considering that the Google Contacts module has mandatory phone/email field, my recommendation would be to use an ifempty formula and put a random number or a number of your choice.
The same for the email field, but in this case you have to add a valid email format, like in this example:

Don’t hesitate to contact us if you require further assistance.

//VLAD

1 Like

I recorded a short screen-sharing video to explain the resolution.

Watch here: Loom | Free Screen & Video Recording Software | Loom

Let me know should you have any further questions and do not hesitate to reach out to us for help anytime.

1 Like

Thank you so much ! This work perfectly :+1: