I have arcade expression, {expression/expr0}, contains multi values, for example: [A1, A2, B1, B2]. I am wondering if there is a way to extract each of those values in the HTML. for example if I would like get A1 and B1 in first HTML line and get A2 and B2 in second HTML line without needed to create each individual Arcade expression.
Thank you.