core.noscript.text
Hello
How can I spot fields that contains only numbers, including negative or positive values. So for the sample values only 95 must be captured or flagged
this worked betterREGEX_Match(ToString([Total_Percent of Operation]), "-?[0-9]+")