Address autocomplete custom field does not update relationship
Hi, I've created a custom field to implement an address autocomplete field with a custom API to call. This field is used in a relation manager based on a "location" relationship. This relationship contains multiple field like "address, city, latitude...".
My custom field should be able to fill the relationship with values retrieved from the API. I can retrieve the different values in my parent form but I don't know how to map them to the field of the location relationship. Can you help me with that ?