Hello,
how do I bootstrap data (from Excel) into a multi-tenant application only for a specific tenant? I loaded some data but it seems to be available in multiple tenants.
In Service Studio/Module/Configure Tenant to Test Queries.... doesn't seem to do the trick.
Thanks
Hi Matthias,
The Option In Service Studio is only testing.
Use the TenantSwitch action, before you write data to entities.
Kind regards,
Daniel
Thanks Daniel, much appreciated.