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 Conditions

In this section, you can set up conditions that trigger specific actions. Define the criteria for each condition and the actions that should run when those conditions are met.

PreviousBuild ObjectNextOther Utilities

Last updated 2 months ago

Was this helpful?

In this section, you can set up if and otherwise if conditions. The first if condition is checked; if it's true, the corresponding actions will be executed. If it's false, the otherwise if condition will be validated, and the process repeats based on the checks.

Each condition allows you to configure the following:

  • Condition: Define the criteria that need to be validated for the if statement. You can use the plus (+) icon to load the dynamic data source model for easy selection. For more information, refer to the video explanation provided in this section.

  • Actions: Specify the actions that should be executed when the condition is met. The results of these actions will be returned based on the condition validation.

You can add multiple conditions here.

Below, we have included a video for a detailed explanation of these actions.

Adding Conditions
Configuring Conditions and their Actions
Add Multiple Actions
Adding conditions
Configuring conditions and their actions
Add multiple actions