Hello, i try to separate number 1.2 or 3 from text on my iterator i have a liste of answer with a number 1.2 or 3 depends of the customer answer i have all information in one Bundle but i can not separate Number from texte i want to have all number to make the sum of number only. Thanks for the help
Steps taken so far
I make a form on tally and ask for answer launch the module and receive all question and answer after i use iterator to have all ansver in one bundel and i have all in my bundle but i can not arrive to split my number from my text.
Can you show the output of Tally, and the input for the iterator. Also show how the iterator is setup.
I haven’t used Tally, so need to see what it is outputting.
I suspect the output is a single JSON object with multiple question values. Not multiple objects which the iterator can breakdown.
You may be able to use the Split function.
In the sample below I’m splitting a block of text into individual objects at the point there is a line break. You are likely to need to Split the Fields by ID, and I haven’t tried this but use the Fields by ID as the splitter. So your setup might look something like this spilt(1. Fields by ID ; 1. Fields by ID)
I’m not 100% sure on what you need to split it with, but hopefully this points you in the right direction.