Accessing Input to a Custom Skill within Tool EditorProblemThe customer is unable to access the input to a custom skill within the Tool Editor. The 'task' variable in the 'context' object is showing as null, and the customer is unable to construct input data for their retriever. Root CauseThe input used and script format for the output was incorrect. Steps to Resolve1. Use the correct format for the script output to call the field from the input, which is in the format: return '{{task.sys_id}}' 2. After testing, it should return the expected sys_id.