How can i delete the previous inserted rows, automatically ?

Confluence User - 12 May, 2020

So, I have a form that generates a datalist and i'm making a API REST GET call to that form so he stores the data from the json. But everytime i make a call he duplicates the rows. How can i delete the previous inserted rows, automatically ?


forms;datalists;json

2


12 May, 2020
confluenceUser
confluenceUser

Hi - you run a job with across the  SQL update tool to clear the table... Unless you have other data you want to retain

12 May, 2020
confluenceUser
confluenceUser

Hi, perhaps you can try to prevent duplicating the row in the first place? There is not much information on how the data is being stored, but you could check for an existing row before inserting a new one.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print