
Note-While doing Sobject mapping it is necessary to map the required fields.
Going To Preview Tab and Write to Input in list Insert JSON.
{
"Account": [
{
"Name": "Abhishek",
"Phone": "9876534561"
},
{
"Name": "Abhishek2",
"Phone": "9876534562"
},
{
"Name": "Abhishek3",
"Phone": "9876534563"
}
]
}
Write Inputs Field & fill value and excute.