Sometimes I face error in sequence such as NullReferenceException.
That means you are trying to read something which doesn’t exist or value is null.
you can use yourObject = Null (or System.DbNull) to validate
Yes. Sequence is running perfectly then suddenly this error comes and then I have to create new sequence paste all the activities and then it works fine.