Hello, I have the following question: while watching an Appian training course the instructor used the a!dropdownFieldByIndex() component. I tried to search for it inside the interface palette when in design mode but I was not able to find it anywhere. Is there a place or a doc that contains a list of all these hidden components? Besides the a!dropdownFieldByIndex() component I know some others are a!multipleDropdownFieldByIndex(), a!radioButtonFieldByIndex(), a!checkboxFieldByIndex() and a!timeDisplayField(), but it would be great to discover more if any.
Many Thanks!
Discussion posts and replies are publicly visible
Hello inci.carocci
The function you are looking for has been deprecated. You can search on documentation and find the alternates. Personally I have not used the functiones mentioned by you. So below are the links to those on Documentation.
Appian Documentation
Radio Button By Index Component
Multiple Dropdown By Index Component
Checkbox By Index Component
Many thanks for your reply!!!
Keep in mind, that only that version (20.2) is deprecated.
https://docs.appian.com/suite/help/23.4/Dropdown_By_Index_Component.html
Why that component is not in the palette? I can't tell you, but I assume that it is just not used a lot. If you decide to use it, just add it in expression mode.
Exactly, it is available also in the 23.4 version. And as you are saying, in case I need to use it in the future, I will add it using the expression mode. Thanks a lot!
Sorry for the misleading information. Was completely unaware till I tried what Stefan has mentions. Thanks Stefan for the information