Back to basics
I did a rollback and did the select as in the tutorial and works perfect
I do add the images
The problem is not the device ID is how we grab the info and construct the channel data
I need to built [121,122,132,143...] from different checkboxes
your code
var checked = [];
Appery("mobilecheckboxgroupName").find("input:checked").each(function(){
checked.push(parseInt($(this).val()));
});
return JSON.stringify(checked);
Does the work [121,122,123] but is not capable to insert it on the variable that goes in to the channel DB
Please help, Max on the tutorial states that is doable to have several channels setup, can you ask him how its supposed to be done,
Best
Have a nice weekend!