Mar 27, 2024 07:02 AM
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 ?
Mar 27, 2024 09:04 AM
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,
};
Mar 27, 2024 12:41 PM
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
Mar 27, 2024 12:53 PM
one more question. I need the table id too, is there an other way than doing that ?
Apr 01, 2024 06:27 PM
That's the way to get the table ID.