I have stored my Excel file in orchestrator. from there i am reading values from excel. now i want to read the null values and throw exception.
I am using this
NOT string.IsNullOrEmpty(in_TransactionItem.SpecificContent(“Name”).ToString)
but its not throwing exception for null values.