Dear All,
i am struggling with this situation, any help will be appreciated please-
i would like to run my workflow for multiple files (one file in each run).
Its an excel with multiple fields and i would like to search keyword "in the class" in all the fields, if we find this keyword in any of the field then it should return "in class" but if it does not find it then it should return "not in class".
and this processing is suppose to be done for individual files for example-
file 1 - field1 field2 field3 field4 output - field1 field2 field3 field4 Field 5
w in the class 23 xy w in the class 23 xy in class
file 2 - field1 field2 field3 field4 output - field1 field2 field3 field4 Field 5
w qwert 23 xy w qwert 23 xy not in class
Thanks in advance