Empty Check in Data Item (using decision stage)

Falua

New Member
Hi,

I need to check if a data item (format: number) is empty in a decision stage, or convert the data item format number to text as the empty check is working with a data item formatted in text.
I'll be grateful if I can get a solution to this problem.

Thanks,
Falua
 

VJR

Well-Known Member
Hi Falua,

A number data item cannot be checked for empty because it is not a string/text.
You can create a new Data item of type Text.
Then using a Calc stage store your Number data item into the Text data item.
Now you can check the Text data item using a Decision stage.

1525988640580.png
 
Top