How can I delete these phantom form values?

Confluence User - 21 Aug, 2023

Hello Everyone.

I've created a form with one field.

I can't figure out where those three values are coming from because I want to delete them. 

I tried to put that form data into a list to use CRUD to delete them, but when I select the entries in the list and try to delete them, they still remain.  I can delete the rest using CRUD just fine.

This app is only version 1, so there are no other versions.


In the DATAIMPORTUI I have removed an import element that used it as well.

Basically, I want to delete these entries as I imported updated data via a CSV file (using Import) and now they are duplicated.

How can I do this?  I tried making a new app, deleting an app and the same happens - is it cache related somehow?

Regards.

forms;datalists;database;form;selectbox

4


22 Aug, 2023
confluenceUser
confluenceUser

Hi, the screenshots or images above are not showing up. In any case, it is likely that your form is configured to point a database table that contains those records. Try checking the database table directly, and delete any unnecessary records there.

22 Aug, 2023
confluenceUser
confluenceUser

Hello Anders.

How can I check the database table? Is that something external of Joget?  Meaning it cannot be done via the UI?

Regards.

23 Aug, 2023
confluenceUser
confluenceUser

Well you could build a simple CRUD app for that database table in Joget to view and manage the data, but the simplest way would be to use any GUI or command line tool that is supported by your database server.

23 Aug, 2023
confluenceUser
confluenceUser

Thank you for replying, Anders.

I actually fixed this by just making a new form with a different table form (same data) and imported the correct data and it worked fine.

Thanks very much for your help!

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print