is it still possible to index when using PARSE → CSS
You can parse recursively to a list and then pick the item you want from the list by using this syntax
<MYVAR[0]>
where 0 is the index you want.
1 Like
thank u apreciate it man