{
  "$result_object_key": {
    "dietician_organization_id": "123450",
    "dietitian_email_address": "drfleming@example.com",
    "dietitian_first_name": "Alexander",
    "dietitian_id": "100070",
    "dietitian_last_name": "Alexander",
    "dietitian_organization_id": "123450",
    "id": "57211",
    "patient_id": "121250",
    "updated_at": "2024-05-10T08:46:04Z"
  }
}
{
  "$result_object_key": {
    "dietician_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
    "dietitian_email_address": "Email address of the User's (Patient's) registered dietitian",
    "dietitian_first_name": "First name of the User's (Patient's) registered dietitian",
    "dietitian_id": "ID of the User's (Patient's) registered dietitian",
    "dietitian_last_name": "Last name of the User's (Patient's) registered dietitian",
    "dietitian_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
    "id": "Billing Item object ID",
    "patient_id": "Patient's ID",
    "updated_at": "Billing Item updated at"
  }
}

Parameters

Action
Parameters
{
  "$result_object_key": {
    "dietician_organization_id": "123450",
    "dietitian_email_address": "drfleming@example.com",
    "dietitian_first_name": "Alexander",
    "dietitian_id": "100070",
    "dietitian_last_name": "Alexander",
    "dietitian_organization_id": "123450",
    "id": "57211",
    "patient_id": "121250",
    "updated_at": "2024-05-10T08:46:04Z"
  }
}
{
  "$result_object_key": {
    "dietician_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
    "dietitian_email_address": "Email address of the User's (Patient's) registered dietitian",
    "dietitian_first_name": "First name of the User's (Patient's) registered dietitian",
    "dietitian_id": "ID of the User's (Patient's) registered dietitian",
    "dietitian_last_name": "Last name of the User's (Patient's) registered dietitian",
    "dietitian_organization_id": "Organization ID for the User's (Patient's) registered dietitian",
    "id": "Billing Item object ID",
    "patient_id": "Patient's ID",
    "updated_at": "Billing Item updated at"
  }
}

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.

BillingItem
Fetch Action Response Object