Error - Object reference not set to an instance of an object

Hi @KahPou_Liew

Are you using any Variables or Arguments in your Flowchart?
If you do, try providing initial/default values for them.
Basically, the NullReferenceException occurs when you access those variables that are NULL (= not set to an instance).

Your query is similar to this one so please check this for more hints

If the problem persists, we could help you more if you provide the xaml or screenshot of the logs/local pane.

2 Likes