Remove a specific item of a list of things from a repeating group within another

Hello

I am stuck on a problem and I didn’t find any answer online

In my datatype “Lieu de collecte” , I have a list of dates “Jours de commandes”
Capture d’écran 2024-04-12 à 16.38.35

I display in a repeating group (RG1) all my “Lieu de collecte” , and within it I have another one (RG2) where I display the list of dates , which works fine

RG1 :
Capture d’écran 2024-04-12 à 16.46.15

RG2 :

I want to be able to delete each date displayed , so I added a cross in RG2 :
Capture d’écran 2024-04-12 à 16.47.12

But when I write the workflow, I can’t choose the Item of RG1 , as if from RG2 I can’t tell I clicked from this specific row of RG1
Capture d’écran 2024-04-12 à 16.48.58

How can I give the information in RG2 that I want to modify a specific item from RG1 ?

I hope I gave enough details to make it understandable , I would be very grateful for any help :slight_smile:

Aurelien

Put RG2 into a group that is of type Lieu de collective and in that group you can use the datasource of ‘current cell’s Lieu de collective’ then in the RG2 for the x you can now reference the group that contains the RG2 as ‘parent groups Lieu de collective’ and then the thing to remove would be ‘current cells date’.

Thank you for your answer

RG2 actually already was in a group with this datasource
Capture d’écran 2024-04-14 à 12.26.23

And yet, I still cannot reference to this group …

I don’t know which part you are doing wrong, but it works for me always


I realised I wasn’t pointing to the right group, it was my mistake …

Thank you for your help !!

1 Like

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