I am calling a array of data and saving it on database thru an API call and want to display it on RG.
But as you can see the list on database shows in 1 row on my RG? instead of 1 by 1 and is just separated by a comma.
I asked about how you’d like to split the row because the first item from your row has different amount of values within each field:
cps stores 9 values
kd - 7 values
keyword - 10 values
volume - 9 values
So, for example, how 7 kd values should be distributed among 10 keywords? Or you want just to split keyword values, so you will have 10 rows in a repeating group, but all 10 rows will have same list of cpc, kd and so on?
RG’s data source:
Pay attention that the type of content is “text”.
I’m referencing some Report item (in my example I just have a separate group to store random Report), taking it’s keyword and splitting it by , (comma and space).