This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Add a "contains" operator to the conditional input (config.json file) #858
Labels
📚 documentation
Improvements or additions to documentation
🔨 improvement
Improvement in features
✔️ refined
ISSUE refined by the Ritchie Team
Milestone
What would you like to be added:
config.json
file. Today, are supported==
,!=
,<
,>
,<=
, and>=
. As explained in the documentation.Why is this needed:
Example:
With the
multiselect variable
=value1|value2|value3|value4
This implementation would allow to return a specific list of inputs with the conditional input if a user select
value1
orvalue3
inside the multiselect variable.The text was updated successfully, but these errors were encountered: