Rich text input - Save!

Hello,

I would like to know if it is possible, (maybe at the push of a button?) to save the text from a rich input element.
My context is the following:
I bind a collection from which a set of texts comes from Xano.
Let’s say text 1: a user manual ; text 2: a product description etc.
The text is displayed in a rich input element so that users can modify the document.
My challenge is that I cannot find the “rich text value” element to bind it to. It appears it does not exist when used in such a way, while it does if it’s alone on a page (see screenshot below), without a collection.

I would like to save these modifications in my back-end. What can I do?

Many thanks!

Hi there :waving_hand:

You should be able to save any data from a rich text element into a variable easily, either by creating a button that does this or by having a workflow in the element with an “On change“ trigger.

Now, for your particular issue, I’m not sure on why you can’t find the element in the formula screen.
You can try to change the name of the element so it’s easier to find by searching.

Can you share some pictures of your rich text element and how it is set up?

do on on change workflow and look at the event.value its repeated so you can’t see it,

1 Like