Hi,
I want to avoid null reference exception while validating the excel.
try this…Take one “IF” condition or “Flow decision” and put this condition
String.Isnullorempty(“YourVariable”)
Accordingly you can proceed with your workflow after checking its null or empty.
In addition to @syedabidraza thoughts you need to check first if your datatable in excel has value on it or not.Dattable.row.count > 0 then proceed else dont proceed @raghuramk
cheers
Happy learning
if the value exist or empty it directly going to the false block @syedabidraza
if the value is empty , it will go to true part , and if its not empty than it will go to false part…please share screenshot ,how you have written this condition…
company code is the variable which is already available , no need of giving it in inverted commas(" ")
thank you it’s working
cheers
Please mark the answer as solution if it helped!!
Thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.