Im quite new to bubble and im facing this problem.
Basically I have two groups which hide and unhide depending on which button you press. Group names: Assignments(A) and Assignment Details(AD)
When im in the Assignment Details, I add my input and all of that data goes to the Datatype: “Assignments” which i have already added beforehand
And the last step would be just to press the button which the workflow i have made to hide AD and unhide A, and also create new thing for Assignment, with all the fields listed.
After this the data would be seen through the Repeating Group in A. (Also has been added in the button workflow)
But strangely, i cant get it to work, the RG also has the Content in the Visuals as Assignment and “Search For Assignment”, which I assume is the Data type.
Anyone knows the fix?
1 Like
Please, if you can, send screen shots here to undestand better.
All record goes to data type assignments and the RG assignment_details show one part of this records?
1 Like
So all the data from the group AD goes to Data type Assignment, and i want the RG to display all the Assignment Data
1 Like
Hi,
Regarding your issue, have you checked the debugger to make sure the Assignments you are expecting are not there where they should in the RG?
It seems to me that there is nothing to display the Assignments, and therefore you won’t “see” anything, but there are most likely there.
Second thing : I believe the step “display list in Assignment List” is not necessary, as the RG data source is already set to search for Assignements. So, if a new Assignment gets created, it will pop in the RG, no need to manually push it in.
2 Likes
I have checked the debugger and confirmed that the list doesn’t show anything.
Also thank you for the second advice, i have removed the extra step.
Can you show us what should be displayed?
Is there a text element or something there?
Ohhh then I see what my mistake is
But now im facing another problem where when i put the text inside the RG, it keeps going out of the group. Is there a fix to this?
If you mean that drag’n drop is difficult in the builder, then YES, this is an issue. The bubble builder is not super great sometime.
You can use the Element tree on the left of your screen which will be more accurate.
Or if you drag’n drop, it needs to be very precisely on the first row of the RG element. But even then, sometime it does not get recorded correctly. Well, just use the element tree 
1 Like
Ah that sucks, Ive been actually using the element tree this whole time but was hoping that there would be an easier way. Thanks for the help!