I would like to know if it is possible to export an entire project, in a FlowChart type format.
I’m using UiPath’s REFramework for several projects, and everything’s working, but I’d like to transcribe each activity automatically.
I’ve noticed the export to excel or export to image works, but in both cases, it’s almost unreadable for a “lambda” user. The excel is fine, but too explicit, and the image is far too long, making it impossible to use afterwards.
So my question is, can I translate the xaml files into FlowChart using draw.io (for example) , or do I have to do it all by hand?
UiPath doesn’t provide a direct way to export projects as flowchart diagrams automatically. while exporting to excel or image works, they’re not ideal for readability. you can manually create flowchart diagrams in tools like draw.io by referencing the xaml, but there’s no automated feature in UiPath for converting xaml files into a flowchart format directly.
If you found helpful, mark as a solution
Happy Automation!