Try
For Each row
row
Catch
Write Line = row
It seems like the datarow ‘row’ in Try is null in Catch. Is there a way to pass variables or share?
Try
For Each row
row
Catch
Write Line = row
It seems like the datarow ‘row’ in Try is null in Catch. Is there a way to pass variables or share?
Catch, will only show something if there’s any error. Can you share your xaml ?
Put Try Catch block inside for each