From logic Apps to Workflows and what it means
The article discusses the recent launch of Workflows within Copilot Studio, highlighting its similarities to existing Power Automate flows. It explains that Workflows are built on Logic Apps, leading to various ways to create flows. The piece also outlines the evolution of user interfaces in Power Automate and the differences between them.
- ▪Workflows are a new automation builder inside Copilot Studio, based on Power Automate flows.
- ▪Power Automate is built on Logic Apps, which means there are multiple ways to create flows.
- ▪The article details the differences between the Classic UI, New UI (V3), and Agent Flows in Power Automate.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 653003) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } david wyatt Posted on May 18 From logic Apps to Workflows and what it means #powerautomate #powerplatform #copilotstudio #logicapps Beneath the Platform (20 Part Series) 1 Power Platform in Numbers 2 Power Platform- What’s Your Environment Strategy? ... 16 more parts...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).