Table Output

I am fetching data from table. There are null values in some fields. I want to have value zero whenever there is null value for all integer fields. How to achieve this in PS?

Hi Ankit,
There can be various ways to achieve this.
One of the way is to use “If field value is null” step. Configure step>> Check select value type check box>>Specify Type as integer>> specify value which should replace null value ie zero.

OK Great, Thank you!