Object reference not set to instance of an object (But work completed)

After debug file , It work follow completed but show error as below.

image
image

Remark : red square is show around sequence comfone.

Please guide me about it.

Hi @Maria99

Some value referred in the Comfone sequence is Empty. Please debug and check in Watch panel which value is coming as null or empty.

Thanks,
Boopathi

@Boopathi.M How to check?
Check every activity in Comfone sequence right?

Hi @Maria99

Run in Debug mode and when control comes to Comfone sequence, just check the values by typing the variable or dictionary or argument names used in that sequence. You can identify the required value referred in the sequence will be assigned as empty somewhere in the flow…

Thanks,