Saving Search Address into multiple inputs

I am getting users address and sending them to an API. I collect addresses using the search & google api. This saves the whole address in one field, I need to be able to break those fields into street, zip, city, state, country. To pass them in the api separately. How can I do this?

Use extract function when you define dynamic values in input box

Thank you! This seems to solve most of the issue. The one area I am running into is I need to pass the street number and street in the same field. Extract only allows me to take street # and street separately. Wondering if there is an easy way to get passed this?

When using dynamic expressions you can add more than one dynamic expression after some static value…so you will first do the extract street number, then after that dynamic expression add a static ‘space’ and then do dynamic data again and do the street.

2 Likes