Dynamically saving data within a list widget

Hi,

We currently use a page within interface using a list edit widget to display data. We want to allow users to edit data here rather than within each individual case but would like the fields to dynamically save once changed. At the moment we are required to click save anytime a field is changed which can lead to errors with users forgetting to click save.

Any help appreciated if anyone has done similar or suggest a workaround?

Thanks

1 Like

I can’t think of any way to do this I’m afraid. If users are forgetting to save and navigating away/closign the page, then one option could be to add the list edit to a widget group, which should allow you to toggle a setting on the group for an Abandon prompt. Other than that it would probably have to be a custom widget as far as I know.