Hello @Merry Purser
Absolutely! Logic Apps does enable CI/CD workflow from multiple teams/developers with some help from Visual Studio IDE, Azure Pipeline as well as ARM templates. Assuming that your Logic Apps project continuously deploys to a single production environment on Azure, developers can use Visual Studio IDE to make their changes locally and capture their changes in a separate feature Git branch (or whichever branching strategy that your team is using) - just like any other dev projects. And proceed to use Azure Pipelines to deploy individual changes automatically.