FYI: After Get Transaction Item, i am using run command to insert these four column values inorder to update the status i.e Success or BE or SE at the End.
Please help me why my bot is not picking the item which has one NULL Value.
I beleive you need to replace them with string.Empty …basically some emtpy string…can you check the output of add bulk queue…and did you set add individually?
If so these two rows might be failing because null cant be set on queue…it ahpuld atleast be empty
Try adding and if condition after you retrieve your item
Then check if the item has a null value, if so then replace those null values with an empty string like this
TransactionItem.SpecificContent(“yourNullKey”) is Nothing