
So the last output is a single number, as you can see in the above. It is an array.
I need to convert this to an integer, so I can run it through a condition and check if it is greater or equal than to 5.
How can I convert this to integer?
I tried a compose with int, but that gave me an error as you see.