I've imported new data and made it into an ImportEntity. Using a microflow I can turn that entity into another one. I'm struggling to set the association the new entity requires through a microflow.
I've tried to understand what this question and this question did but I couldn't get further.
This is the microflow I have to create a new entity. It copies over the name, description, etc. It also has a name for the higher level entity that it's supposed to be associated to. It checks if the entity already exists by name. If not, it'll copy the attributes.
Something like this where Service_Naam defines which service servicepakket is associated with.