Hi Team,
I am creating a Growthbook context in java (code sample: final GBContext context = GBContext._builder_().featuresJson(featuresJson).attributesJson(attributesStr).build();) where inside attributeStr it has id. My question is this correct way to pass id such that feature flag changes dynamically for different ids? If I am doing something wrong please guide me.
Any help will be much appreciated.
Thanks