Work flow error

Hi I’m try to execute my flow that time i’m getting below error
image

The Foreach row is giving Null value, please check that Datatable has the records, I think the best way to figure this out is to use the debug option, place some break points and check

Hope this helps

Thanks

Hello @vivek_sivam, can you please share screenshot or xmal workflow file ? This error generally occurs when you try to use a variable without initialing it.

Go in debug mode and watch the respective values before they are getting consumed by For each activity.

Hi @RishiVC1
I have attached my Xaml file
web.xaml (9.3 KB)

Hi, the DT variable is not assigned to the output of read range.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.