V4.7.3 - Nodejs - Postgresql - Macos
Hi!
I’m trying to update a table’s multi reference values, but values are not saving.
The form doesn’t return an error on submit so don’t understand what the problem is.
I’m using the exact same method for the update as I did for creating the initial values, which doesn’t have any problems.
Don’t know if it’s a bug or something that I do wrong
For creating the values I did this (which works)
Which works:
Screen Recording 2022-04-13 at 09.17.05
Same exact method with update (Doesn’t work)
Which doesn’t work. Form submits successfully but users or products multi references are not updated. (other normal fields are updated fine):
Screen Recording 2022-04-13 at 09.26.27
Can’t select multi references of sub-tables in database delete & insert, otherwise I’d do this update “manually” by deleting and inserting again
Last updated: