Hello guys so I tried to print output from datatable
the first try is success I got the value
but when I try another with different workflow it print nothing
how to handle this empty output??
thank you
Hello guys so I tried to print output from datatable
the first try is success I got the value
but when I try another with different workflow it print nothing
how to handle this empty output??
thank you
Hello @Aluneth_X
You want to handle this situation then
You check String.isnullorempty(row(“unitprice”).tostring)
You can go ahead with either true or false
Thanks
it doesn’t work sir
still got no value
@Aluneth_X
This Syntex not for getting value .it’s for checking row contain value or not
@Aluneth_X
Could you check in another workflow datatable has row or not like datatable.row.count before Access it
Hi, Is the argument setting correct?