Hello,
My input are:
idStock
getURL
getApiKeylabel
getApiKey
My code:
let table = base.getTable("Stocks");
let query = await table.selectRecordsAsync();
console.log(query.records);
let inputConfig = input.config();
console.log(`The value of idStock i...