Help
Greg_Jarmiolows
6 - Interface Innovator
6 - Interface Innovator
since ‎Dec 24, 2020
‎Nov 29, 2022

User Statistics

  • 17 Posts
  • 0 Solutions
  • 8 Kudos given
  • 3 Kudos received

User Activity

I would like a new attribute in the attachment data type for duration
I have a set of tables with a descending set of relations. Grandparent has children which have children etc. I choose the linked records from a parent record and this stores my order since the ordering is dependent on the parent. When I create a view...
Once you have a few automations the window to view them in is really hard to work with. In the least I would like to be able to filter automations by the triggering table or view. What if you exposed automations as another (protected) table? It could...
I am passing a duration type field a number value for update: let [audioFile, duration] = await concatenateFiles(audioUrls); console.log(duration); // this is showing a number with decimal // make the update await table.updateRecordAsync(record, { ...
I have an automation trigger using “Record Matches Condition”. There are two trigger conditions separated by an OR. This triggers the automation but not for all records. If a record matched one condition and ran and then matches the second condition ...