Error: Neither variable(s) nor rule(s) found: id

I have created an interface, which works perfectly on the expression builder. When calling the same on a process module, the process module throws an error "There was an error in an expression in Create Logistics Group at null: Neither variable(s) nor rule(s) found: id"

Attaching the code for related interfaces.

OriginalPostID-258368


Create Logistics Group.zip

  Discussion posts and replies are publicly visible

Parents
  • @saileshd, i see the following expression in your rule!ICAMS_createLogisticsGroup. Is the rule! ICAMS_getDealIdByCoreAcquisitionNumber is a query rule or a Query Entity. If this is a Query Entity first get the '.data'(eg: datasubset.data) value and then do index for the column "id". a!save(ri!logisticsGroup.dealId, index(rule!ICAMS_getDealIdByCoreAcquisitionNumber(coreAcquisitionNumber: local!coreAcquisitionNumber), "id", ""))
Reply
  • @saileshd, i see the following expression in your rule!ICAMS_createLogisticsGroup. Is the rule! ICAMS_getDealIdByCoreAcquisitionNumber is a query rule or a Query Entity. If this is a Query Entity first get the '.data'(eg: datasubset.data) value and then do index for the column "id". a!save(ri!logisticsGroup.dealId, index(rule!ICAMS_getDealIdByCoreAcquisitionNumber(coreAcquisitionNumber: local!coreAcquisitionNumber), "id", ""))
Children
No Data