args: - description: The entry id of the file to extract hyperlinks from. name: entry_id required: true comment: 'Extracts hyperlinks from office files. Supported file types are: xlsx, docx, pptx.' commonfields: id: ExtractHyperlinksFromOfficeFiles version: -1 name: ExtractHyperlinksFromOfficeFiles outputs: - contextPath: ExtractedHyperLink.URL description: The URL of the extracted hyperlink. type: String - contextPath: ExtractedHyperLink.FileName description: The office file from which the hyperlinks are extracted. type: String script: '-' timeout: '0' type: python subtype: python3 dockerimage: demisto/office-utils:2.0.0.9067966 fromversion: 5.5.0 tests: - No tests (auto formatted)