Agent App mobile - Navigation function on HTML Fields does not work Issue When any Navigation is added to a HTML type field on the Agent app - it does not work as expected. 1. Login to any mobile enabled instance.2. Create a Data item on knowledge and attach it to an applet which has HTML field(article body) in the body 3. Create a Navigation function 4. Attach the above navigation to the field function - for field (article body) 5. Open the applet in agent mobile and observe the behaviour.CauseThis is working as expected and the intended behavior. Because HTML body may have multiple clickable elements (such as links, embedded videos, etc), HTML field does not support field action. If both were supported, It would cause confusion about when the field action is being clicked vs clickable elements within the HTML body (which is also part of the field). Expected behaviour: When navigation is added on the HTML field , we should be able to view the HTML field properly and able to Navigate successfully.Actual behaviour: We are either able to successfully navigate or display the HTML field without tags, not both at same time. Resolution1. When type in sys_sg_screen_field is Text - navigation is working, but HTML is rendered with tags.2. When type sys_sg_screen_field is HTML - navigation is not working, but HTML is rendered without tags.