I have a variable that contains 32453532
, I want to extract the first value of that variable, in this case '3'
I use these commands but I can not get the value '3'
store text | ruta donde se encuentra el texto | text
store value | "${text}"split(" ")[0] | result
echo | ${result}