Hey @sreevaniamara,
Here is the input and output data of the Results Mapping Preview after Lookup
Input
{
"data": [
{
"id": "xxxxxxxx",
"cycleId": "xxxxxx",
"permissions": {
"canNudgeManager": false,
"canCreateObjective": false,
"canNudgeUser": false
},
"user": {
"id": "xxxxxxxxxx",
"name": "xxxxxx",
},
"manager": null,
"objectives": [
{
"id": "xxxxxxxxxx",
"category": 1,
"rating": -1,
"completionPercentage": 0,
"status": 0,
"title": "xxxxxxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
},
{
"id": "xxxxxxxxxx",
"category": 3,
"rating": -1,
"completionPercentage": 0,
"icon": "o_target_alt",
"status": 0,
"title": "xxxxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
},
{
"id": "xxxxxxxxxxx",
"category": 1,
"rating": -1,
"completionPercentage": 0,
"icon": "o_cog",
"status": 0,
"title": "xxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
},
{
"id": "xxxxxxxxxxxxxxxxx",
"category": 3,
"rating": -1,
"completionPercentage": 0,
"icon": "o_dollar",
"status": 0,
"title": "xxxxxxxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
}
]
}
],
"errors": [
{
"code": "error_code",
"message": "error message",
"source": "application"
}
],
"ignored": false,
"statusCode": 200,
"dataURI": ""
}
Output
{
"record": {
"cycleId": "xxxxxxxxxxxxxxxxxxxxxxx",
"cycleName": "2025 Q3 xxxxx",
"statuses": [
{
"value": 0,
"name": "Open",
"color": "#eee"
},
{
"value": 101,
"name": "some_progress",
"color": "#F62"
},
{
"value": 102,
"name": "half_done",
"color": "#FFBB51"
},
{
"value": 103,
"name": "almost_done"
},
{
"value": 104,
"name": "completed"
},
{
"value": 105,
"name": "Greater than 100%"
},
{
"value": 999,
"name": "Private"
}
],
"ratings": [
{
"code": -1,
"name": "Not rated"
},
{
"code": 999,
"name": "Private"
}
],
"startDate": "xxxxx",
"endDate": "xxxx",
"user_data": [
{
"id": "xxxxxxxx",
"cycleId": "xxxxxx",
"permissions": {
"canNudgeManager": false,
"canCreateObjective": false,
"canNudgeUser": false
},
"user": {
"id": "xxxxxxxxxx",
"name": "xxxxxx",
},
"manager": null,
"objectives": [
{
"id": "xxxxxxxxxx",
"category": 1,
"rating": -1,
"completionPercentage": 0,
"status": 0,
"title": "xxxxxxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
},
{
"id": "xxxxxxxxxx",
"category": 3,
"rating": -1,
"completionPercentage": 0,
"icon": "o_target_alt",
"status": 0,
"title": "xxxxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
},
{
"id": "xxxxxxxxxxx",
"category": 1,
"rating": -1,
"completionPercentage": 0,
"icon": "o_cog",
"status": 0,
"title": "xxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
},
{
"id": "xxxxxxxxxxxxxxxxx",
"category": 3,
"rating": -1,
"completionPercentage": 0,
"icon": "o_dollar",
"status": 0,
"title": "xxxxxxxxxxxxx",
"visibility": "public",
"weightingPercentage": 5
}
]
}
]
}
}