Connecting mutitple URL to create a dashbaord

I want to create dashboard for my company which uses dataset from URL as these websites get update automatically and which intern will update my data how can i achieve this.

Hi @mohaamax

Welcome to the Quick Suite community!

Quick Suite doesn’t directly connect to arbitrary website URLs as live data sources for automatic updates, as it focuses on structured data stores like AWS S3, databases (e.g., Athena, Redshift), or supported connectors. You’ll need an intermediary process to ingest and refresh data from those updating websites into Quick Suite compatible storage.

Use AWS Lambda or a scheduled process to scrape or fetch data from the websites periodically, store it in S3 as CSV/Parquet/JSON, and then connect Quick Suite to that S3 dataset with scheduled refreshes. This keeps your dashboard automatically updated as source sites change.