Update
The Update Record in Dictionary operation allows modifying an existing record within a dictionary table, ensuring information is always updated and organized.
🎯 What does this operation do?
This operation allows you to modify the data of a specific record within a dictionary table, using the unique identifier of the item to be updated.
✅ Main information that can be changed:
Any existing field in the record
Custom fields according to the table structure
Dynamic updating of information within the workspace
📂 How to Configure the "Update" Operation
1️⃣ Access the Component
In Hablla Studio, open the automation flow where you want to update a record in the dictionary.
Add the block "Dictionary".
In the right side panel, select the operation "Update".
2️⃣ Fill in the Required Fields
Field
Data Type
Required?
Description
Workspace ID
string
✅ Yes
Workspace ID where the dictionary table is located.
Table Name
string
✅ Yes
Name of the dictionary table where the record will be updated.
Record ID
string
✅ Yes
Unique identifier of the record to be updated.
Fields to Update
object
✅ Yes
Structure containing the new values for the fields to be modified.
3️⃣ Add Additional Information (Optional)
In addition to the required fields, you can include:
Custom fields for partial or complete update
Custom keys and values defined by the user
4️⃣ Save the Configuration
After filling in the fields, click the "Save" ✅.
Now, whenever this automation is triggered, the record will be automatically updated in the dictionary.
📌 Usage Example in an Automation Flow
📊 Scenario: You want to automatically update the information of a qualified lead within a dictionary table called "Leads_Qualificados".
🔹 Automation flow:
1️⃣ Block 1 → Capture a lead's information update via form. 2️⃣ Block 2 → Update the lead's record in the dictionary with the new data. 3️⃣ Block 3 → Notify the sales team about the update.
🚀 Result: Lead data will always be up to date in the dictionary, ensuring better organization and segmentation.
🎉 Conclusion
The operation Update Record in Dictionary is essential to keep information always accurate and aligned within Hablla Studio. With this feature, you can automate record updates without needing to manually change each entry.
If you need more support, contact our team! 🚀
Last updated
Was this helpful?