Dropdown
GETDROPDOWNITEMVALUE
The GETDROPDOWNITEMVALUE function gets the value of a dropdown item.
Syntax: GETDROPDOWNITEMVALUE(DropdownId, ItemIndex)
DropdownId: The ID of the dropdown. ItemIndex: The index of the item.
DefaultValue (optional): Default
Example: GETDROPDOWNITEMVALUE("dropdown1", 2) The function will return the value of the second item.
Last updated