Best answer

Ninja Forms & Monday.com some data won't transfer - “invalid value” error

  • 9 September 2021
  • 2 replies
  • 48 views

I have a zap that connects a Ninja Form (on a Wordpress website) with Monday.com and adds a new row into a board. I have everything connected and it is working but not all of the information is connecting to the board correctly and I am getting the following error when I try to add some of the data from the form: invalid value, please check our API documentation for the correct data structure for this column. https://monday.com/developers/v2#column-values-section

I was guessing that the issue was that data that was filled in on the form had to go into Monday.com in a certain format. Maybe the inbuilt Phone column in the board in Monday.com needed to be in a certain format but I just added in a new Phone column with a new JSON value. That worked for some of the values, but not for all.

So below the name and the address will go into Monday.com and the test zap works when I just have those two values in it. But the phone number (which is just a test) will not zap and when I test with it it gives me an error. I am not sure if it is because this is not in a correct format. I would not want a normal American format of the phone number though as I am based in Ireland and obviously our phone numbers have different formats. 

Can anyone help me with this? 

Thanks. 

icon

Best answer by robschmidt 9 September 2021, 10:53

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +9

Hi @Ak2Go 

Here’s the formatting guide that you need to follow: https://support.monday.com/hc/en-us/articles/360014205860-Zapier-JSON-Formatting-Examples

In your case, you need to use quotation mark in front and at the end of the text. So that's “ Name ” and “Phone”

Hi Rob,

OMG amazing. I couldn’t see how I could edit the text because it came from the Ninja form. I didn’t realise in Zappier I could add in the quotation marks directly there. That is working. 

Thanks so much!