Hello!
Im very new to retool and have encountered javascript only in passing.
I'm currently struggling to connect a table item with data in json I have from the Scopus API.
I already tried to use a transformer but I fear my lack of knowledge doesn't make it easier for me.
here is a snippet of my json:
"prism:url": "https://api.elsevier.com/content/abstract/scopus_id/85214915776",
"dc:identifier": "SCOPUS_ID:85214915776",
"eid": "x-xxxx-xxxxxxxxxxx",
"dc:title": "Research on Efficiency Coupling Coordination Feature Model of Digital Economy Based on Multi-Objective Machine Learning Algorithm",
"dc:creator": "Cui X.",
"prism:publicationName": "Tehnicki Vjesnik",
"prism:issn": "13303651",
"prism:eIssn": "18486339",
"prism:volume": "32",
"prism:issueIdentifier": "1",
"prism:pageRange": "78-87",
"prism:coverDate": "2025-12-31",
"prism:coverDisplayDate": "31 December 2025",
"prism:doi": "10.17559/TV-20240826001943",
"citedby-count": "0",
"affiliation": [
{
"@_fa": "true",
"affilname": "South-Central Minzu University",
"affiliation-city": "Wuhan",
"affiliation-country": "China"
}
],
"prism:aggregationType": "Journal",
"subtype": "ar",
"subtypeDescription": "Article",
"source-id": "14569",
"openaccess": "0",
"openaccessFlag": false
},
{
"@_fa": "true",
"link": [
{
"@_fa": "true",
"@ref": "self",
"@href": "https://api.elsevier.com/content/abstract/scopus_id/85214906730"
},
{
"@_fa": "true",
"@ref": "author-affiliation",
"@href": "https://api.elsevier.com/content/abstract/scopus_id/85214906730?field=author,affiliation"
},
{
"@_fa": "true",
"@ref": "scopus",
"@href": "https://www.scopus.com/inward/record.uri?partnerID=HzOxMe3b&scp=85214906730&origin=inward"
},
{
"@_fa": "true",
"@ref": "scopus-citedby",
"@href": "https://www.scopus.com/inward/citedby.uri?partnerID=HzOxMe3b&scp=85214906730&origin=inward"
}
]
here is my error when I want to connect the json data
Thank you for any help in advance!