I'm trying to use a combobox to show a certain column of a certain table based on variables set earlier.
Sheet is the name of the columns in a certain table defined as so:
Set(sheet, Text(Dropdown1.Selected.Value))
However when trying to use it in this command:
ShowColumns(TableName, sheet)
The error is that there is no text literal. How do i get this command to work, still using these variables?
Kind regards,
Colleen