How to 'Text Exists' from SQL Workbench Table

Guys as mentioned, idea is to find the value in the output of a query(ie. table) and print True or False later against every input. This is just the first step in a scheme of things.

Hello @KP6689

I suppose you are running a SQL query to get the required dataset shown here in the window. I would suggest, rather than looking for text exists in the window, it would be more reliable, & efficient if you could directly connect to the database and run the query from UiPath itself. By this way, you can get the count of records as an output to make this decision…