automa icon indicating copy to clipboard operation
automa copied to clipboard

Variable saved twice

Open wellloaded opened this issue 1 year ago • 0 comments

I'm not sure what I'm doing wrong but using the GetText I apply a regex to pick up only numbers (and optional comma). On my regex validator it works perfect but assigning the value to a variable in GetText I can see this recorded twice e,g,

image

String on the page: image

Regex used: (\d+(?:,\d+)?)

wellloaded avatar Oct 05 '24 12:10 wellloaded