I’m building an automation using a Public Website. Below is a list of steps to get to my issue. For every search i do the result number will be different and depending on the number in the results between the to and of there will be conditions. if extracted number is < 100 then perform these actions, if number is > 100 perform these actions, etc… If anybody can give me a good solutions to just isolate that number from the string that would be great. the number can range between 0 and 900
scroll down and find the following result string “Showing 1 to 22 of 22 entries” i need the number between the to and the off and i need it to be a integer once its extracted.
That is correct, You could directly use the function to convert to an Integer in the above Expression by using CInt() to the whole expression and keeping the variables as an Integer type.