Hi all,
EU List.xlsx (17.4 KB)
In Excel Two sheets are available. One is Input Sheet another EU List Sheet.
My question is if input sheet country is equal to eu list sheet then do some operation else do some other operations
I used this condition in IF
row(“named insured country”).to string.equals(line(“EU list”).to string)
When running the above if condition by default else block is executing I don’t know why.
Please help its very urgent in my automation.