Hey, It’s been 2 months since I have started learning UiPath but this RE-Framework is way too tough. I have seen many videos regarding it … but there’s so much workflows in it that i really don’t understand. Anyone who can gimme tips regarding learning it better… feels like a rocket science that i am not able to crack yet … I am really stuck with this Re-Framework.
RE-Framework is just a ready-made template that:
- Starts the robot
- Gets data one by one
- Runs your logic
- Handles errors & retries automatically
You only need to focus on Process.xaml (your automation logic).
Ignore the rest for now.
The 4 main parts
Forget all workflows. Focus only on these:
- Init → Open apps, read config
- Get Transaction Data → Get one item (row/queue)
- Process Transaction → YOUR automation logic goes here
- End → Close apps
If you understand these 4, you understand RE-Framework.
Don’t modify everything
Start with Excel RE-Framework, not Queue
Put all your logic only in “Process.xaml”
Ignore:
- SetTransactionStatus.xaml
- Exception workflows (for now)
- Retry logic (comes later)
It feels hard because of many files, but you don’t need to understand everything at once.
Everyone struggles with it totally normal
Hi @Arooj_Naseer
Welcome to UiPath,
Best way to learn from UiPath Academy itself-
Check this link and follow each and every points with practical…
If helpful, mark as solution. Happy automation with UiPath
Welcome to community!!
Complete below courses, after completing along with practice you will be get all the stuff you need about ReFramework.
- Introduction to Robotic Enterprise Framework (v2024.10) Course | UiPath Academy
- Building a REFramework Project with Orchestrator Queues (v2024.10) Course | UiPath Academy
- Building a REFramework Project with Tabular Data (v2024.10) Course | UiPath Academy
- Practice with REFramework (v2024.10) Course | UiPath Academy.
Along with these try to go through below tutorail as well
If you feel this is helpful please mark this post as solution to close this topic.
Happy Automation!!
Thanks alottt, I’ll definitely try this approach.
Go through this video, this will make your understanding easy. Reach out if you need any further help.
Okay, Thank you so much.
If you feel this is helpful please mark this post as solution to close this topic.
Thank You.
Okayy, I’ll follow this one too.Thank you so much