Hi,Extensions cannot be used in interfaces. Therefore, the Map extension can only be access in Data mode (at the table level).Furthermore, any kind of filtering done in interfaces will only ever live in interfaces.You will have to use a third-party t...
Hi!It's not possible to completely white-label an Airtable interface, or the change its URL. But you can customize the look and feel to make Airtable near invisible, then use third party tools to make it seem as though it's your URL. In this case, cl...
Hi!I just tested the method you described, and it should work. It will be hard to troubleshoot without access to the base.I would advise to try adding a pause between the trigger and the update. This would look something like:after the trigger, add a...
Hi,If I understand correctly, your webhook has triggers the automation, and passes a string that corresponds to a record ID, and you now want to use this ID to update that record to mark it as paid.If this is the case, then all you need is :Add a "Re...
Hi,This seems easily achievable using a script to parse the data and separate it in multiple emails. However, as the script cannot output, it would likely require a new table to temporarily store the contact addresses, and then a new automation to fi...