I'm doing a flow where I extract the first sheet of a pdf file and then I use the Analyze Text action to bring in only the text I want but when I run it doesn't bring me the information. in parse text in "text to search" Current Balance (. +) and in the pdf file what I need is to look for the numerical value that is after current balance which is shown like this: $ 123.876.335.89 do you know how I can place the expression to store the balance in the variable?
Use regex pattern
In text to search in parse text activity
(?<=current balance).*
And in the variables produced match will be the variable which stores the required value.
Hope this helps
Usha
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2