Hi Riyaz sorry to bother you again and again mean while I have same set of 4 addresses in a wizard tool I have a API from there I'll be getting 4 set of addresses some times it will be one or two it depends.
I need to bind the Address from API to the input boxes of the wizard tool. The address will be coming as list I need to bind the [0] index address in navigation wizard 1 and [1] index address in navigation wizard 2 like wise till 4th address.
I used index values for binding the addresses in the respective wizard but its showing index out of bound error.
GETcustomerdetails.response.customers.current.address[0].Id
GETcustomerdetails.response.customers.current.address[0].address1
Like this I have used but there the is not even getting load and showing index out of bound error.
can you please help me out
Thanks