I want to compare Null value with grid variable and use If component to do so. I am not able to figure out how to use grid variable in If. Can anyone help here?
Also, please suggest any other way to compare null value with grid variable.
I want to compare Null value with grid variable and use If component to do so. I am not able to figure out how to use grid variable in If. Can anyone help here?
Also, please suggest any other way to compare null value with grid variable.
Hi @NeelamMacwan - I don't have an example of a grid variable, but there is a grid checkbox at the bottom of the If component which will allow you to use a grid variable:
Hi @DataGuy,
Thanks for your reply.
Yeah, I was trying the option but I could not figure out the Condition part.
I have a created a grid variable: row_insert with three columns: Outcome, Log and ProcessedOn, I want to check if any record in these columns are NULL but don't know what to add in the highlighted fields in condition in Grid Variable in If component.
I tried but no success.