Import mapping for 1 to many association

1
Hi   I have the following import mapping I need ignore if object was found using composite key of Devices.unitID and DeviceModules.Code. It is actually only ignore if DeviceModules.Code is not found for the child entity. How do I also do update? Actually I have only ignore if not found I am implementing this in a api, and could not find a way to put a microflow before it is saving to the database   Thank you
asked
1 answers
0

Use find by microflow for the Devices. You can then check first if there is also a device module first before creating.

Regards,

Ronald

 

answered