How to eliminate NullReference Exception in the follwing workflow?A datatable variable userDetails is throwing that exception

Op.xaml (76.9 KB)

Try isnothing(userDetails) instead of userDetails.rows.Count>0

1 Like