Hi, I wonder if the automatic AI template creation can result in forms and automations? What I see is that the AI templates result always in only a structure, not forms or automations? For example, the following template was created with the request to make a search form, but the result is not giving that:
The space was created from the following AI request:
A search form for users to find user profiles that match their own skills and interest, and the result also displays projects with tags that match their skills and interests.
Overview of User Search & Project Management space
This space contains databases that help manage user profiles and projects. Users can search for other users based on their skills and interests, and projects can be created and tagged for easy organization. Key databases in this space are Profile, Skill, Interest, Project, Tag, Search. Profiles can have many skills and interests, and can be assigned to multiple projects. Projects can have multiple tags, and users can search for profiles based on their skills and interests.
Profile
Profiles by State Profiles Database containing user profiles that can be searched by other users.
Fields
- Name : The name of the user.
- Skills : The skills that the user has, represented as a many-to-many relationship to the Skill database.
- Interests : The interests that the user has, represented as a many-to-many relationship to the Interest database.
- Attachments : A collection of files or documents related to the user.
- Status : The current status of the user (Open, In Progress, or Done).
- Comments : A section for users to leave comments or notes related to the user.
- Assignees : The users assigned to this profile, represented as a many-to-many relationship to the Profile database.
Skill
Skills Database containing skills that users can have.
Fields
- Description : A description of the skill.
- Name : The name of the skill.
Interest
Interests Database containing interests that users can have.
Fields
- Description : A description of the interest.
- Name : The name of the interest.
Project
Projects by State Projects Database containing projects that users can create and join.
Fields
- Description : A description of the project.
- Name : The name of the project.
- Tags : The tags associated with the project, represented as a many-to-many relationship to the Tag database.
- Attachments : A collection of files or documents related to the project.
- Status : The current status of the project (Open, In Progress, or Done).
Tag
Tags Database containing tags that can be associated with projects.
Fields
- Name : The name of the tag.
- Projects : The projects associated with the tag, represented as a many-to-many relationship to the Project database.
Search
Searches Database containing searches that users have performed.
Fields
- Date : The date that the search was performed.
- Query : The search query that was performed.
- Results : The profiles that were returned by the search, represented as a many-to-many relationship to the Profile database.