Hi,
I have a dashboard which contains 2 charts(questions). These questions have a "Interval" variable whose label is also "Interval". To connect the "Interval" variables to the dashboard, I created an "Interval" filter widget. The dashboard on the Metabase webapp is working fine, but when I pass "Interval" as param in the API call (embed), I get an error "Unknown Param Interval". When I pass "interval" as param, there are no errors. Could you explain what I'm doing wrong?
Thanks!