how to mutate data in record in relation in form
I have a userResource for User table which has a metadata table with its foreign-key.
I have added form fields of metadata with Users fields in one form like this:
I want to mutate "experience" field of metadata before filling this form.
I tried
How do I do this?
I have added form fields of metadata with Users fields in one form like this:
I want to mutate "experience" field of metadata before filling this form.
I tried
mutateRecordDataUsing, but it is not working, even dd($data) is not triggering. How do I do this?