How to send text data from repeating group to rich input text


hello, how can I transfer repeating group’s text to "rich input"element. Basically I’m building a note taking type app and on the left side of the image is the saved notes I want when a user clicks on it, the text to be shown on the rich input element on the right side of the image, so a user can start editing their previous notes. could i use the initial content element ?

You’ll want to create a “setter”.

Make a state for the thing you’re referring to in your RG. Make sure the state is not inside your RG’s boundaries.

When a user clicks a thing inside your RG or triggers “something” in it, then set the state of the “setter”.

On the right side, refer to the setter.

This topic was automatically closed after 70 days. New replies are no longer allowed.