Hi,
I'm creating a button to navigate to the parent folder type of a document and since there are several content folder types I cannot use the fixed Page selector.
I've tried expressions like:
'application/' + <objec_type_view_page>
'application/' + <objec_type>
'folders/' + <objec_type_view_page>
'folders/' +<objec_type>
But this wont redirect to the page. Any ideas?