Hi guys,
In short, I am trying to create a relation between User and a city, all through an API Service that I have created as you can see from the image below.
The error that comes out in the console during debug apparently makes no sense, because the selected city draws it directly from the reference table.
I tried to link them in a “normal” way with a non-System table that does not require the API Service and works, so the problem is not the table but the logic inside the API service.
How can I fix it?
Thanks,
Marco