Parameters
Copy
Ask AI
{
"$result_object_key": [
{
"custom_module_form_id": "72028",
"custom_module_form_name": "Intake Questionnaire",
"dietician_organization_id": "123450",
"dietitian_email_address": "drfleming@example.com",
"dietitian_first_name": "Alexander",
"dietitian_id": "100070",
"dietitian_last_name": "Fleming",
"dietitian_organization_id": "123450",
"id": "57211",
"patient_id": "121250"
}
]
}
Copy
Ask AI
{
"$result_object_key": [
{
"custom_module_form_id": "RequestedFormCompletion's custom module form ID",
"custom_module_form_name": "RequestedFormCompletion's custom module form name",
"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": "RequestedFormCompletion object ID",
"patient_id": "Patient's ID"
}
]
}
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.
Hide fields
Hide fields
RequestedFormCompletion object ID
CEL
Copy
Ask AI
$result_object_key[*].id
Example
Copy
Ask AI
"57211"
ID Patient’s IDCEL
Copy
Ask AI
$result_object_key[*].patient_id
Example
Copy
Ask AI
"121250"
Organization ID for the User’s (Patient’s) registered dietitian
CEL
Copy
Ask AI
$result_object_key[*].dietician_organization_id
Example
Copy
Ask AI
"123450"
Organization ID for the User’s (Patient’s) registered dietitian
CEL
Copy
Ask AI
$result_object_key[*].dietitian_organization_id
Example
Copy
Ask AI
"123450"
First name of the User’s (Patient’s) registered dietitian
CEL
Copy
Ask AI
$result_object_key[*].dietitian_first_name
Example
Copy
Ask AI
"Alexander"
Last name of the User’s (Patient’s) registered dietitian
CEL
Copy
Ask AI
$result_object_key[*].dietitian_last_name
Example
Copy
Ask AI
"Fleming"
Email address of the User’s (Patient’s) registered dietitian
CEL
Copy
Ask AI
$result_object_key[*].dietitian_email_address
Example
Copy
Ask AI
"drfleming@example.com"
ID of the User’s (Patient’s) registered dietitian
CEL
Copy
Ask AI
$result_object_key[*].dietitian_id
Example
Copy
Ask AI
"100070"
RequestedFormCompletion’s custom module form ID
CEL
Copy
Ask AI
$result_object_key[*].custom_module_form_id
Example
Copy
Ask AI
"72028"
RequestedFormCompletion’s custom module form name
CEL
Copy
Ask AI
$result_object_key[*].custom_module_form_name
Example
Copy
Ask AI
"Intake Questionnaire"
