Hello to all !
I'm a little bit stuck with endpoints that I use to update records, I use the function first_notempty on my fields (not to overwrite the values of my table if the fields are null or empty during the update) it works well on my fields of type text but I have a problem on my fields of type table reference :
- it overwrites me anyway, since it is an array of id there may be a step more to do but I do not see what... I don't know what to do.
Anyone has an idea on how to solve that ?
ps: I think I should use a function that I could reuse in all my maj endpoints because going through all the fields one by one is a bit long...