Matrix version 6.33.0
Hi Folks
In a component’s metadata schema I have a field called “target_asset”
I am nesting an Asset Listing in the Components Paint layout and trying to parse the value of “target_asset” to that listing using additional get paramaters.
I think that the variable must be parsing “target_asset” as a string rather than as a number as “%asset_metadata_target_asset^as_asset:asset_name%” does NOT return the name of the asset in the Asset Listing.
However, %asset_metadata_target_asset^as_asset:asset_name% used in the paint layout DOES return the asset name.
I assume that I either need to ensure that the value being parsed is a number OR convert the parsed value from string to number in the Asset Listing
I have tried various ways to achieve this but have been unsuccessful hence I am posting here in the hope that someone can assist
Any help would be greatly appreciated
paul