Hi everyone, I am still very new to UiStudio. I have an issue of checking whether the dataRow is empty. I would like to check if it’s null. I read through all of the other issues but none of them seem to be working for me…
It’s an if condition to check if the dataRow variable is null.
This will throw a NullReference if it’s actually Nothing. For this to work you need to use the short-circuit version of the comparison (OrElse instead of Or).