Hi!
If you have a dataset that is only used for the gallery, can you please try to call ‘refresh()’ on it when the dynamic dataset is ready?
something like:
export function dynamic_ready() {
//do some code here
$w('#dataset1').refresh();
}
Otherwise, can you try updating the gallery data with code?