Hey, I'm bringing in data using the sql below. I want my user to be able to change the Where clause value in a simple way (The page id), any idea's?
select iris_raw_zone.informa_connect_unbounce_global.leads.leads_id,
iris_raw_zone.informa_connect_unbounce_global.leads.page_id,
iris_raw_zone.informa_connect_unbounce_global.leads.form_data,
iris_raw_zone.informa_connect_unbounce_global.leads.created_at
from iris_raw_zone.informa_connect_unbounce_global.leads
WHERE iris_raw_zone.informa_connect_unbounce_global.leads.page_id = '8d995059-fa68-46d2-8244-087fed639d88'