Overview
Data entry across web forms is one of the most repetitive tasks in any organization — onboarding new employees, submitting vendor registrations, updating records in legacy systems. When there’s no API, someone has to type each entry manually. Refrain’s batch execution reads rows from a CSV and submits each one as a form entry. Self-healing selectors ensure the automation keeps working even when the form’s UI changes.Example runbook
Generate and execute
Why this works well
- CSV-driven — Each row becomes one form submission. No code needed.
- Self-healing — Form field changes are handled automatically.
- Approval per row — Add
requiresConfirmationto review each submission before it’s sent. - Scalable — Process hundreds or thousands of rows in a single batch run.