Hello,
What is the best approach to implement an autosave feature for a Rich Text field between WeWeb and Xano?
Thanks in advance,
Hello,
What is the best approach to implement an autosave feature for a Rich Text field between WeWeb and Xano?
Thanks in advance,
@Farouk ,
hey, not sure if it suits your goal, but I’d set debounce on rich text element and create a “onChange” workflow that makes post/patch/put api-call to xano for data saving.