Help
kofal
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Sep 14, 2023
‎Nov 09, 2023

User Statistics

  • 9 Posts
  • 1 Solutions
  • 2 Kudos given
  • 5 Kudos received

User Activity

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...