Matrix Version: 5.5
I am using the following keyword chain to display the select options from a metadata schema:
%globals_asset_data_attributes:123456^index:select_options^index:value%
Which is printing fine.
However, I am now building this into a paint layout to enable users to select which schema to use. I am doing this by adding a related asset field (topic_related).
Testing. The following will print the correct asset ID for the selected schema on page.
%globals_asset_metadata_select_related%
However, when joining this to the above, I am not getting a result.
This is what I have chained together:
%globals_asset_data_attributes:globals_asset_metadata_select_related^index:select_options^index:value%
Suggestions as to how I can modify the above to get the desired result would be greatly appreciated.
Thank you.