Add and delete an instance from an item database

Hello everyone,

I’m trying to create an app for work.

For this app I have a list of items, the user can add each item only once. The selection of the user create an instance in an other database.

I want to know if it is possible from the “list of item” screen (first one on the picture) to add and delete an instance, which appears on the second screen of the picture.

Capture adalo 1

Thanks for the help !

Antoine

Hi @Antoinedal ,

Have a boolean property for this, update it after create record in the list of item for this user.

Use this boolean to filter which users have added item.

1 Like

Thanks ! I’ll try that !