run-workflow
Automates form submissions by reading data from Excel or Google Sheets and filling internal system forms with Playwright.
Instructions
엑셀 또는 Google Sheets 데이터를 읽어 내부 시스템 폼을 자동으로 입력합니다. 엑셀에 메뉴경로, 폼 필드, 저장버튼 텍스트가 모두 포함되어 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 실행 모드: visible(브라우저 표시) | fast(백그라운드) | visible |
| site_url | Yes | 접속할 사이트 URL | |
| file_path | No | 엑셀/CSV 파일 경로 (source_type이 excel일 때) | |
| sheet_url | No | Google Sheets URL (source_type이 google_sheets일 때) | |
| source_type | Yes | 데이터 소스 유형 |