The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi Expert, i have a field which keep a product volume, for example , 20g, 30ml, 45piece, 150l, 8pack.
i just want to extract the numbers, so the after formula field will be , 20,30,45,150,8.
i try to think and search for a while but have no idea how ...
Hi friend, i am new to airtable scripting, i am trying to send a webhook to third party API,
let url=“https://connect.pabbly.com/workflow/sendwebhookdata/IjQ0NDI0NiI_3D”;
let config=input.config();
await fetch(url+config.recordid);
In airtable, it s...
Hi experts,
i am new to airtable but i found airtable is an awesome tools!!
i am a sales supervisor and try to use airtable as database for record and analysis.
I have a base with several table, each table has a monthly sales record.
We have several ...
Hi Expert,
i am new to Airtable and i would like to seek your help on setting of my automation
i have 2 tables:
Table A - Store up the items information with price, name, cost, supplier name, etc
Table B - Store up the supplier name, credit limited, ...