Output Type defines how data is returned from the data table to the application. It controls whether the result is shown as a list of records or as single field values.
Use this option to fetch multiple records and display them in a grid or table format. It returns all matching records from the data table. Suitable for reports, listings, and search results.

Example
If you fetch expense records by Employee ID, the system shows all matching expenses in a list. You can sort them by Expense Date in descending order.
Use this option to fetch one record and display values in individual fields. It returns a single matching record, and each output field is mapped separately in the app.
Example
If you fetch employee details using Employee ID, the system returns Name, Department, and Phone Number as individual field values.