Performance issues when in rich text input, in a collection list, and using on change to save the edited rich text to variable

Hi i am facing performance issues when editing rich text input, in a collection list, and using on change to save the edited rich text to variable. Since i cannot use the variable rich text directly because it is in a collection list i have to resort to using on change and saven Event[value] to a variable before i can update database with a save button.

Because the workflow is firing with every new letter typed the application slows down tremendously. i would like to make this workflow only trigger every 3 seconds or be able to use te variable in a workflow directly. is this possible?

Thanks a lot.

Kind regards,

Mees

1 Like

@Mees Thanks for making a post :partying_face:

Thanks for the details and thank you for letting us.

Is it possible to share more about your project?

There might be a few factors regarding the performance.

For example:

  • how many elements are rendered on a specific page
  • how many collections are loaded on a specific page
  • how much data is loaded in each collection
  • how many items are displayed on the page

Let me check on the details about your question about the workflow as well.

Thanks so much! :smiley: