I have a JSON response I'm trying to parse that looks something like this:
{
}I'm trying to grab the value for
umi.geolytics.projection_year_housing_stats.medhomvalIn the webhooks config, I've tried:
features[0].properties.umi.geolytics.projection_year_housing_stats.medhomval
features[0].properties."umi.geolytics.projection_year_housing_stats.medhomval"
features[0].properties["umi.geolytics.projection_year_housing_stats.medhomval"]
features[0].properties["umi.geolytics.projection_year_housing_stats.medhomval"].value
None of which seem to work. Any ideas?