I need to make an API call which will return repeated elements. I want those repeated element put into an array (with structs) rather than have a row per repeat. Is this possible and if so how ?
I need to make an API call which will return repeated elements. I want those repeated element put into an array (with structs) rather than have a row per repeat. Is this possible and if so how ?