Hi,
I have a form with a combo box where for each option there is the 'text' (what is shown to the user in the dialog) and the 'technical name'.
How can I retrieve the text information to show in a next task?
Currently only option I see is 'selectedValue' but this returns the technical name, which is not necessarily readable for an end-user.
thanks,
Koen
Florian Gerdes on
Hi Koen.
If you want to display this information in the next task, you could create the same combo box (same names, same technical names of entries) in that second task.
Then you could transfer the values (Technical names) from the previous task to the second task.
The combo box of the second task you could make as "read-only", that the user can't change this.
Kind regards,
Florian