Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page

Was this helpful?

  1. The Basics
  2. Logics
  3. Actions

Build Object

This section allows you to create a new object that can be utilized for further actions. You can define the structure and key-value pairs of the object to suit your needs.

PreviousData TransformationNextBuild Conditions

Last updated 2 months ago

Was this helpful?

Object Data

This section consists of two parts: Key Name and Value. The key name can be static, while the value can be dynamic by specifying the path or source from which these values should be retrieved.

To access dynamic data, you can click the plus (+) icon next to the value input to load the data source model.

To add more key-value pairs, simply use the Add Key-Value button located below this section.

Build Object Section
Build Object section