Can I edit a repeating group with a custom state state data source?

Hello. I am trying to find a way to edit information in a repeating through popups and I am watching Youtube tutorials. All of the repeating groups in the Youtube tutorial all have source types that deal with the database. However, my situation is a little different. I am using a custom state as a source type because I am separating a text response from chat gpt so that the response appears in multiple rows. Because of this I am having troubles finding a way to edit my repeating groups because all of the tutorials display data in the popups from parent groups and databases. How do I display the correct data in the popup from the item on the list selected? If there is not a way to do this with a custom state repeating group then how can I split data from a single text database into multiple items on a repeating group?


about states and repeating groups, states created inside a cell will only work inside the cell and can’t be modified by elements outside the cell…

so, if you want to edit different states in each cell, be sure to create this in an element inside the cell

as the “show data on popup” it should work, maybe the problem is the Data type from the Popup, if you’re trying to display a text, is should be text too in the popup.

How would I edit the text in each cell? What element would I use in order to do this in each cell? I’m having troubles finding methods because they all use popups in order to edit data in a repeating group.

ooooh, you use the popup to edit… maybe you should create a group inside the cell and create a state inside the cell called “edit? yes/no”
and put it visible only when edit is “yes”
remember to allow the “collapse when hidden” option, so it won’t be weird.

it only makes sense editting the cell in a popup when you repeating group’s cell is a Data… for example, a List of users.
Then when open the popup button and display the data, you would edit the user (and by editing the data it would transfer to the repeating group’s cell)

but if you have a list of texts is hard to do it

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