Hi @ashar02 ,I am assuming you want to achieve this using a component. So you must have a Sling Model for your component where you can write your logic. Logic will go like this:Firstly, Inject current Page in your model. @ScriptVariableprivate Page currentPage;Then, Use this code to get the author o...