Hello!
I have a repeating group that lists all customers. Inside the RG, I have 2 groups - A. Customer, and B. Sales Activity.
As you can figure, group A is aligned w/ the data source of the RG, but group B is not which I use search function, and also use constrait that aligns w/ the group A.
Now what I want to do is sort the entire RG using the created date of my data in group B - Sales Activity.
Any suggestion that points to the right direction?
RGs can only be sorted by fields within the data source (group A in your scenario). If you want to sort it in another way, you’ve got 2 potential solutions:
Copy the created date of data in B to a field in A and sort accordingly (create a webhook trigger or workflow to ensure future entries are also carried over)