I'm sure there is way to do this (I assume in transformation 2.0), but I cant seem to figure it out. I would like to group these two (or more) records together in one object array. The issue is when I bring it up in 2.0 it only gives me the first record to work with.
Can someone point me to where to go to group multiple records together that come out of SF like below?
{
"page_of_records": [
{
"record": {
"attributes": {
"type": "IntPS__Eligibility__c",
"url": "/services/data/v54.0/sobjects/IntPS__Eligibility__c/a0ATV000000Gcbz2AC"
},
"Id": "a0ATV000000Gcbz2AC",
"Name": "1232641-01 ClearShare 2500 2024 (01/01/24-)",
"IntPS__Begin_Date__c": "2024-01-01",
"IntPS__Term_Date__c": null,
"Health_Plan_Id__c": "a0FTV000001EmNZ",
"IntPS__Plan_Type__c": "Healthshare"
}
},
{
"record": {
"attributes": {
"type": "IntPS__Eligibility__c",
"url": "/services/data/v54.0/sobjects/IntPS__Eligibility__c/a0ATV000000Gdg22AC"
},
"Id": "a0ATV000000Gdg22AC",
"Name": "1232641-01 eXp Advanced 2024 (01/01/24-)",
"IntPS__Begin_Date__c": "2024-01-01",
"IntPS__Term_Date__c": null,
"Health_Plan_Id__c": "a0FTV000001EmaT",
"IntPS__Plan_Type__c": "MEC"
}
}
]
}