Help
plyske
7 - App Architect
7 - App Architect
since ‎Dec 08, 2022
‎Apr 26, 2023

User Statistics

  • 65 Posts
  • 1 Solutions
  • 12 Kudos given
  • 5 Kudos received

User Activity

Hello! So I've started to use the Interface feature of Airtable. It works quite well for me and my team. Now I'm at the point where I want to deny access to the views that the Interfaces are built upon. How can I do this? And is it possible to only r...
I've created an Automation that should help me automatically update Records in another table when x happens. So I have two tables: One table with a whole bunch of records (new ones will appear every week) and then I have a table where some of these r...
Hello everyone! I have this script:  const tableId = "tblapiXxSQL4FGs7G"; const table = base.getTable(tableId); const viewId = "viwVt3r8YFoHt5sy6"; const view = table.getView(viewId); const records = await view.selectRecordsAsync(); const filteredR...
Can someone help me modifying this formula so that if the condition 'Trækdato (FarPay)' field is empty, the formula field is left blank? Right now it returns an #ERROR!  IF(AND(DATETIME_FORMAT({Trækdato (FarPay)}, "D")<10, DATETIME_FORMAT({Trækdato (...
I've a table that generates records through the Airtable built-in form. Each record comes with an ID from an external software. The ID is connected to accounts in this external software, so account 1 could have ID: 123, account 2 could have ID: 1234....