From 9004af3f4b1a8b886e0969ccd5d35601ac8a5726 Mon Sep 17 00:00:00 2001 From: pballai <46489780+pballai@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:22:21 -0500 Subject: [PATCH] add notice --- .../dataapps_api_actions_getting_started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/sigmaguides/src/dataapps_api_actions_getting_started/dataapps_api_actions_getting_started.md b/site/sigmaguides/src/dataapps_api_actions_getting_started/dataapps_api_actions_getting_started.md index 22eb29fe..04a7a17e 100644 --- a/site/sigmaguides/src/dataapps_api_actions_getting_started/dataapps_api_actions_getting_started.md +++ b/site/sigmaguides/src/dataapps_api_actions_getting_started/dataapps_api_actions_getting_started.md @@ -15,6 +15,10 @@ Duration: 5 This QuickStart introduces Sigma API Actions by connecting to the Open-Meteo Weather API, a free weather data service that requires no authentication. + + You'll use a preconfigured Sigma template to select a city from a dropdown list and fetch current weather details in real-time. Along the way you'll learn how to: