I am about to give up on Bubble for the second time!
I have a simple form called Assignment with three fields - Title, Requirements and Duration
I have a form where a user can fill in each field then click submit and a workflow to post the form
And a Display page which should show all the entries. It just shows an empty table - I can see the number of rows as per form submissions I’ve made. But in the debugger I can see each is empty
Make sure you also check if there is any group that is preventing the data showing.
When you have the data type connected to a group, any group inside this needs to also have the associated parent data type or it will not show. Hope it makes sense.
Thanks so much for geeing me on! I am very grateful. I just sent the attached screenshots to Senecadatabase in case they can help…but i saw others had had a ‘group’ issue - problem is i can’t see how to check…the three data fields i have set up for Assignment (Title, Requirement, Duration) all seem to be within it…see screenshot - what am I missing?
i’ve spent about five hours getting nowhere today…feeling sorry for myself.
tbh it’s only that two people like you replied to help that’s made me even consider persevering!!
What is the data source in your repeating group ‘assignment’?
Your type of content should be ‘assignment’ and your data source should be 'a search for ‘assignment’.
Also make sure your page (or group) has a data type of assignments.
Everything nested inside a group or the page has to have the same data type to work. There are exceptions, but I don’t think this applies in your case.
Thanks so much, checked all that and even built a new page building as you said…but i still have something wrong…it’s all empty and yet it says there should be 23 entries…i think it’s beyond me!!
when you created an assignment, you did not reference the input value that should fill up each fields (title = “Input Add a Title for your Assignment” value, …etc), why is this?
so it seems that the assignments are created but you did not populate the title, requirement and duration fields. This is why you can see that modified date and created date fields not empty, but the other fields are empty.