{"records":[{"id":"recGBSwVWkefT2GMy","createdTime":"2024-10-09T08:13:51.000Z","fields":{"atlResidenza":"residenza...","atlUteInserimento":"Utente che ha inserito il record","atlTelefono":"telefono...","atlID":6,"atlCognome":"Cognome","atlEmail":"email...","atlNome":"Nome","atlNote":"6","atlDataInsRec":"2024-10-09T08:13:51.000Z"}}]}
No. The records [1] in the screenshot I posted means that the “records” property is a JSON array (like a Thunkable list). So you need to use list blocks to get that property’s contents. The simplest way to do that is to get the property “records[1].fields.atlResidenza”. Try that and see if it works for you. Just a single get property of object block with that whole text string as the property.