From 6809e12d412fff2b6149eed5323836a12dbc1b25 Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Fri, 20 Feb 2026 11:40:43 +0100 Subject: [PATCH] convert info --- website/docs/advanced/predefined-variations.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/advanced/predefined-variations.mdx b/website/docs/advanced/predefined-variations.mdx index 5bd3e65b..da24ba5c 100644 --- a/website/docs/advanced/predefined-variations.mdx +++ b/website/docs/advanced/predefined-variations.mdx @@ -73,12 +73,14 @@ ConfigCat provides an easy way to convert feature flags between free-form values ### Converting to predefined variations +You can convert a feature flag to use predefined variations by clicking the **Convert to use variations** item in the kebab (3 dots) menu of the feature flag. When you convert a feature flag from free-form values to predefined variations, ConfigCat automatically collects all currently used values from your existing flag rules. These collected values are presented as suggested variations, but you can modify their display names and hints, or even add new variations. The conversion doesn't affect your deployed applications. ### Converting to free-form values +You can convert a feature flag to use free-form values by clicking the **Convert to use free-form values** item in the kebab (3 dots) menu of the feature flag. When you convert a feature flag from predefined variations to free-form values, the actual values from variations are extracted and feature flag values are updated to use the values directly. Display names and hints are irreversibly deleted, leaving only the values. The conversion doesn't affect your deployed applications.