refresh text field initial value in a component that is triggered by a list view

I have a two column page. Column 1 is a list view using a supabase query. Action is transfering supabase row to a page variable that is the intial value in a hidden component in the second column that is turned on with a page variable change to show.

This works great with text. Clicking through the list view, instant updates.

I want to be able to edit the text in the component. Changed from text to list view, the list view never updates.

I have tried turning off and on the component. reseting and clearing textfields in the inital action chain (app crashes and doesnt load test mode), tried a combination of text and textfield but the EDIT SAVE CANCEL actions in the component dont work.

Any advice please? Thank you very much. Been on this for days!

3
1 reply