List items can not be mapped with Array column in Update Request
Hi Support team,
I found the issue when I tried to map a List to an Array field in an Update request.
I have a field in a collection named 'subItems' which is an Array type and its values are like '[{"name":"item1","status":"false"},{"name":"item2","status":"true"}]'.
In a query service, I can map this field to a List.
However, when I try to map it backwards from the List to the request parameters in an Update service. Somehow, it doesn't allow the link.
See the screenshot below.
Thanks