Tinderbox Training Video 31 - Integrating Export Code & Action Code in Your Text

Hmmm… I get how to pull multiple values, but how to get them in a $MyList?

Here’s some code that queries my file and gets me an ordered list (per Michael’s example):
^action($MyList=collect_if(descendants(this),$Prototype=="Data Extract",$Name);$MyList=$MyList.format("<ol>","<li>","</li>","</ol>");)^

And then I get that list by:
^value($MyList)^

What do I add to the query to grab $Name and $Tags for any given “Data Extract?”