Submit a form and update an existing row

Hi Friends,

I have 200 rows of unique inventory. I want to create a form submission to update quantity data for each individual row without adding new rows to the list.

What formula would I use (and where) to just allow my users to input an updated qty # to override the existing qty data?

0 3 166
3 REPLIES 3

If u want to make in row by row, u can simply add the indiviual row as a Quick edit column in the ux detail view and your users can update it faster.

Or, Create an action Data: set the values of some columns in this row using IINPUT("any name you like","")
in you table view, you can go to select rows mode by clicking the check box icon in the menu bar at the top
click the action icon
Enter your text and hit Save

Sorry I should have mentioned that I need to use a Form to update the data. I'm using an auto-open camera scan functionality for all inventory logs.

You can make your table UPDATES_ONLY so that no new rows are allowed. Just click on view table in the editor and you'll find below the table name field an option called: Are updates allowed?

Top Labels in this Space