Hi all ,
I have a query. I have value in assign variable and want to check ,that assign value exist in excel or not using if condition. when I tried It gives me error.
“Table Doesn’t have a primary key”.
Please help.
Hi all ,
I have a query. I have value in assign variable and want to check ,that assign value exist in excel or not using if condition. when I tried It gives me error.
“Table Doesn’t have a primary key”.
Please help.
Hi @arpita2,
You could use Read Range to get data from the excel. then using For Each loop go through every cell parsing it to string. Finally do compare in IF activity to check it with value.
Can you please follow my steps,
I have created sample workflow your query. I hope it will solve your doubt ![]()
FindValueInExcel.zip (8.3 KB)
Thanks,
Arunachalam.
Thanks @Arunachalam and @Pablito
for your help
Can you please mark as Solution, so that this window will helpful for our folks to get the info:grinning:.
Cheers
@arpita2 @Pablito @Arunachalam