Muneer hello directly to you because i know that you have the expertise.
I want to use a link from a link field from my Airtable database:
I receive a JSON answer after a AirTable get row (rouw number 1 in my test) .it’s the first part of the following sentence:
{“Editor”:“Alain”,“Attachments”:[{“id”:“attG8nPXiowxB70VW”,“url”:“https://dl.airtable.com/.attachments/1f3d5b146299eff18cc0d43c6827fdb9/e837f5a5/The10Factorsoflive.xlsx",“filename”:"The 10 Factors of live.xlsx”,“size”:18689,“type”:“application/vnd.openxmlformats-officedocument.spreadsheetml.sheet”,“thumbnails”:{“small”:{“url”:“https://dl.airtable.com/attG8nPXiowxB70VW-c90d94a92aef5226-32x32.jpg",“width”:32,“height”:32},“large”:{“url”:“https://dl.airtable.com/attG8nPXiowxB70VW-49c4d34fb0db2969-320x226.jpg”,“width”:320,“height”:226}}}],“Notes”:"Info modifie”,“Name”:“Modified”,“URL”:“Https://cloudinary.com”,“Photo”:“http://res.cloudinary.com/ealalin2020/image/upload/v1611863376/piiujiqce6euhdeknr1f.jpg",“ID”:1,“Date”:“2021-01-02”,"_id":"recS8STL42p9rIJ80”}
{
“Editor”:“Alain”,
“Attachments”:[
{
“id”:“attG8nPXiowxB70VW”,
“url”:“https://dl.airtable.com/.attachments/1f3d5b146299eff18cc0d43c6827fdb9/e837f5a5/The10Factorsoflive.xlsx”,
“filename”:“The 10 Factors of live.xlsx”,
“size”:18689,
“type”:“application/vnd.openxmlformats-officedocument.spreadsheetml.sheet”,
“thumbnails”:{
“small”:{
“url”:“https://dl.airtable.com/attG8nPXiowxB70VW-c90d94a92aef5226-32x32.jpg”,
“width”:32,
“height”:32
},
“large”:{
“url”:“https://dl.airtable.com/attG8nPXiowxB70VW-49c4d34fb0db2969-320x226.jpg”,
“width”:320,
“height”:226
}
}
}
],
“Notes”:“Info modifie”,
“Name”:“Modified”,
“URL”:“Https://cloudinary.com”,
“Photo”:“http://res.cloudinary.com/ealalin2020/image/upload/v1611863376/piiujiqce6euhdeknr1f.jpg”,
“ID”:1,
“Date”:“2021-01-02”,
“_id”:“recS8STL42p9rIJ80”
}
Here is the bloc of my test:
I don’t receive in the label the name of the editoor , and I don’t receive in the button test the text from my URL in this case " Https://cloudinary.com" !!!
what I want to do is receive the URL in the text Button and when I will push to the button I will open a link with this URL . But first I have to receive this URL information .
It’s to notice that the answer from JSON have no " "