Expression evaluation error in rule Invalid index: Cannot index property 'EXTERNAL_PROTECTION_TYPE' of type Text into type EWR_EPMPARFPipeline?list^2

Hi All,

 I am getting the following expression error when I tried to assign CDT field value into local variable:

 

    local!invalidGPIFExtProtecType: or(if(rule!APN_isEmpty(ri!EWR_EPMPARFPipelineList), false, apply(rule!APN_isEmpty(_), ri!EWR_EPMPARFPipelineList.EXTERNAL_PROTECTION_TYPE))),

    local!invalidGPIFExtProMasterData: or(if(rule!APN_isEmpty(ri!EWR_EPMPARFPipelineList), false, apply(rule!APN_isEmpty(_), ri!EWR_EPMPARFPipelineList.EXTERNAL_PROTECTION))),

 

Error:

Expression evaluation error in rule 'ewr_formcreateeditplparf' at function 'apply' parameter 2 [line 85]: Invalid index: Cannot index property 'EXTERNAL_PROTECTION_TYPE' of type Text into type EWR_EPMPARFPipeline?list^2

 

Please suggest.

 

Regards,

Venkat.

  Discussion posts and replies are publicly visible