Last modification: 2025-04-23 (View source)
This document details the structure and functionality of the “youtube” Airtable base, used to manage requests for adding content to the R-Ladies YouTube channel. It utilizes a single table populated by a single form.
graph TD
C[Form Submission] --> |submit| B[Submission Table]
B --> |Add language| B
B --> F[Notify Slack]
The “youtube” base contains a single table named “submission_table” which stores all the submitted requests for YouTube content.
This table holds all the information submitted through the YouTube content request form.
Key Fields (Observed):
Key Views:
This base does not have any custom interfaces.
This base has two automations to manage YouTube content requests:
Add content language:
Notify Slack:
This documentation provides an overview of the “youtube” Airtable base based on the currently available information.