What I’m trying to do
I added an Object property to a new note, and inside the Object I created multiple Date properties to select and store several dates. Then I tried to display those date values in Base. However, an error occurs whenever Base attempts to show the dates for that note.
Things I have tried
I checked the help docs and the forum for similar issues but found no solution.
Removing and re-adding the Date fields does not fix the issue.
The error only occurs when Base tries to render Date properties inside an Object.
Expected behavior
The dates inside the Object should display normally in Base.
Actual behavior
An error is triggered, and the Base view fails to show the date values.
If I create a base and display the dates key, I’ll get the same result: it’ll return the “raw” object.
So, to be able to use these values, I would need to dereference them where/when needed … in a formula property (for example) using something like:
date(dates.date2) // outputs 2025-11-30 (as a date object)
I wanted to display multiple dates inside the dates property, but I didn’t realize that Obsidian Properties doesn’t fully support this yet and therefore shows them as an “object.”
Thank you so much for pointing this out — I truly appreciate your help.