I am running into an issue accessing the data of my RichTextField that is part of a Component in a Dynamic PageView.
PageView Definition
As you can see my PageView is in a Container which performs the database query for the prompts. Within the PageView I have a simple Column that contains the PromptCard Component.
The "Next" button allows the user to navigate the list of PageViews one at a time. They are only allowed to move forward after completing the "Save" response associated with the component.
PromptCard Definition
Within the PromptCard Component, I have a RichText Field and a button. The "Save" button writes the textfield value to a local parameter and toggles an AppState param.