How to pass an argurment of type datatable in other workflow

I have declared argument as datatable in one workflow and trying to use in another workflow. But I come to initialize datatable in argument that is not supported and due to this throwing error.

Has thrown an exception below :

Me_ssage: Object reference not set to an instance of an object. This error usually occurs when using a variable with no set value (not initialized).

Exception Type: NullReferenceException

Hi @RSVISHWA,
Object was not created for the datatable.
The datatable is null. So it’s throwing exception

Regards,
Arivu

Hi @RSVISHWA ,
Here I have attached a workflow sample to understand better. Check the “direction” is configured well.

File :InvokeWorkflow.zip (11.0 KB)

Regards
Balamurugan

Hi @RSVISHWA,
Check this video about the workflow.

Regards
Balamurugan

Hi,
I tried to open your given workflow but getting error as below in screenshot.

Best Regards,
Sachchdianand Vishwakarma

1 Like

Hi @RSVISHWA,

Have you Installed the below package.

Regards
Balamurugan

Yes, I already have installed in my system.

Thanks & Regards,
Sachchidanand Vishwakarma

Hi @RSVISHWA,
Can you check the other workflow files are exist in the same folder.

Regards
Balamurugan

Yes, Thank you.

Thanks you Guys. Now working.