Make changes to items via form

I would like to insert different forms on a single item view, where users can choose what kind of information they would like to update. I have tried by autoamtically pulling in the Row ID of the item, but that doesn’t seem to work. New items appear for a moment in the app, and then they disappear (I guess since the Row ID is the same, they shouldn’t be there).

Is something like this possible via a form?

Do it via the edit option, let users choose from a choice option that writes to a user-specific column what they want to edit, then show the right entry using conditional visibility.

1 Like

Yes, this is plan B, but definitely works. I am doing it right now.

1 Like

Forms are designed to add new rows only. The edit pencil is one option, but if you still want a button to function like an edit, then you can set a button action to link to screen to “this item”. Then design that screen with entry components. The only downside is that there is no submit button and changes are instant. Also, there is no access to special value components.

1 Like