I am using a RepeatingGroup to display data of the Post data type in Bubble. I would like to display different Post data filtered by specific criteria at certain positions (e.g., 2, 6, 10, 14…).
Is it possible to implement this in Bubble? I have tried using the merged with and modulo functions, but it doesn’t seem to work. If anyone knows a technique to achieve this, I would appreciate your help.
I’m doing this in this screenshot; I’m using a repeating group of the patent data type (in this example, types of Liquor), and that has a repeating group of the Ingredient where my constraint is this ingredients liquor is parent’s liquor.
msgiblin, Thank you!
In Repeating Group, you want to change the Data Source if the index matches the criteria. (not the style).
Can you please share a screenshot of your RepeatingGroup settings?
Currently, I am in the process of setting up two Groups directly under RepeatingGroup and verifying that the special Groups are only displayed for a particular index.