Hi All,
We have a requirement where we need to automatically save data to DB from site page if user is not performing any action for defined time.Please make a note that we looking for a solution which would save data without any user interaction.Any help is highly appreciated.
Thanks!Mayur Mondhe
Discussion posts and replies are publicly visible
AFAIK, This is not possible without any user click. Workaround: You can save users last input value through a click using a!writeToDataStoreEntity inside saveInto. but this can also be achieved by Save Draft option as well. So, auto save is not a feature of Appian till date.