I didn’t get “chain another Get request” , right now i am getting this api response (see below eg) and the actual data that is want is residing inside “abcdFILE.json” , how can I parse the json file here in bubble and read it ?
{“result”:
{
“jsonDataUrl”:“abcdFILE.json”,
“excelUrl”:“DownloadeURL.xlsx”
}
}