Matrix Version: v5.5.6.4
We’re using an asset listing to display custom form uploads as links.
Using a hardcoded URL and keywords works for the first upload.
<a href="https://www.site.com/uploads/%question_answer_<parent_id>_<question_id>^maxwords:1^replace:,:%">%question_answer_<parent_id>_<question_id>^maxwords:1^replace:,:%
</a>
However as maxwords:1 is needed for the hardcoded URL to work it will only display the first upload and nothing else if there are multiple uploads. Have tried using ^as_asset:asset_url modifier instead of a hardcoded URL but that comes up blank.
Any ideas?