Cell usage for forms with relational data

Hey all – I’m trying to figure out if I should be using Cells for my specific use case:

I’ve got a form where a user can create a new “Foo”. However, “Foo” can contain a list of “Bar”.
On this form, I want to be able to let the user create a list of new “Bar” and associate them with the new “Foo”.

I’m not sure if I should be using Cells for each new “Bar” on the form, or if there is a better way to handle this that conforms to Redwood conventions.

Any help or insight here would be great!

1 Like

The way I handle this type of use case is to query something like formData in the user table with cell who is a JSON with the data, since each user have their own custom form.