{
  "$result_object_key":  {
    "account_url":  "https://morf.health",
    "id":  "10",
    "name":  "Morf"
  }
}
{
  "$result_object_key":  {
    "account_url":  "Account URL",
    "id":  "ID",
    "name":  "Name"
  }
}

Parameters

Action
Parameters
Name
string
required

This field maps to the destination API name field.

Account URL
string

This field maps to the destination API accountUrl field.

Owner
string (User)
required

This field maps to the destination API owner field.

{
  "$result_object_key":  {
    "account_url":  "https://morf.health",
    "id":  "10",
    "name":  "Morf"
  }
}
{
  "$result_object_key":  {
    "account_url":  "Account URL",
    "id":  "ID",
    "name":  "Name"
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions.

Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.

Here we demonstrate how to refer to this data using the prefix $result_object_key.

Account
Fetch Action Response Object
id
string
required

ID

CEL
$result_object_key.id
Example
"10"
name
string
required

Name

CEL
$result_object_key.name
Example
"Morf"
account_url
string

Account URL

CEL
$result_object_key.account_url
Example
"https://morf.health"