How to check equality of cell data from excel in if condition under uipath

How to check equality of cell data from excel in if condition under uipath

@gangwar.ritu1

You mean to say, whether A1 data = B1 data?

Place a Read Range activity-> Enable Headers, Output to Datatable variable
Use ForEach Row activity and give the Datatable variable
Inside ForEach row activity, Place a IF Condition and check whether A1 data = B1 Data

Hope this helps you

Thanks

Thanks it was helpful :slightly_smiling_face:

1 Like

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