PickWorkitem cannot accept request content that is in JArray typeDescriptionPickWorkitem cannot accept request content that is in JArray typeSteps to Reproduce 1. Create Queue - which has requestcontent as follows, [array of multiple Json objects] [{"storeId":751,"token":"186957632","firstname":"Abel Tuter"},{"storeId":267,"token":"771555701","firstname":"Beth Anglin"},{"storeId":271,"token":"722730665","firstname":"Jane Doe"},{"storeId":271,"token":"573837816","firstname":"John Smith"}] 2. Try to pick the item by using the pickWorkitem component,3. An exception is thrown.Attached screenshot for the reference.WorkaroundCreate the Request Content in string format. e.g: {"storeId":751,"token":"186957632","firstname":"Abel Tuter"},{"storeId":267,"token":"771555701","firstname":"Beth Anglin"},{"storeId":271,"token":"722730665","firstname":"Jane Doe"},{"storeId":271,"token":"573837816","firstname":"John Smith"} Related Problem: PRB1843632