Hi.
Due the way Wappler’s formatter is designed, split function returns strings.
You can create a custom formatter which splits and returns numeric value yourself.
You could use the split formatter to create the array of strings, then use a repeat step on that array and a set value for $value.toNumber()
Depending on how many places you need it, it could be quicker to get going that @sid suggestion but if you have an ongoing need, the custom formatter would likely be a better option
Hi @Teodor
I have a form that is inserting a comma separated list in a field. My customer is using an
excel spreadsheet (I don’t know, why?? But he decides). And excel is reading from an SC file and everything is working. I want to use the split and str to numer to be able to get some data from another DB-table.