Last value in a list from EXTRACTNUMBERS()

I use EXTRACTNUMBERS() to get numbers from a OCRTEXT() column.
This produces a list with numbers. The list may contain one, two, ore more values.
How to tell AppSheet to always select the last value?
I found a solution, but Iโ€™m wondering if there is a simpler way?

INDEX(EXTRACTNUMBERS([OCRTEXT]),COUNT(EXTRACTNUMBERS([OCRTEXT])))

Adding @Aleksi and @Steve

Solved Solved
0 1 375
1 ACCEPTED SOLUTION

That syntax is fine

View solution in original post

1 REPLY 1

That syntax is fine

Top Labels in this Space