Hi, I’ve got a variable with attributes. One is a table.
- I can’t access it with something like
get('[0]')->get('value')
- how can I use this to populate several columns
Hi, I’ve got a variable with attributes. One is a table.
get('[0]')->get('value')
Use that exact variable to Iterable system under Advanced tab.
Iterable system can iterate over arrays, so in this case if you set it on div, it will iterate that div as many times as array has values.
Then you can access that array values with another variable which will appear.
You can also access array specific keys by using get(‘0’).
just got it. Sorry for the noise