Configuration
- Message: Text that explains to the user why you need their location
- Save response as: Name of the variable where the coordinates will be stored
Response format
The location is saved as a JSON object:- Latitude:
{{$memory.location.latitude}} - Longitude:
{{$memory.location.longitude}}
This node requests the user’s location (waits for a response). If you need to send a location to the user, use the Location node.