I’m trying to set up the value for a progress bar but the value has to be extracted from a text element, the text elements contains {, 75} i want to remove the space and the comma and just set the progress bar’s value to 75.
Thank you
Hi, you can use the :Find & Replace operator. Where in Text to find write: ', ’ and leave Replace by empty.
Try to use “convertrd to number” operator on this progress bar value. This should extract numbers from the string. Alternatively you can use “extract with Regex” and use \d+ expression