How to Search a specific keyword in a column of a google sheet?

How to Search a specific keyword in a column of a google sheet?

I have configured the google sheet now I want to check the presence of a particular string in a column of google sheet.

1.I configured the gsuite
2. then I read the column using Read column activity
then how to proceed ?? any idea??

  1. Use If activity,
    Condition: readColumn - outputVariable.contains(“your specific keyword”) Then Proceed with your steps.

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