Match string with image

Hello i have a variable containing a string. I also have a program where i send invoices. I am trying to perform a action where i can match the value on in the invoice program with my variable then if thats correct then i can proceed else stop. How can i achieve this ?

So u can use get text or get visible text to scrap from ur app then store it in variable,
then use if for checking whether both are same or not in then u start the next process in else keep it blank

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.