Working in Datasources View Mode for Data Transfer to Select Box Element
- Open the Datasources module.
- Create a table containing your data. Example: Department table.
- Add the required columns to the table (e.g. DepartmentName).
- Create a new SQL Action from the Actions section. Example: SelectDepartment.
- Write the following query in the SQL Editor:
SELECT * FROM Department
6. Save the Action.