How to Access Changed Data in a Repeating Group After Editing Inputs in Bubble?

Hi everyone,

I’m facing an issue in my Bubble app and hope you can help. I’m fetching orders via API calls from Xano and displaying them in the frontend.

The orders contain items, which are shown in a Repeating Group. When the user clicks “Edit” , the text elements in the Repeating Group cells are replaced with Inputs that show the current values as initial content.

Now, I want to collect the changed data from the items and temporarily store them in a Custom State so I can later send them back to Xano via an API call. The problem is that I can only access the initial list before any changes were made, not the updated values.

Can anyone help with how I can access the changed values?

Thanks in advance!

Hi @fynn.senft, The only way to do what you require is with a plugin called Orchestra