# Google Contact Creation from Cituro

**URL:** https://community.make.com/t/google-contact-creation-from-cituro/39709
**Category:** Questions
**Tags:** google-contacts
**Created:** [May 31, 2024, 1:47pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709 "2024-05-31T13:47:19Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Whoodini](https://avatars.discourse-cdn.com/v4/letter/w/97f17d/32.png) [@Whoodini](https://community.make.com/u/Whoodini)
#### Post date: [May 31, 2024, 1:47pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/1 "2024-05-31T13:47:19Z")

</div>

I created a scenario for importing new customers from cituro to a new contact by goolge.

I think the problem is, if one value (First Name, Last name, …) is empty i got an error  
Missing value of required parameter ‘value’

How can i change my scenario that its working if one value is not filled:

 ![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/f/1/f1d5c551965bf0d6d5c29d2ab3f291621adc8d46.png)

 ![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/a/c/acc64eac1db58bfdbe3109e4bc283c8b5adc73e2.png)

 ![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/e/a/ea4f92092cd5c8cee1dc081d86955482ded5c729.png)

 ![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/c/0/c052053c55f8194bcce41266aa6b3bcf1c606ab8.png)

Thank you in advanced for your help!

---

<div class="post-metadata">

### Author: ![ManishMandot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/manishmandot/32/25887_2.png) [@ManishMandot](https://community.make.com/u/ManishMandot)
#### Post date: [May 31, 2024, 1:58pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/2 "2024-05-31T13:58:01Z")

</div>

Hey @Whoodini

You can use if empty function here

https://www.youtube.com/embed/VhUpQ42v6Gs?feature=oembed

---

<div class="post-metadata">

### Author: ![Sjoerd\_Tiemensma](https://avatars.discourse-cdn.com/v4/letter/s/edb3f5/32.png) [@Sjoerd\_Tiemensma](https://community.make.com/u/Sjoerd_Tiemensma)
#### Post date: [May 31, 2024, 1:58pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/3 "2024-05-31T13:58:10Z")

</div>

Depending on the solution you’re looking for, you can use ifempty.

Instead of just filling in the mobile phone, you can add ifempty in front.

`{{ifempty(1.Mobilephone; 12345678)}}`

What this will do is if Mobilephone is empty, [Make.com](http://Make.com) will fill in 12345678.  
If you don’t want to fill in the contact if certain data is missing, adding a filter would be the best solution.

---

<div class="post-metadata">

### Author: ![Whoodini](https://avatars.discourse-cdn.com/v4/letter/w/97f17d/32.png) [@Whoodini](https://community.make.com/u/Whoodini)
#### Post date: [May 31, 2024, 4:46pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/4 "2024-05-31T16:46:43Z")

</div>

Hi @Sjoerd_Tiemensma

thx for your feedback , but i don´t know how to make it work.

I tried these:  
ifempty(8.mobilePhone; “”)

{{ifempty(8.mobilePhone; “”)

![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/6/d6fa9597342189a741be66cbffe364c664c51538.png)

 ![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/3/03155d91e9829e379ab575fa12892c89725ed51e.png)

![grafik](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/f/b/fbc83394570ac300592f03a0485eff5ae047d8f2.png)

i tried it also with “”{{" “}}” at beginning and end

---

<div class="post-metadata">

### Author: ![ManishMandot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/manishmandot/32/25887_2.png) [@ManishMandot](https://community.make.com/u/ManishMandot)
#### Post date: [May 31, 2024, 5:39pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/5 "2024-05-31T17:39:45Z")

</div>

@Whoodini

You have to write something like text and number not (“”)

---

<div class="post-metadata">

### Author: ![Whoodini](https://avatars.discourse-cdn.com/v4/letter/w/97f17d/32.png) [@Whoodini](https://community.make.com/u/Whoodini)
#### Post date: [May 31, 2024, 6:51pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/6 "2024-05-31T18:51:36Z")

</div>

Thx with a value like - it´s going. But it can´t be empty like an blankspace?

---

<div class="post-metadata">

### Author: ![Sjoerd\_Tiemensma](https://avatars.discourse-cdn.com/v4/letter/s/edb3f5/32.png) [@Sjoerd\_Tiemensma](https://community.make.com/u/Sjoerd_Tiemensma)
#### Post date: [May 31, 2024, 7:03pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/7 "2024-05-31T19:03:32Z")

</div>

So ifempty replaces the value in case there’s nothing in there. This doesn’t change how the Google Contacts bit works, so if you instruct it to not fill in anything if there’s no phone number, you’re still getting that error. It just allows to you put in something else in case there’s no telephone number. That way your workflow can still function.

---

<div class="post-metadata">

### Author: ![ManishMandot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/manishmandot/32/25887_2.png) [@ManishMandot](https://community.make.com/u/ManishMandot)
#### Post date: [June 1, 2024, 1:03pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/8 "2024-06-01T13:03:08Z")

</div>

@Whoodini  
The fields are required; we can’t leave them empty or use any other symbols because the value should be text or numerical. Therefore, we can do this.

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/a/d/ad237523adbf28a2e137eee6ac16bd142c781636.png)

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [June 15, 2024, 4:34pm UTC](https://community.make.com/t/google-contact-creation-from-cituro/39709/9 "2024-06-15T16:34:04Z")

</div>


