Hi guys, I'm extracting JSONPayload and then generating an response.
Now while extracting I get few null values.
I only want to display the values which aren't null.
Can we use an condition to ignore the null values, if yes, how should I write a condition which ignores the null values?