Or it’s a single string with comma-separated numbers
In case 1 you can simply run :each item converted to number to extract the list of numbers
In case 2 you can first convert it to a list of strings and then a list of numbers by running :split by ' , ' : each item converted to number
This first splits the string by the comma ( , ) character and then converts the resulting list of text into a list of numbers.
i appreciate your time trying to get this to work.
when i select the correct field from the api call or alternatively from the saved data in the database. I hover over the result (which is coloured blue) and it says evaluates to a list of numbers.
the options available to continue the expression are :formatted as a number (this turns the result red)
or if i try to type in the second option it doesn’t save. There isn’t an option for :split by so i cant build the expression by selecting this from options presented.
which plugin are you working with?
maybe you could try to test with a list of numbers your end and see?