Edit not saving updated info

Not sure what I am doing wrong here.

I have a tab with a collection → list that shows a list of requisitions.


I click on the 3 dots to get access to edit and enter the edit form

However, when I make the changes and submit, nothing is getting saved. When I look at the data in the row, it is not changing

I’m not sure what’s going on there - looks like you have many similarly named columns, are you sure your input component is writing to the column you think it is?

Just a general observation - any time you find yourself creating a bunch of columns named like “ItemA”, “ItemB”, “ItemC”, “ItemD”, etc… then you definitely need to take a step back and think about your data structure. In this case, you probably either need to abstract all that into another table, or perhaps think about wrapping it all up in a JSON object.

HI Darren,

I agree with the table design and wanted to do linked table to add in the rows there however I was trying to fullfill the UI requirements of the users to be able to add multiple items at the same time.

Is there a way I can have this type of layout and enter each of them as a separate row in my table ?

If it’s a must, I would explore the option of creating a JSON out of those inputs, then send it to a Make scenario to batch add those to your destination table.

If you’re on Business/Enterprise, then you can use Call API to do the same thing.