Hey there,
I’m trying to implement a functionality that allows a user to delete a row from a repeating group upon clicking a button that’s self-contained within each RG’s row.
My RG is being populated with information from an API call and it’s of the type defined in the API response for that list of fields I’m interested in (Parse resume Affinda extracted_data_work_experience entry).
I have made sure that the group containing the button that will trigger this delete action is configured with a data source of (Parent group’s Parse resume …) .
For some reason, when I try to configure a “Delete a thing” action on that button, I can’t reference “Parent Group’s cell/thing” and hence I don’t have a way to delete that particular cell/row. I sense it might be somehow related with the fact that the RG is of a special type and populated from an API call, but I might be wrong.
Any ideas on what am I not doing correctly?
Many thanks!