Access to an array values

Hi, I’ve got a variable with attributes. One is a table.

  1. I can’t access it with something like get('[0]')->get('value')
  2. how can I use this to populate several columns
    image

@xmasrock

Use that exact variable to Iterable system under Advanced tab.

image

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’).

1 Like

just got it. Sorry for the noise