How to check a Column has only specific list of strings as a value in row

Hi Everyone,
I having a data table which has only one column. And I am Having a list of strings
Status ={M,S,U,W,D}
Now I want to check Column A value has only mentioned in “Status” .
If it has value other than the above mentioned list of string it should return False.

Scenario 1

Column A
M
S
U

Output: True

Scenario 2:

Column A
M
S
U
W
D
K

Output : False

Scenario 3:
M
S
U
W
D

Output :True

@VinothComplee

Check below post for your reference
https://forum.uipath.com/t/tutorial-how-to-check-a-string-is-present-in-excel-sheet-part-1/243696/2

Check other parts for better understanding

Hope this helps you

Thanks

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