Create multiple records on a resource based on multiple select options
Hello experts! I have a scenario in which I have an Invitation model that associates an event with a customer having two columns event_id and invited_user_id. What I want in my create resource form is to have a multiple select for the invited_user_id and when I submit the form a new record should be created for every selected invited_user_id in the multiple select. Is this possible or is there any workaround for this? Thank you in advance!
0 Replies