The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Hello there,I'm trying to fetch data from a product in one base, then send that information to an external API and then update that new info in other base. The code goes like this: //input of modified product
let inputConfig = input.config();
//JSO...
Hello there, I'm trying to write data from one base to another through Airtable's API. My JSON is something like this: let body = {
"fields":{
"prod_serv_cia_id": inputConfig.cia_id[0],
"NroParte": inputConfig.codigo[0],
"D...
Hello there, I've developed a workflow that follows these steps:1) When a record is updated, all the product's fields are watched2) With these watched fields, a new script will run. The main goal with this script is taking the product's information, ...
Hello there @marks and thanks for the reply!As you suggested, I tried hard-coding values and I discovered that the resource was missing while fetching the API's link. Everything's working fine now!
Hello there @Jesper_Holmstro and sorry for the delay in responding. As I'm watching, I think that you can't match with the exact ID due to the wrong usage of the function selectRecordsAsync(). In your particular case, you should do something like thi...
Hello there. I'm not sure if you trying to get a match between the recordID from the input and the recordID in the table called "Matsalen", but in any case, I tried to figure out this solutionlet table = base.getTable("YOUR_TABLE_NAME");
let id = inp...