Help
Mike_Laufer
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jul 27, 2020
‎Feb 15, 2024

User Statistics

  • 11 Posts
  • 0 Solutions
  • 5 Kudos given
  • 2 Kudos received

User Activity

I have three tables, States, Cities, Streets. A street is linked to only one city, and a city is linked to only one state. Of course, a state has multiple cities, and a city has multiple streets. How do I get a view/interface to show every unique ...
I have three tables in one base. In each table, there is a Name field and a checkbox field named “Flag”. How do I create one “grid” (or interface or anything else) that lists only the record names from all three tables that have the Flag checkbox ch...
Is there a way to export the structure of a table to csv, JSON, etc.? Specifically, I’m looking for a way to export information about a table, not the data itself. Some method that will give me an output like field 2 is long text, field 3 is lookup...
I have a table of activities with start and end date columns and a column for the person assigned to the activity. There will be hundreds of activities but only one person should be assigned to each activity. How can I see if a person is assigned t...