Checkboxes only provide last checked box to REST request?
I have a checkbox item populated by a response from a REST request. That part works great, checkbox shows up for every item. But when I map it back out for another REST request, it only sends the last checked box in the list. How do I send the info for each of the checked boxes?
Thanks, working great most of the way!!