
Hi Tourmente T, Thanks for reaching out.
I guess you can do this with beta version (Give it a try with V1.0). Your fields should look like this.
{
"fields": {
"******@odata.type": "Collection(Edm.String)",
"choice_checkboxes":["cb1","cb2"]
}
}
or another example like this
"******@odata.type": "Collection(Edm.Int32)",
"ProductsLookupId":[6,7,8]
or
{
"fields": {
"******@odata.type": "Collection(Edm.Int32)",
"Weight": 32,
}
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".