Input for Skill tool - definitionAttributeId and value (type is always 'string')
sys_id of the target skill's input definition attribute (sys_one_extend_definition_attribute). Accepts a raw sys_id string or a DbRecord reference.
// Using raw sys_iddefinitionAttributeId: 'abc123def456...'// Using DbRecord referencedefinitionAttributeId: Now.Record('sys_one_extend_definition_attribute', 'abc123...') Copy
// Using raw sys_iddefinitionAttributeId: 'abc123def456...'// Using DbRecord referencedefinitionAttributeId: Now.Record('sys_one_extend_definition_attribute', 'abc123...')
Input value - can be static string, template string ({{...}}), or tool output reference
Input for Skill tool - definitionAttributeId and value (type is always 'string')