There is a dynamic string that is generated each time our app processes an order. It looks something like this:
Order Confirmation # 230000 - 412940
Is there a way to only grab the "230000" portion of this string and store it as a variable to be used later? I know how to use the ValueGetElement/ValueSave commands but that only grabs the whole string. I need a way to only grab the six characters of "230000" in order to automate my tests.
Thanks!