Matrix Version: 5.4
Hello I have the following structure
>Standard page
>folder[year](type_1)
>data_record(type_2)
>data_record(type_2)
>data_record(type_2) etc
Trying to iterate through each folder then display the data records underneath similar to how you would use an asset lister by using group formatting.
I can get to ther data_records but it’s returing as a whole string.
example:
let assets = %asset_children_link_type_1^as_asset{asset_children_link_type_2^as_asset:asset_name}^empty:[]%
Any help would be great and there must be an easy way to access children > siblings.
In the meantime I have used an Asset Lister but I still need to work out the above
Cheers
N