Hi everyone, I’m trying to set a field value based on a formula :
IF(
OR(
{Commandes} = BLANK(),
{Date_heure_RDV} = BLANK()),
"", CONCATENATE({Commandes} , " - ", DATETIME_FORMAT(Date_heure_RDV, 'M/DD/YYYY H:mm')),
IF(
OR(
{SILGAN BOL} = ...
Hi,
I’m looking for a way to replicate one Google sheet I’m using. It’s use to populate a table base on the user input. The user must enter our PO number or the client PO number, then a query fetch the data.
User can use this table to send a email.
...
Hi, I’m new with Airtable and I’m wondering if it’s possible to see and customize the Airtable Search App?
I’d like to see the inside of that script/app so I could get a more “complex” exemple and I’d like to add the possibility for a user to add mor...