Help
plyske
7 - App Architect
7 - App Architect
since ‎Dec 08, 2022
‎Mar 14, 2024

User Statistics

  • 68 Posts
  • 1 Solutions
  • 12 Kudos given
  • 6 Kudos received

User Activity

Hello everyone.  I am trying to create a formula with the following logic: I have two fields (A and B) and these fields can contain different kind of values. Let's say that field A contains value A and field B contains value B, then I want the formul...
Hello everyone! So I've run into bit of an issue regarding uploading my .csv-file using the Sync API. I use Insomnia as my API client.So what's done so far: I've created an excel-file, made a bunch of headers and added some fill text to each header. ...
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...