Hi!
I have defined a form stored on a page, that form is to be filled on several other pages from the Confluence space.
That way it is easy for me to update the form for all pages at once.
On the page, I use the ValueView macros to display the value of the last record of a field from the form.
How can I filter that macro so that only the last record coming from the current page is shown?
I suspect I have to use the Filter to apply on entries dataset or Apply distinct filter to return only unique records settings from the macro but how to fill it?
Based on Solved: Confiforms filter view dynamically with current pa... (atlassian.com), I tried using [entry.id.asEntryRef(entry._page)] but it does not work.
Thanks.