Nested records when creating | Avo docs
# avo-2
n
👋 Are there any good examples of a full workflow for creating associated records? For example, I have Movies, Actors and Directors. I want to create a movie & associate already existing actors and directors, or create new ones, in a single flow. I think this is the reverse of https://docs.avohq.io/2.0/recipes/nested-records-when-creating.html
Ooh, it looks like some solutions are here: https://discord.com/channels/740892036978442260/740893011994738751/1079484866925703238 Has there been any other progress on this?
l
Hey @narrow-magazine-18722 👋
so part of the workflow you're describing is possible
if you have a director created and you go to movies and add a movie, you can select from the current directors
the things you can't do right now is to create a director from a movie create view
Here's an example of that. a post belongs_to a user. from the post create view you can select an already existing user https://main.avodemo.com/avo/resources/posts/new
n
Thanks Adrian, I understand. It's a little disruptive if one is creating a lot of records (imagine every actor!) but I can live with it for now. If I change my mind I'll try something like the other thread I linked, until then I'm looking forward to any improvements you implement here in the future!
l
yes. it's something we want to support
we're just knee deep in finishing up Avo 3
after we launch v3 we'll start focusing on new features like this one
n
It's a great product and I'm excited to grab a license when I can to support ya
l
thank you! we appreciate the kind words!