Handling Null Values

Is it possible to handle the null value in the formula step

Haven’t tried, but you can manage null values with setting Null Values to values in step.

Can be set 1 by 1, group, field type, etc.

You can us “ISNA()” function in formula step to check id field value is null. for example: If(ISNA([Data]);“yes”;“NO”)