Bi-Directional Data Migration using UiPath + Supabase

Project Overview: Bi-Directional Data Migration System
In this project, I’ve developed a bi-directional data migration system that allows users to sync data between Excel and Supabase. The flow uses UiPath’s classic activities to automate data transfer in both directions through REST API calls.

:gear: Tech Stack are
:puzzle_piece: UiPath Studio (Classic)– For building the automation workflows
:cloud: Supabase – Cloud PostgreSQL database with RESTful API
:bar_chart: Excel – Local data storage and manipulation
:link: HTTP Requests – For API communication
:receipt: JSON – Data format for serialization/deserialization

:pushpin: How It Works

  1. User selects direction of sync
  2. Data is read, serialized to/from JSON
  3. Sent/retrieved via Supabase API
  4. Logged and written to Excel



:rocket: What’s Next?

  • Auto-trigger sync on data changes
  • Orchestrator-based scheduling
  • Rollbacks & data integrity checks

Looking for Feedback & Collaboration
I’m eager to hear your thoughts on the project! Feel free to share your experience with automated data migration, or suggest improvements for the project. If you’ve worked on similar automations or integrations, I’d love to collaborate and exchange ideas.

2 Likes