Hi there, I am working on an automation in Power automate Desktop which extracts data from a cell in excel, the data has words in and before the part that i need, I have used the activity "recognize entities in text" which looks for "numbers" which does work when I look inside the variable produced the value is there that I need, however I can't seem to get that value.
I've tried creating a new set variable and taking the data but not getting anywhere.
an example of the data is this "a variable with words 12345 hello there" I require just the number value.
Is there a better way to do this, perhaps just using Regex?