Monday.com staff apperars to be highly inefficient in one of the most popular programming languages on earth, PHP.
Does anyone have the proper syntax for adding a date, email, and phone from a php script?
I am trying to post a new item to a group from a webpage. These three items appear as blanks.
Here’s the string:
'email__1' => ['email : ' . $contactEmail . ', text : ' . $firstName . ' ' . $lastName ],
Here’s the error message:
"error_data":{"column_value":"[\\"email : test@example.com, text : Test Example\\"]","column_type":"EmailColumn"}`
From what I can see from the documentation, it appears to have been formatted properly.
Thanks,
Mark