If I test my custom connector (built from importing postman); I get the following response
{
"storedFiles": {
"20190910": [
"ft_leavers",
"co_hours"
]
},
"success": true
}
How do I
1) Create a response in JSON that will let me read the data
2) Create a collection to read all the data - at the moment, only 'True' comes back when I build a collection;
ClearCollect(FTCollection, fT.Storagefiles())
Please and thank you