Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
What values do I need to be escaping? Here is the payload template:{ "query": "mutation ($boardId: Int!, $group_id: String!, $item_name: String!, $columnVals: JSON! ) {create_item (board_id: $boardId, group_id: $group_id, item_name: $item_name, column_values: $columnVals) {id}}", "variables": {"boar...
Error Message:Choice Number:3896Pay Load:{ “query”: “mutation ($boardId: Int!, $companyName: String!, $columnVals: JSON! ) {create_item (board_id: $boardId, item_name: $companyName, column_values: $columnVals) {id}}”, “variables”: {“boardId”:2364371628, “companyName”:““test23LastOne””, “columnVals”:...
I further tracked the issue to perhaps being an Outlook issue as the statement "If there are problems with how this message is displayed, click here to view it in a web browser" comes from Outlook. I found these articles useful if others are running into the same issue. https://www.nucleustechnolog...
When an email newsletter is sent and the receiver sees the message: "If there are problems with how this message is displayed, click here to view it in a web browser" If user clicks it the page will display code.How do I fix this?
I'm trying to create a custom object that has one to many relationship. How do you make the record ADD new information to old information instead of replacing it?