when I do {{this|json}} I can get the current page path like so: { "moduleName": "", "globals": { "get": { "ID": "/test/webapp" }, However, when i'm in my web app list item and do {{globals.get.id}} it returns an ID (for example: 6301305) not the path (/test/webapp). Shouldn't this be outputting the path or is there another way with liquid tag to get the current page you're on? Just to give you some context i'm trying to run liquid logic to see if my web app item list link is the same as the current page to add a selected state.
↧