How to handle customer-specific data in Logic.
tenantId
in your request, you tell Logic which customer the execution belongs to. Logic will keep data, learning, and behavior isolated for each tenantId
, ensuring that one customer’s data is never used to influence another’s.
Even if you’re not using dynamic learning yet, you can include a tenantId
in your executions. That way, if you enable dynamic learning later, it will automatically stay isolated per tenant.
tenantId
tenantId
parameter. This allows you to test and evaluate the impact of dynamic learning on different sets of executions without affecting the overall learning process.
This is especially useful when serving multiple tenants, as it ensures each one’s learning data remains isolated.
useDynamicLearning
& tenantId
useDynamicLearning=true
and tenantId
to isolate learning for a specific customer.