Can anyone help me, I am new in thunkable, The JSON response code is
{
"status": "success",
"data": {
"mailbox": "qsirrsr8460@site.com",
"messages": [
{
"subject": "test 2",
"is_seen": false,
"from": "Ramos Kelly",
"from_email": "ramoskelaly@gmail.com",
"receivedAt": "2022-12-02 20:50:53",
"id": "x6zQW58YB0oPoqewykXdo32S",
"attachments": [],
"content": "content html or text "
},
{
"subject": "subject",
"is_seen": true,
"from": "Diaz",
"from_email": "diaz202@gmail.com",
"receivedAt": "2022-12-02 20:50:33",
"id": "286J5Nvyk047VZORpBwGPzoQ",
"attachments": [
{
"file": "file.png",
"url": "http://site.com/download/286J5Nvyk047VZORpBwGPzoQ/file.png"
}
],
"content": "content html or text"
}
]
}
}
I want to get “id” from JSON and display it in text input 2, I tried this but it is not working