My apologies for the double-post.
Am I doing something incorrect with this email field?
The following mutation goes through just fine but the email field is not updated:
mutation {
create_item(board_id: #######, group_id: "topics", item_name: "Bubba Gump",
column_values:
"{\\"email\\":\\"itsmyemail@mailserver.com\\",\\"text\\":\\"my email\\",
\\"phone8\\": \\"8888888888\\",
\\"status\\": {\\"label\\": \\"New Inquiry\\"},
\\"long_text\\": {\\"text\\": \\"All kids of shrimp!\\"} }") {
id
}
}
Here are the details for that column:
Should I be using the id “text4” in place of something else?
{
“id”: “text4”,
“title”: “Email”,
“type”: “email”
}