You're trying to upload an image on the Tenant entity? If so, create a after create event which creates a Logo entity and connects that newly created entity to the Tenant entity.. Open your domain model and double click the Tenant entity and select the microflow as a after create event for the Tenant entity..
The problem is that the Logo entity is displayed but it's not created, so create the logo entity and connect it to the tenant entity.