Variables

Instead of repeating the same logic for multiple flags, e.g. the same list of user IDs, you can extract common logic into variables to easily reuse.

To create a reusable variable, e.g. for a list of user IDs, first set up your targeting logic as normal for one flag, adding a rule that uses this list of IDs.

Then open the context menu on the list of IDs and convert it to a variable.

The list will be replaced with a reference to the new variable.

You can navigate to the variable to view and edit this list.

And you can reference this variable when adding rules to any of your other flags.

Last updated