1.6 Setting up End User logs
Give your end users more details about the integrations they have enabled.
Flow setup
{
"overview": [
{
"status": "success",
"number_of_records": 3
},
{
"status": "error",
"number_of_records": 5
}
],
"details": [
{
"entity": "unit",
"status": "success",
"number_of_records": 4
},
{
"entity": "unit",
"status": "error",
"number_of_records": 4
},
{
"entity": "building",
"status": "success",
"number_of_records": 3
},
{
"entity": "building",
"status": "error",
"number_of_records": 1
}
],
"errors": [
{
"id": "1",
"error": "Unit size missing",
"entity": "unit",
"internal_id": "2268dda0-a821-498e-ac7d-fcbef0e29fa9"
},
{
"id": "2",
"error": "Unit size missing",
"entity": "unit",
"internal_id": "8b34849c-b820-4be4-8b59-4407aa80134a"
},
{
"id": "3",
"error": "Unit category is missing",
"entity": "unit",
"internal_id": "798b9817-453a-40fa-abc9-1502814b6824"
},
{
"id": "4",
"error": "Unit size missing",
"entity": "unit",
"internal_id": "6ee52240-8f1a-4052-8bf7-5910064b2978"
},
{
"id": "3",
"error": "Building address is missing",
"entity": "building",
"internal_id": "5c0cb0b4-7bbe-4694-824c-cffe6e8ff4a"
}
]
}1. Error handling and status logging

2. Setting the errors list
errors list3. Setting the details list
details list4. Setting the overview list
overview list5. Setting the combined list

Run Status
Status
Condition
Last updated
Was this helpful?