Csv write error

I am getting the error:

Value for a required activity argument ‘DataTable’ was not supplied

Could you let me know what the issue is?

Hi @nole_1

can you share your xaml file to easily address the issue.

cheers :smiley:

Happy learning :smiley:

2 Likes

@nole_1

Have you passed Datatable to that activity or not.

1 Like

It looks like the IN argument for a invoked workflow is not not supplied with a datatable variable to a IN argument
Kindly run once in debug mode by pressing F7 so that it will help us to find with which invoke workflow file activity we are missing with that variable to a IN argument
Or if we know having less number of invoke workflow file then we can find where it is missing
You were almost done

Cheers @nole_1

1 Like