Convert Geographic places to Street, City, State fields?

I need to store new users names and addresses. Rather than have the user add each element of their address separately (street, city, state,…) I would like to use the SearchBox:Choices Style:Geographic places so the user can select their address when it appears.

Bubble saves the address as a string of text: Street, City, State, Zip, Country. I need to save each element of their address in a separate field. How do I do this?

Thanks.

You can use “extract” and capture each field separately.

1 Like

This worked for me, thank you!