Hello all.
I want to check if a specific content in null or empty from studio.
I have used this code String.IsNullOrEmpty( queueTransactionItem.SpecificContent(“Name”).ToString)
But getting error lMessage Box: Object reference not set to an instance of an object.
The variable you are using is getting to be null. Please check the same and better to run the bot in Debug mode then it will be more clear which activity and variable is getting null.