I've built a list to use as our action register during meeting. When an item is added to the list I want a planner task to be created with data from the list, including creating checklist from a column in the list. I've figured everything out except the checklist, it's working but not correctly. I used "select" to build the array, but it's adding text to the first and last checklist item.
Here's the result:
{
"body": [
{
"id": 0,
"title": "<div class=\"ExternalClass810F1C08FE074FD4835B0119E5B931F0\">Task 1",
"ischecked": "false"
},
{
"id": 1,
"title": " Task 2",
"ischecked": "false"
},
{
"id": 2,
"title": " Task 3</div>",
"ischecked": "false"
}
]
}
Any idea what I'm doing wrong?
Thanks in advance,
Shawn
Solved! Go to Solution.
I figured it out!
I had the rich text editor turned on, I clicked that option and now it works perfectly!
I figured it out!
I had the rich text editor turned on, I clicked that option and now it works perfectly!
Hi @SSiegrist ,
Glad to see you solved the issue.
You could mark your own reply to close the case.
Best Regards,
Wearsky
User | Count |
---|---|
88 | |
43 | |
21 | |
18 | |
16 |
User | Count |
---|---|
132 | |
47 | |
42 | |
36 | |
28 |