Dataset - data is added, not overwritten

I created my first dataset to show live values on screen for use with solarpanels.
These are the values published on a website (for testing)
image

Now the data is not refreshed (overwritten) but added… what do i need to set in the dataset that the data in this set will be refreshed instead of appended?

Olá,
Você pode fazer os ajustes no menu EDITAR FONTE DE DADOS, avançado.
ATUALIZAR= constante
TRUNCATE DATASET= never

Hi Onemidia,
That are my settings in the advanced section , it adds only rows when one ore more values are changing…
PS: i’m using V2.0 Alpha

Na seção avançada em TRUCATE DATASET, você consegue definir se quer que os dados novos sejam adicionados e excluídos os antigos, ou se os novos sejam atualizados e mantidos novas linhas com os dados antigos.

Na guia Avançado , altere Truncar Conjunto de Dados para Sempre

Hello Onemidia,

I changed truncate to ALWAYS and now it is overwritten. Many thanks!