Calling an AI agentic from Now Assist Panel is not getting the current record to analyzeIssue Created a custom agentic and called on a change request record via script and when it is call, the Now Assist Panel (NAP) is not picking the change number Steps to Reproduce Create a custom agentic for a change requestCreate a script to call the agentic on the change request UI using an event nowassist:open_utility_menuThe NAP is opened but the context for the change request number is not set on the NAP asking for the change request number even the user is on the change record. ReleaseGenericCauseThe trigger for the agentic does not have the context for the change request number ResolutionGo to agentic definition on AI studioGo to Add TriggersEdit the trigger defined and add the context to get the change request number. Something like this: "Triggering this agent for ${number}"Note: Number is the field for the change request number Save