Hi,
I have a klip accordingly :
* Old Record Dropdown: where the data source is fetching from a database and listing some records. I add the selected value to a variable. let's call it OldValue
* New Record Dropdown: where the data source is fetching from a database and listing some records. I add the selected value to a variable. let's call it NewValue
* Table with dynamic data source: In this datasource, I connect to a mysql db with dynamic parameters, i use {props.OldValue} and {props.NewValue} as part of the mysql query in my datasource.
When I am in the Edit mode of the klip, I can see that all selections are working and according to dropdown selections my table is updated with the fetched dynamic records based on variables.
However when I save and exit the klip and use it in a dashboard, it doesnt work.
When i inspect the network calls,
In the edit mode of the klip, when I make a selection from the dropdpwns, it calls https://app.klipfolio.com/workspace/ajax_setUIVariable
When i save the klip and use it in a dashboard however it calls https://app.klipfolio.com/dashboard/ajax_setProps
This is the first time I'm observing a klip behave differnetly in edit mode vs usage mode.
Thanks,
Zeynep