Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    JobNimbus

    Unify Integrations

    Integrate your application with JobNimbus to manage leads, track jobs, and streamline your workflow processes efficiently

  3. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  4. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  5. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  6. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  7. unify-apps

    Filters

    Unify Applications

    Enable users to refine, search, and sort data effortlessly across dashboards and datasets

  8. unify-apps

    Insided

    Unify Integrations

    Integrate your app with Insided to enhance customer engagement, streamline community management, and drive self-service support.

  9. unify-apps

    Facebook Ads

    Unify Integrations

    Connect your app with Facebook Ads to automate campaign management, optimize ad performance, and track marketing success.

  10. unify-apps

    Gainsight

    Unify Integrations

    Integrate your app with Gainsight to enhance customer success, automate engagement workflows, and drive retention

  11. unify-apps

    Livestorm

    Unify Integrations

    Integrate your app with Livestorm to streamline webinar hosting, automate event management, and enhance audience engagement.

  12. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  13. unify-apps

    Cognito Forms

    Unify Integrations

    Integrate your app with Cognito Forms to create custom forms, automate data collection, and streamline workflows

  14. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  15. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  16. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  17. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  18. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

#
Platform Tools
Logo
What is Object Manager?

What is Object Manager?

Logo

5 mins READ

Overview

Objects in UnifyApps are structured data entities that represent, store, and manipulate information across the platform. The Object Manager provides a centralized system to create, access, modify, and delete these objects.

Image
Image

Why do we use an object?

Objects serve as transient links, bridging the gap between primary data sources and the downstream applications that consume this data. This enables you to preserve your data indefinitely, even if the data at the primary source has expired or been deleted. 

Image
Image

Use Case 1

  • Let’s say we have to send feature announcement emails to all our clients to notify them about the latest platform updates. 

  • To achieve this, first, we should store all the client details, including their email addresses, in our object. We can then use it in our automation to send them individual emails.

  • In your automation builder, add the Storage by UnifyApps node. Select the Fetch Records action to get all the details of your clients stored in your object.

    Image
    Image

  • Next, add a Loop to iteratively send an email to each client. Construct your email desirably. After this is set up, you can save and deploy your automation, which will send your email to all your clients.

    Image
    Image

Use Case 2

  • Let’s say we have to display country-wise data in our application using simple cards.

  • To achieve this, we will store all the relevant country details in an object, which we will access in our application.

  • In your application builder, set up a data source which fetches records from your object using Storage by UnifyApps.

    Image
    Image

  • Finally, match the respective fields in your components, and your application will display all the records dynamically from your object.

    Image
    Image

FAQs

What is the difference between Custom Objects and Standard Objects?

Custom Objects are user-created data structures specific to your needs. Standard Objects are pre-built objects provided by UnifyApps with default functionality.

When do we use an object? Why not just use a variable instead?

Objects are used when you want the data to persist and be used at a later point in time. Additionally, by using an object you can access the data from all your automations, applications, etc. and not just in a single workflow. Variables instead just persist for a single execution.