My DataTable Variable is null - how do I fix this?
There are more than one way to fix this:
- Use read range activity to read data from excel to your datatable
- Use assign activity to initialize you variable like this: myDataTable=New DataTable()
- Use Build DataTable activity to create the table in your variable
I am using a for each row activity and in that I have the read range activity but it’s still not working.
You need to use Read Range before the For Each Row. Maybe you would preffer to use the StudioX instead, here is a quick video working with excel: UiPath StudioX: Your First Task Automation - YouTube
Hi, yes I do have a read range before the for each row activity