Sorting RG using a difference data source

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?

Ah, this is going to be a pain.

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:

  1. 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)
  2. Use this plugin by Keith: Floppy: localStorage, List Shifter Plugin | Bubble. I don’t have much experience with it, but I remember using it once in past to solve a similar issue (so I know it works)
2 Likes

Let me try this brother. Yes, it’s kind a painful. Been trying different approach, but at my skill level, to no avail.

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