Skip to main content

How to use the Has location Category in Flow editor

You can get the value of location with Has Location in contact response and save it in the form of longitude and latitude.

image

The user will send the location from WhatsApp in the user response. The value will be store in a variable. For example location

image

Now you can save or use the location details received in longitude and latitude forms in your flow like other variables.

  • @results.location.longitude
  • @results.location.latitude

image

It will be shown on the chat window in a flow.

image