Welcome to Portal
try here: https://www.zoho.com/creator/help/api/v2/add-records.html
Go to 'Sample input to add one record', click on 'Show full'
How did you manage to get the related record?
I'm getting something like this but I don't know what to do with that ID since it's not the related record Id.
"items": [
{
"display_value": "1",
"ID": "39258XXXXXXXXX11"
},....
I am also facing the same issue. Is there a way to get the data or is it not possible to get the data? I tried the delimiter character like <url>/<reportID>/Item|ID but that did not work. I wanted to get a subform Item and get the actual data inside the subform.
Hello,
You can get the data only based on main form fields and not from subform fields.
Good Day !
{
"data": {
"SendEmail": "Test",
"Email_Chain": [
{
"Status": "Opened: 2022-06-21T18:34:30Z",
"Inbound_Outbound": "outbound",
"Subject_field": "last ditch",
"Time": "21-Jun-2022 14:34:10",
"ID": 3849855000023711000,
"Recipient_Sender": "@gmail.com",
"Tag": "msi35s@gmail.com_21-Jun-2022 14:33:56",
"Body": "<div>efforts to make this work</div>"
},
{
"Recipient_Sender": "Maurice Simpkins",
"Sender_field": "msimpkins@amsa-consulting.com",
"Status": "Responded",
"Subject_field": "Re: last ditch",
"Body": "<div dir=\"ltr\">c<br clear=\"all\">></div>\r\n",
"Time": "06/26/22 07:49:59",
"Inbound_Outbound": "inbound",
"Tag": "msi35s@gmail.com_21-Jun-2022 14:33:56"
}
]
}
}
Subscribe to receive notifications from this topic.