Before configuring custom object trigger nodes, you will need to have at least one custom object created in your company. You can refer to this Help Center article to learn more about custom object.
Update custom object records
The “Update custom object records” action allows you to modify existing records in your custom objects. This keeps your workspace data accurate and up to date without needing manual edits.
Use this node for:
- Updating order status: Change an Order record from “Pending” to “Shipped.”
- Managing membership details: Update a Membership record with a new tier or renewal date.
- Adjusting subscription information: Modify billing cycles, payment status, or plan type in a Subscription record.
- Editing customer records: Update stored customer details such as contact preferences or loyalty points.
To set up the node, follow these steps:
- Click on the “Update custom object records” action node to open up its form, which will appear on the right side of the screen
- The node form contains the following fields for you to configure your action:
- Custom object: Select a custom object. If no object is created, you can refer to this Help Center article to create a custom object
- Identify record by: Choose how the system should locate the record you want to update:
- Last Object Record: Update the most recently created record in the selected object.
- Variable: Use a variable (e.g. from a trigger or mid-flow step) to locate the correct record.
- Record ID: Enter the specific record ID manually or pass it through a variable.
- Properties to update: Define which fields to update in the record.
- Property: Select the object property to update (e.g. order status, membership tier, subscription renewal date)
- Value: Enter the new value or insert a variable to update the property dynamically.
- You can click Add to update multiple properties at once. For example:
- Use the Record ID variable to find the correct order record and update its status to “Delivered.”
- Use the Contact number variable to update a subscription’s billing cycle for the right customer.