Skip to content

Update Single

This page outlines how to configure an Flow Action on a Factorial Flow to update a record on the target Data Store

For instance, updating an existing Contact record matching specific criteria.

Add an Update Single Action

  1. Follow the instructions on how to Manage Actions
  2. Enter Basic Flow Action Details that is common for all the Flow Action elements
  3. The Update Context field will be the Business Object housing the records to be updated (e.g., a Contact Data table).

    Alt text

  4. After choosing the Update Context, define the Primary Context (which appears below the Update Context) to build the query needed to filter the records.

    Alt text

  5. Click on the Set button to define the selection query. Fill in the basic details of Name and Description. Choose a Business Object to query. After selecting the business object, click the + Add button below it to add conditions based on the attributes that define the query.

    Alt text

  6. Once the query has been defined click on Save & Close to save the Primary Context.

  7. Add each of the attributes to be updated in the [[{DRAFT}Attribute Mappings]] section, with the respective values that need to be updated.

    Alt text

  8. Click on Save & Close to save the action.