Help
kofal
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Sep 14, 2023
‎Mar 27, 2024

User Statistics

  • 11 Posts
  • 1 Solutions
  • 5 Kudos given
  • 6 Kudos received

User Activity

Hey everyone,I have a question regarding second-level filtering. In a classic CRM setup, I have a table that holds all my opportunities. I have another table that holds all my activities (say to do items that can be linked to opportunities in airtabl...
Hey everyone,I am slowly moving forward in my airtable scripting journey. What a ride so far. I would need some advice on best proceeding to finalize my script.Context:I created a script triggered from a button, to match client records with potential...
On one of my interfaces, I added a calendar element when opening record details. It works great on desktop, but the calendar element is cut and unusable on mobile. Has anybody else had a similar issue?I tried to move the element at the bottom and mid...
Hi All,I am having an issue with my script:When using an integer value in the condition, the script works.Example: return all records that have a value higher than 9 in the field name "Bedroom": const propertyTable = base.getTable("Listing"); // Rea...
Hi Everyone,I have an idea that I am really struggling with and would appreciate some help. GoalCreate a script/Automation that loops through table 1 to find matching record based on multiple conditions and link those records with table 2.Base struct...