Hi there!
I need to check in IF activity if datatable “cashData” has null value in C# syntax. I would be extremely grateful for some help.
Hi @sarathi125 !
No, cashData is my dataTable.
in Try Catch activity (“finally” section) I want to insert an if condition, something like if cashData is null but with C# syntax.
Hi,
Can you try as the following?
cashData == null
Regards,
Hi @yoichi, Thank you - it worked!
1 Like
@sarathi125 thank you so much!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.