I have a contact form where you dynamically can select an amount of users. If you have selected 5 users then the form (my front-end) adds 5x 3 extra fields (name, e-mail, phone). This contact form does a post request to Directus.
Now I have a content type for this, which contains these 3 inputs. But how can you make this dynamic in Directus so that my content type groups per user. Say you have 3 users then make a repeater in my content type of 3x name, email, phone
Thanks!