For Each Loop Failure when some values in recordset are NULL
I have a for each loop container that is performing various tasks as it loops through a record set. Some of the values from the recordset are NULL at times and this causes the FELC to fail because it is unable to map the variables that have NULL values.
Is there something I can set to have it accept the NULLS or something I can change about the variables themselves. This is valid data that still needs to be processed. There are other attributes that have data in the record.
Here are samples of my error messages:
Error: ForEach Variable Mapping number 19 to variable "User::varTransactionReference" cannot be applied.
Error: ForEach Variable Mapping number 20 to variable "User::varFlowStartDate" cannot be applied.
Error: ForEach Variable Mapping number 26 to variable "User::varCancelFee" cannot be applied.
Thanks in advance.
SK

