To use formData you can build the object yourself using:let data = {
key1: 'value1',
key2: 'value2'
};
// Encoder les paramètres en format x-www-form-urlencoded
let formData = Object.keys(data).map(key => encodeURIComponent(key) + '=' + enco...
Oh my god YES i'm not crazy !I have the same problem with data coming from a typeform.Trigger is typeform.Zapier update the data on airtable.The record is created, WITH the document.A few seconds later, the document is removed.We can see that on the ...
I don’t understand why airtable don’t see the potential to let us use button in interfaces AND let guests use it even without the paid plan.
If you do that, we could be able to build webapp in a day using airtable…