Empty Output DataTable

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

1 Like

Hi @Aluneth_X

Datatable rows.count <= 0 then do your thing

cheeřs
Happy learning

2 Likes

it doesn’t work sir
still got no value

image

it doesn’t work sir
still got no value

1 Like

@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

1 Like

@Aluneth_X

Hi, Is the argument setting correct?