Advanced Customization > Using Reusable Components > Additional Configuration Information > Using the MultiValueSetsSelector Value Type
  
Using the MultiValueSetsSelector Value Type
To get multiple sets of data, use the MultiValueSetsSelector value type.
Configuration Fields
The following are required JSON fields in MultiValueSetsSelector:
name—Uniquely identifies a set of data.
data—Contains data of the MultiValueSelector type.
Sample Configuration

{
"sets":[
{
"name": "Set Name 1",
"data": {Output json of the Multi Value Selector}
},

"name": "Set Name 2",
"data": {Output json of the Multi Value Selector  

}
]
}