Error in Manual Import using a Microflow

0
I have set a microflow to import Attendance (which is associated with employees) but I am getting following error:   The following error occurred while import document: attendance_XLSX(1).xlsx - requirement failed: Reference 'MyFirstModule.attendance_employees' only accepts ids of type 'MyFirstModule.employees' (Id '[MendixIdentifier:: id=23080948090363603 objectType=MyFirstModule.Files entityID=82]' is not allowed).   I set email as a reference but then this error occurs. Kindly let me know if anyone has any solution or need further information on this to solve it.
asked
1 answers
0

The error seems to be that you are trying to set the association with a different object than that what is allowed. Maybe you are trying to set attendance in the association where it needs the employee record?

answered