I would like to know if there is a way that when a User Submits to save a Record that it populates a Field in the Table with the Location Coordinates similar to like a Time Stamp Field.
If this can not be done, I see there is a Location Component that can be used that would then save the Location Coordinates, but it shows a Toggle button on the Form & by Default it is Off and I can not see a way to make it Required to be selected to On.
Yeah, I don’t think there’s a way to mark the “Location” component as required now. The only work around I can think of is using a custom form, then don’t allow submitting until the column where you store the location is not empty.
Thank You for the guidance ThinhDin. I was able to indirectly create a requirement that forces the user to toggle on the location component using the custom form approach.