Trillo Workbench Lessons
  • Introduction
    • Sample Application
  • Introduction to Lessons
    • IDE Lessons
    • Annotated Directory Structure
  • New classes using workbench UI
  • Save many records into tables using the workbench UI
  • New function using Workbench UI
  • Introduction to Code Lessons
    • Anatomy of Trillo Function
  • Begin Code Lessons
    • Paginated list
    • Pagination using SQL Query
    • DataIterator
    • Read file from cloud storage bucket
    • Generating signed URL for a file download
    • Import a CSV file from bucket into BigQuery
    • Query a dataset of BigQuery
    • Using an Document AI Processor
    • Chat using GenAI
    • Function calling another function
    • Accessing Runtime Context
    • Write a workflow (pipeline for data processing)
  • Appendixes
    • ServerlessFunction
    • Map, List and Tree
    • Logs and Audit Logs
    • DataRequest Class
    • DataResponse Class
    • DataIterator Class
    • Result
Powered by GitBook
On this page
  • Code location in repo: /lessons/New_function_using_Workbench_UI

New function using Workbench UI

Add a new function (with stubbed methods) using Workbench UI

PreviousSave many records into tables using the workbench UINextIntroduction to Code Lessons

Last updated 1 year ago

Code location in repo: /lessons/New_function_using_Workbench_UI

Steps

  1. Go to the "Functions" tab within the Trillo Workbench.

  2. In the top-left corner, select the "+" icon to initiate the creation of a new function.

  1. Provide the necessary details for the function:

  • Enter a name for the function.

  • Choose the desired method (GET, POST, PUT, DELETE).

  • Specify a display name for the function.

  • Add a description for the function.

  1. Click "OK" to confirm. The newly created function will now be available under the "shared" tab in the Trillo Workbench.