Hi, I think there is something I’m missing. I’m just testing trying to create a track expenses workflow…
I created a little template for testing purposes, and I add to my journal an entry like this:
Then, I have an Expenses page, with a query {{query (property :contenido "gasto")}}
to show all blocks with type contenido=gasto(expense), and looks like this
But what I want to show is
The reference I wrote in the block for my table to look something like:
Cuota [[Disney Plus]] || tv || 9.50
I can’t get the title of the block, and if I use for example a tag in the parent block and use query searching for tag, then I can’t access properties values.
What I’m doing wrong?