Collecting and accessing user location
# 🤝help
n
So I'm collecting the user's location in a Capture Info field. Then I want AI to respond with an interesting fact about the location. When I test it, I get a response that it's not a valid location.
a
Hi @nice-baker-72574 Thanks for reporting this too. I think this will be helpful for others too. 🙂 When using "Full Address" in Capture Information, you can access the parts of the location like so : @location.country @location.city @location.street @location.zip @location.number
n
got it to work. thanks
f
In general, you can always check the Debugger to see how data are saved in the variable: So in this case it is UserName.first to retrieve my first name
146 Views