To enable collaboration on a Promptflow flow in Azure AI Foundry. You can add respective users on IAM of AI studio project. But multiple users cannot edit the same flow simultaneously, which can be a limitation for teams looking for real-time collaboration.
Here are some practices:
- Set up a centralized code repository to manage and track changes effectively.
- Use local environments for individual testing before merging changes into the main flow.
- Implement version control practices to manage different iterations of the flow.
Kindly refer below link: rbac-ai-foundry
Thank You.