Thanks for your quick response. But, Im getting dynamic arrays from cloud server and the number of arrays will be different each time ,so I want to create buttons which will be equal to the number of arrays and bind the array name on Button .Currently I’m getting only one button and its name on button, but when i print the array it shows all array getting accessed from server but when I set to button using for loop of array >set array element it only access the first array.