Working in Datasources View Mode for Data Transfer to Select Box Element

  1. Open the Datasources module.
  1. Create a table containing your data. Example: Department table.
  1. Add the required columns to the table (e.g. DepartmentName).
  1. Create a new SQL Action from the Actions section. Example: SelectDepartment.
  1. Write the following query in the SQL Editor:
SELECT * FROM Department

     6. Save the Action.