Skip to main content
images/snowflake.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "table_used": {
      "database_name": "MORF_HEALTH",
      "schema_name": "PUBLIC",
      "table_name": "HEALTHIE_PATIENT_UPDATED"
    }
  }
}
{
  "$result_object_key": {
    "table_used": {
      "database_name": "Database Name",
      "schema_name": "Schema Name",
      "table_name": "Table name used to save the data"
    }
  }
}

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.
SaveToTableVariantResponse
Fetch Action Response Object