Is there any way to work with Branch in OutSystems?
No. You can work with versions and merge them manually.
Usually, people implement some Feature Toggling so new features can be turned on/off as needed and the global app includes all branches.
Hi,
To add to what Nuno shared, here is a good article.to read on feature toggles:
https://medium.com/@john.salamat/branching-by-abstraction-feature-toggles-in-outsystems-ac5512dc21a6
and a document on the trunk based branching in OuTSystems:
https://success.outsystems.com/documentation/11/building_apps/merging_and_versioning/the_merge_feature_and_team_collaboration/
Regards,
Daniel