From 269949642588c08094ade3cc2a1eb2dc0ba912aa Mon Sep 17 00:00:00 2001 From: Niklas Kiefer Date: Fri, 16 Jun 2023 11:35:10 +0200 Subject: [PATCH] docs(forms): add feel support for multiselect options --- .../modeler/forms/configuration/forms-config-options.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/components/modeler/forms/configuration/forms-config-options.md b/docs/components/modeler/forms/configuration/forms-config-options.md index d98878487f..64df9983dc 100644 --- a/docs/components/modeler/forms/configuration/forms-config-options.md +++ b/docs/components/modeler/forms/configuration/forms-config-options.md @@ -43,6 +43,10 @@ The expected format for the data is an array of options, each defining its label } ``` +### FEEL expressions + +The options are populated from a [FEEL expression](../../feel/language-guide/feel-expressions-introduction.md) that returns an array of options. The resulting array must be formatted as described in the [as above](#input-data-driven-by-process-data). + #### Shorthand definitions If the value and label are equal, shorthand formats may be used instead: