For the life of me, I CANNOT figure out why my data is not showing, additionally it is showing empty when I inspect it with the debugger.
Situation:
I have a Data Type with a field containing a list of dates inside of it.
(Availability -> Available Dates (List of Dates))
Availability also has a user associated with it
(Availability -> User)
(User -> Availability)
So they are tied together…
Now when I create a text and have its value set to “Current User’s Availability Available Dates:First Item” it is completely blank and I am going to throw something. What confuses me though is that when I inspect the element, it tells me that the value of the text is empty. Further inspecting the expression, it shows that it is selecting the appropriate Availability data type, but when I click Available Dates it shows empty, which I have quadruple checked that it is not.
I have tried searching for the data instead of going directly via Current User to the same result. I am completely stumped and I don’t know what is going on.
The last time I tried, I remade some data for both the User and the Availability data types and retied them together and when I loaded the page it showed the data briefly, and then it fucking disappeared.
Any help is GREATLY appreciated. Thank you.