That “sample:custom.something” part needs to be replaced with the unique ID of a real object of the correct type. (I can’t tell you what type that is – go look at your page object.)
The values you are trying to display are apparently fields on the page’s thing. Since Bubble does not have a thing to refer to, it makes up data for you.
The fact that all of the values are 42 is a reference to The Hitchhiker’s Guide to the Galaxy by Douglas Adams, wherein we learn that the number 42 is “the answer to the question of life, the universe, and everything.”
There may be other cases where Bubble will happily make up a value for you (that value being 42 for number types), and the basic problem here is that the Groups and Parent’s of things that we cannot see fully from your screenshot are basically just undefined.
I;m confused as to how to fix this… On index page, I give it a type of content, but other than that, I am sure of how to correct this issue. Oddly, I didn’t have this issue on another site I made.
My “thing” is a divisystem, which has information about masternodes, not any particular one, so I am probably getting confused about what you mean. So they do have Unique IDs that bubble is applying to them.
Ah, So, you think I should put the Uniqe ID of the current DiviSystem somewhere on the page. If you showed me this I forgot where
If you mean to put an owner UID in with a DiviStem thing, I’m trying not to have logins (especially after all the ridicule I got for attaching all this stuff to a user type just to make stuff like this easier)
As for somehow getting the index to associate the new DiviSystem with the index… I tried… Here is where on the index I tell it that a DiviSystem is what the page is about
And here is how I create a new on upon a page load
Not sure how to link this specific new one to the index page
“Do a search for” is always considered a list, so you need to typically say “first item”, even if you know it will only return one item based on the search criteria.
aaaand I fooled myself. It was only sort of working in that it was picking one of the divisystems in the list but not the latest one.
I also notice that since I am not creating new users, “user=Current User” is a blank field.
I just want to point at the newest create DiviSystem. I cant seem to search the list of DiviSystems for the highest UID.
Now I tried to search a list, user=current user, sorted by UID, descending, first item…no luck. I can’t seem to win here. I’m at another point where I feel that this shouldn’t be so elusive. I created a thing, why is it so hard to just the newly created thing?