Velo experts!
I was wondering if someone could point me to the simplest solution for allowing users to update one field for multiple items and save the updates with one button click. The items owned by the user are displayed in a repeater with only one element allowing the user to input new text to, which I was hoping could be saved using the dataset settings and one submit button, but it seems it can only save updates for one item and does not save others.
I was looking at using bulkUpdate, but I am concerned about the idea of losing existing data from fields that I am not updating, and I was not planning to display elements connected to all the fields on the page. If there is a way of applying updates to a single field on multiple items while leaving other fields as they were that would be idea. If not I suppose I could put some hidden elements within the repeater so I can point to all the data in the fields when updating if necessary.
Any advice on whether this is possible within a repeater and where to start would be greatly appreciated!.
Thanks guys!