When you have multiple matches for a selector, I know you can grab something other than the first one with list[n]. Is there a way to grab the last one regardless of the list size though? I have a varying number of elements that changes at any given moment and I always need to grab the last element only. I tried something like this but it breaks from recursion. I only need the last element in the list, I just never know how many of this element will be present at any given time. Is this doable? Is there a way to dynamically input {count} here? Thanks for any assistance.
{count=count({site: text; selector=.eph_c26b64; multiple=yes})}
{id=catch(extractregex({site: text; selector=.eph_c26b64; multiple=yes}[{count}], "User ID: (.*)"), 0); trim=yes}