Data Binding Issue

I am having issues creating a data item for data stored in an object I created. I am not sure why I am having this issue. I have a data item for the Union lookup and the Union lookup values. I attached an image for reference.



Like 0

Like

1 comments

This is telling you that the record you’re binding references a record in UsrEmpkoyeeJobHistoryUnion with the Id in the message and that record is not bound in the package. To fix, bind data from UsrEmpkoyeeJobHistoryUnion and add that record. 
Ryan

Show all comments