I'm working on a weather application using PowerApps as part of a homework assignment. I'm facing challenges while trying to integrate information from your site, as I'm encountering several errors. I would greatly appreciate your assistance in identifying where I may have made a mistake. For instance, when I use the following code: OnSelect = UpdateContext( { WeatherForecast: MSNWeather.CurrentWeather( txtSearchLocation.Text, rdUnits.Selected.Value ) } ) I encounter an error. Any guidance you can provide would be extremely helpful. Thank you!