Another question about targeting the feature flag....
# announcements
h
Another question about targeting the feature flag. I can see there is a type of feature flag about targeting and can config dynamic filter rules. but if it’s possible to choose the target user with dynamic rules on client side? like we want to use a very complex rule to decide who should enable the feature which can’t config easily in the growthbook side.
f
yes, it is possible - we actually let you set very complex rules through the UI
you can click on 'advanced' when choosing the targeting conditions, and enter arbitrary rules using JSON
h
I mean what if our rule can’t be set through UI?
f
the feature list is just a JSON object, so you can add to it after you fetch it
technically you don't need to use our UI for the feature rules at all, the SDKs are standalone rule engines
1