I have a scenario where I’m needing to sort values in a repeating group by another type’s field. Here’s the scenario:
I have 3 types (Artifact, Module, Sort) that are joined together via lists. I use the Sort type to link the same Module to different Artifacts. For example:
- Artifact [Type]: Using Bubble
- Module [Type]: What is Bubble?
-
Sort [Type]: 1
- Artifact [Type]: Coding with Bubble
- Module [Type]: What is Bubble?
- Sort [Type]: 1
I want to sort a list of modules by the “Sort” field in the Artifact-ModuleSort type.
Is this possible/how could I tackle this? Please let me know if more info is needed.