Hello,
I need to send through an API call the record and base id. Please find below the script I have made, I need know to send the baseID in the payload.
Can you help me guys ?
Hello,
I need to send through an API call the record and base id. Please find below the script I have made, I need know to send the baseID in the payload.
Can you help me guys ?
let payload = {
// Ici, construisez le corps de votre requête. Par exemple :
"recordID": inputConfig.recordID,
// Vous pouvez ajouter autant de clés/valeurs que nécessaire.
"baseID": base.id,
};
let payload = {
// Ici, construisez le corps de votre requête. Par exemple :
"recordID": inputConfig.recordID,
// Vous pouvez ajouter autant de clés/valeurs que nécessaire.
"baseID": base.id,
};
my god, you are the person that solved all my problems when I search on the forum and now you solved again my issue ahah
thank you so much, will try now
let payload = {
// Ici, construisez le corps de votre requête. Par exemple :
"recordID": inputConfig.recordID,
// Vous pouvez ajouter autant de clés/valeurs que nécessaire.
"baseID": base.id,
};
one more question. I need the table id too, is there an other way than doing that ?
That's the way to get the table ID.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.