For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create or Update

The Create or Update Card operation (create_or_update) allows you to check whether a card already exists in the system. If the card is found, its data is updated. If it does not exist, a new card is

šŸŽÆ What does this operation do?

This operation ensures that card records are managed efficiently, preventing duplicates and keeping the data always up to date.

āœ… If the card already exists → Updates the card information with the new data. āœ… If the card does not exist → Creates a new card in the system with the provided data.

The operation allows filling and updating information such as: āœ… Card name āœ… Description āœ… List within the board āœ… Responsible user āœ… Associated tags āœ… Expected completion date āœ… Custom fields


šŸ“‚ How to Configure the "Create or Update" Operation

1ļøāƒ£ Access the Component

  1. In Hablla Studio, open the automation flow where you want to create or update a card.

  2. Add the Cards.

  3. In right side panel, select the operation "Create or Update".


2ļøāƒ£ Set the Identification Rule

To determine if a card already exists, the system can use one of the following methods:

šŸ”¹ Filter by ID → Uses a unique identifier to find the card in the system. šŸ”¹ Filter by Query → Searches for a card based on specific parameters such as name, status, or tags.


3ļøāƒ£ Fill in the Required Fields

  • Workspace ID → Identifier of the workspace where the card will be created or updated.

  • Card Name → Name of the card to be created or updated.

If you are using Filter by ID, it is necessary to provide:

  • Card ID → Unique identifier of the card.

If you are using Filter by Query, you can define:

  • Associated tags

  • Card status

  • Responsible user


4ļøāƒ£ Choose the Fields to Be Updated (Optional)

If the card already exists, you can configure which fields should be modified:

šŸ”¹ Card Name šŸ”¹ Description šŸ”¹ Board and List šŸ”¹ Assignee (User) šŸ”¹ Tags šŸ”¹ Expected Date šŸ”¹ Followers šŸ”¹ Custom Fields

Additionally, you can define the update rule: šŸ”ø Oldest → Keeps the data from the first record found. šŸ”ø Most Recent → Keeps the data from the last updated record.


5ļøāƒ£ Save the Configuration

After filling in the desired fields, click the button "Save" āœ….

Now, whenever this automation is triggered, the system will create a new card or automatically update an existing one.


šŸ“Œ Usage Example in an Automation Flow

šŸ“Š Scenario: Create a flow where a new lead is recorded and associated with a card on the opportunities board.

1ļøāƒ£ Block 1 → Capture a new lead via form. 2ļøāƒ£ Block 2 → Check if a card with the same name already exists. 3ļøāƒ£ Block 3 → If it exists, update the lead information on the card. 4ļøāƒ£ Block 4 → If it does not exist, automatically create a new card.

šŸš€ Result: The system ensures there are no duplicates and keeps the card always updated with the most recent lead information.


šŸŽ‰ Conclusion

The operation Create or Update Card in the Hablla Studio is a powerful feature to keep a workflow organized and avoid duplicate records.

If you need more support, contact our team! šŸš€

Last updated

Was this helpful?