When incorporating the Weather API in a app. The ability to lock in the weather details at the point in time the feature is created.
M
Mike Sherwood
Here is the conversation I had with Fulcrum Tech support:
Thank you for your patience. Unfortunately, the Weather API is triggered by the Geometry Change function, which means it always fetches the current weather data whenever the geometry changes. Each time the geometry is updated, the API is called and the weather data is refreshed accordingly.
I also tried moving the API call to the new-record event, but it did not work as expected.
At the moment, using the Geometry Change function is the only available solution.