Split a single xaml consit of single foreach activity into multiple xaml

Iam having a single xaml file with excel app scope>for each and the other activities within the for each loop the xaml consist of large no of activity ,i need to split into multiple xaml .

Hi

Welcome back to UiPath forum

I believe this can be achieved manually and I don’t think there are any components from marketplace

So split the XAMLs as per the need within the same project or different project

@gowtham_tamil

one technique is (short description)

  • place the different activities of a set within a sequence activity
  • right click this sequence activity
    • select: Extract a Workflow

So, we can split a bigger XAML in chunks. But we also have to post edit the extract (e.g. Variables, arguments…)