What could I do if the size of xaml is too high?

Hello,

The file works so slow because the size is 7 MB.

What can I do?

Thanks

Best practice is to split your workflows into multiple workflows and use ‘Invoke Workflow’ to invoke them.

Split your files based on the page of app or as per functions. This will help you in debugging as well since each xaml files can be tested individually as well.

Thanks,
Rammohan B.

1 Like

Thanks.

Another alternative apart from using several workflows?

Regards