Hi
Is there a way to modify the following expression so that i only keep non null values in the array
myArray = Split(in_TransactionItem.SpecificContent(“Documents”).toString,“;”).Concat(Split(in_Config(“Documents”).ToString(),“;”)).ToArray
Thank you!