There is an error when I try to use IF activity

Hi,
Is there anyone know how to fix this error when I try to use If activity under for each row in data table, it should read Shipment ID column to get the ID number then go to URL.
So I write this expression ediotr as below, but there is an error. Thanks.
Not String.IsNullOrEmpty(CurrentRow(“Shipment ID2”).ToString)


image

Hi @Evelyn_Lu ,

There is issue with curved double quotes prior to Shipment ID2. it should be "Shipment ID2"

Regards,

Hi @vishal.kp, Oh, the details were too small to notice, thank you so much!

1 Like

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