Hi All,
In external collection setup, i tell for update to use PATCH
all good.
But then when I post the standard form it turns it into a PUT
But my ddatabase (BaseRow) doesn’t want PUT but patch.
Now all of this would not be a problem becasue I could make a custom form + action however, there seems to be no way to turn multi-line text JSON friendly (\n)
Please help, i’m completelhy stuck now on updating text-areas