1
0
-1

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.

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hello Anders.

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

      Regards.

      1. Anders

        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.

      2. Ian Walker

        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!

      CommentAdd your comment...
    2.  
      1
      0
      -1

      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.

        CommentAdd your comment...