Work in Progress: How to Fetch User Location Data to use in your Flow

How to fetch user location data to use in a flow

  • Go to Entire Flow settings and open the Advanced dropdown

  • Select Add User Location to User Data

  • Once that option is selected, you will be able to access the following properties from the User Data inside of the location_data object:

    • ip,

    • city,

    • region,

    • region_code,

    • country_name,

    • country_code,

    • continent_name,

    • continent_code,

    • latitude,

    • longitude,

    • flag,

    • emoji_flag,

    • geohash

Last updated