Hello guys. I’m having trouble inserting values into two different tables. If I use multiple select, there is no insertion in the database. If I leave the select without being multiple there is insertion in the database. Any suggestion?
Total speculation here, but my first instinct would be to check the models. Have you ruled that out yet? (Multiple select requires belongsToMany be properly set up and that validation and rules are in agreement)
As a first attempt, try replacing sisad_demand_sector_involveds.sector_id in your form with sisad_demand_sector_involveds._ids, and see how the entity looks after patching.