Php code as Dynamic Data

Example. We have an array as a result of executing php code.

$array = [][
0 => “bar”,
‘two’ => “foo”,
];

In the dynamic data field, we write: phploop:0 (or phploop:two)

if it is a simple array, then you can output just a value, i.e. without specifying a key. write phploop:value

This way we will be able to create our own structures, such as tables or any other lists without using filter programming.

1 Like