Steps to reproduce
Create a new file with the following properties:
block: 3. ed future
week: 28
tags:
- edFuture
type: activity
Create the base shown below:
views:
- type: table
name: Table
filters:
and:
- week == this.week
- block == this.block
- up == this.file
- type == "activity"
Embed the base into the note.
Press new note button.
Did you follow the troubleshooting guide?
Yes, I used the sandbox vault and installed the latest installer version
Expected result
A new note in the embedded base with the filtered properties set
Actual result
A new note that does not have all the filtered properties
The new note contains the type and up properties but not block or week so I get an error message saying:
This note will be filtered out because it doesn’t match your criteria
Environment
SYSTEM INFO:
Obsidian version: v1.9.7
Installer version: v1.8.10
Operating system: Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:25 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6020 24.5.0
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
I also tried
note.block.contains(this.note.block) and
block.contains(this.block)
and they don’t work either
This did work in 1.9.6

