Help
Sticker_ninja
6 - Interface Innovator
6 - Interface Innovator
since ‎Dec 18, 2020
‎Nov 29, 2022

User Statistics

  • 27 Posts
  • 1 Solutions
  • 24 Kudos given
  • 9 Kudos received

User Activity

A lot of my custom apps have been hanging on their loading screens for several minutes. Am I simply loading too much data (about 55 fields) from too many records (about 11,500 in the table I’m selecting with getTableByName) ? Am I using the useRecord...
Hey there! I need to create a component for one of my apps that searches through my records by a couple of criteria corresponding to fields. Is there a better way to do it than just looping thru every record and checking? I have thousands of records....
Is it better practice to pass only the values you need from the base into child components or is it okay (performance-wise) to pass down the whole record object? For example: function ParentComponent({record}){ const status = record.getCellValue("St...
Oftentimes my automations that include a scripting step don’t fail but also it don’t behave the way I want or expect.I want to be able to search/filter the run history of an automation based on the primary field of the record that caused the problem....
Hello! One of my apps is crashing (showing the “Sorry, an error occurred”) screen intermittently and I don’t know why. What I know: It usually takes a minute or so of refreshing the app before it is able to load.The airtable record data the app refer...