on 2025 Feb 26 10:53 AM
Hello everyone,
We have several business rules that rely on the selected value of a dropdown field in Smartforms.
These rules are triggered based on specific values. For example, if the selected value is "Yes", the rule executes successfully.
However, since our Smartforms support multiple languages, users selecting "Oui" (French translation of "Yes") prevent the business rule from executing correctly.
Is there a way to retrieve the selected value in the dropdown in the default language ?
Thank you
Request clarification before answering.
Hi Khalid
You could make use of ChecklistInstanceElement.selectedIndex, which is 0 for the first option, 1 for the second option, and so on. This would make the logical condition independent from language.
Best regards
Raphael Barabas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 7 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.