Hey everyone!
I made a Repeating Group, but it’s not showing up in my preview… Anyone have any clues?
Please view the video below to see how I set it up.
Hey everyone!
I made a Repeating Group, but it’s not showing up in my preview… Anyone have any clues?
Please view the video below to see how I set it up.
can you use the inspector in the debug mode to see if the repeating groups is gathering the orders? maybe there is no showing anything because there is no orders who approve the conditions of the search.
I mean inspect the element, not the workflow. like this:
click on “Inspect” in the bottom right corner button.
select the repeating group in inspect mode:
click on the data source in the inspector to see what orders are being displayed in the repeating group:
If it’s blank, probably there is no order who match the requirements to appear in that repeating group.
Please have a look at my attempt at trying:
Would you happen to be free for a quick call to help me figure this out?
Thank you! I’ll add you now. I think I might have to upgrade my plan so give me one sec
Just invited as a collaborator!
great, give me a moment.
Done, the issue was that non of the orders were meeting the requirements to show in the repeating group, this is because in the repeating group you have as condition that the boolean value “placed” of the order must be yes, but all your current orders have that boolean value empty. I changed the value of one of those orders to “placed=yes” and it appears in the repeating group correctly. So you need to change somewhere in your workflow where to change the “placed” to “yes” or set the default value of placed as yes in the data types tab of your bubble app.
You are amazing. Thank you so much! It makes sense that was the issue. You are incredible.
Thank you! I’ll be sure to reach out if I need any other assistance
This topic was automatically closed after 70 days. New replies are no longer allowed.