# Zoho Creator and Xero

**URL:** https://community.make.com/t/zoho-creator-and-xero/6598
**Category:** Questions
**Created:** [January 12, 2023, 10:02am UTC](https://community.make.com/t/zoho-creator-and-xero/6598 "2023-01-12T10:02:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Stu\_Hartley](https://avatars.discourse-cdn.com/v4/letter/s/8dc957/32.png) [@Stu\_Hartley](https://community.make.com/u/Stu_Hartley)
#### Post date: [January 12, 2023, 10:02am UTC](https://community.make.com/t/zoho-creator-and-xero/6598/1 "2023-01-12T10:02:56Z")

</div>

I am looking to create a Xero Invoice when a field is triggered in a Zoho Creator application form. However, have been hit with the below error when matching the two modules:

**Validation failed for 1 parameter(s).**

\*\*\* Invalid UUID in parameter ‘Contact’.\*\*

What and where is the “Contact” parameter and UUID?

---

<div class="post-metadata">

### Author: ![Bjorn.drivn](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/bjorn.drivn/32/4503_2.png) [@Bjorn.drivn](https://community.make.com/u/Bjorn.drivn)
#### Post date: [January 12, 2023, 10:42am UTC](https://community.make.com/t/zoho-creator-and-xero/6598/2 "2023-01-12T10:42:48Z")

</div>

Can you take a **![camera-viewfinder-duotone](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/f/fe6fd53faeff23aec1317d775fd2dd8ba3e0ea2c.svg) screenshot** of your **make scenario** for me, along with the relevant **module configurations** and **![share-all-duotone](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/d/dd636bd389f5e2985a950d10d8deaa43ff26bca1.svg)share the images here**?

---

<div class="post-metadata">

### Author: ![Stu\_Hartley](https://avatars.discourse-cdn.com/v4/letter/s/8dc957/32.png) [@Stu\_Hartley](https://community.make.com/u/Stu_Hartley)
#### Post date: [January 13, 2023, 3:20am UTC](https://community.make.com/t/zoho-creator-and-xero/6598/3 "2023-01-13T03:20:26Z")

</div>

![Screen Shot 2023-01-13 at 16.19.18](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/b/beda2a735d8ca114e121de3b51544ac67702d886.png)  
 ![Screen Shot 2023-01-13 at 16.18.46](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/3/3c6368f7707a1a8c69233fe178165f1fa6e60cbd.png)  
 ![Screen Shot 2023-01-13 at 16.18.18](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/b/b03bd29e3fd7eeab70522442e3b4bca654ff985b.png)

---

<div class="post-metadata">

### Author: ![Bjorn.drivn](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/bjorn.drivn/32/4503_2.png) [@Bjorn.drivn](https://community.make.com/u/Bjorn.drivn)
#### Post date: [January 13, 2023, 2:31pm UTC](https://community.make.com/t/zoho-creator-and-xero/6598/4 "2023-01-13T14:31:55Z")

</div>

@Stu_Hartley You need the UUID of the contact person in Xero. You can not combine a random uuid and a client together, because that will never be valid. It’s an identifier for Xero to understand to which contact this invoice needs to be assigned.  
So you have 2 options to do this:

1. Save the UUID of the Xero contact in your Zoho records and use this UUID
2. Add another module befoee your “Create an invoice”, which searches for a contact. If the contact is found you can use the UUID of that contact.

---

<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: [September 7, 2023, 3:21pm UTC](https://community.make.com/t/zoho-creator-and-xero/6598/5 "2023-09-07T15:21:40Z")

</div>


