Two input fields write into same data field

Hi everyone! The following scenario:

Input form to a place to a list/map. User should have the option to either input coordinates or its current position.

In the map properties, I can select only one data field that serves the address used for the map.

Is there a chance that I can have two input fields write to the same ‘address’ data field (and by visibility options I allow the user to use either coordinates or current location and never both).

Thanks for your help!

Yes, you can have multiple inputs writing to the same column. The last one to update the value will take precedence.

1 Like

awesome. thanks!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.