diff --git a/categories/communication/rules-to-better-communication.md b/categories/communication/rules-to-better-communication.md index 27d66f5ac07..59aeaa1b4b7 100644 --- a/categories/communication/rules-to-better-communication.md +++ b/categories/communication/rules-to-better-communication.md @@ -5,7 +5,7 @@ guid: 471816bf-f0df-4835-bf4d-66a90f6f1adc uri: rules-to-better-communication index: - follow-up-effectively - - do-you-know-the-best-tool-for-facilitating-real-time-colloboration + - tool-for-facilitating-real-time-collaboration - catering-to-audience - zooming-in-and-out - ask-for-help diff --git a/rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/rule.md b/rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/rule.md deleted file mode 100644 index 56c50224531..00000000000 --- a/rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/rule.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -type: rule -title: Do you know the best tool for facilitating real-time colloboration? -uri: do-you-know-the-best-tool-for-facilitating-real-time-colloboration -authors: - - title: Aman Kumar - url: https://ssw.com.au/people/aman-kumar - - title: Matt Wicks - url: https://ssw.com.au/people/matt-wicks/ -related: - - rules-to-better-microsoft-teams - - do-you-know-you-should-write-notes-when-an-activity-is-going - - the-best-wiki, - -created: 2024-02-26T12:33:21.000Z -guid: e4385123-a305-4b3f-a7bd-1ab052e23138 ---- - -When collaborating within teams, the current process involves soliciting individual updates or feedback, with one team member responsible for manually compiling this information. Unfortunately, this method presents several challenges: - -❌ The need for manual compilation of feedback/updates. -❌ Time-consuming process. -❌ The individual providing the original feedback must verify it, as it has been consolidated into a single file. -❌ Any subsequent updates may necessitate the creation of a new version (v2) of the compiled file. - -Fortunately, Microsoft Loop offers a solution by introducing interactive notes shared seamlessly across all Microsoft 365 products. This addresses the challenges by eliminating the need for manual compilation, streamlining the process, and ensuring that updates are instantly accessible to all stakeholders. - - - -::: bad -![Figure: Bad example - Creating Notes in Microsoft OneNote](onenote-bad-example.jpg) -::: - -❌ Manual Compilation: The need to manually gather and compile updates or feedback within OneNote. - -❌ Limited Real-time Collaboration: OneNote may not offer extensive real-time collaboration features, hindering simultaneous contributions. - -❌ Version Control Issues: Challenges in managing versions of a OneNote document, particularly when multiple edits are made concurrently. - -❌ Accessibility Challenges: Ensuring all team members have immediate access to the latest updates in a cohesive and organized manner can be cumbersome in OneNote. - -::: good -![Figure: Good example - Using Microsoft Loop for interactive update within Teams chat)](microsoft-loop-good-example.jpg) -::: - -✅ Automated Compilation: Microsoft Loop automates the compilation of updates and feedback, eliminating the need for manual efforts. - -✅ Real-time Collaboration: Loop facilitates seamless real-time collaboration, allowing team members to contribute simultaneously and see updates instantly. - -✅ Versionless Updates: With Microsoft Loop, there's no need to create new versions for subsequent updates, ensuring a single, dynamic source of information. - -✅ Integrated Accessibility: Loop's integration across Microsoft 365 products ensures that updates are easily accessible and shared across the entire ecosystem, enhancing collaboration efficiency. - -✅ Dynamic and Visual Collaboration: Microsoft Loop offers a visually appealing and dynamic collaboration environment, allowing for the incorporation of rich multimedia elements, interactive charts, and engaging content. - -Explore the Microsoft Loop App: - -* [iOS App](https://apps.apple.com/au/app/microsoft-loop/id1637682491) -* [Android App](https://play.google.com/store/apps/details?id=com.microsoft.loop&hl=en&gl=US) diff --git a/rules/power-automate-flows-convert-timezone/rule.md b/rules/power-automate-flows-convert-timezone/rule.md index 53b2bea2135..aaa5faa06d8 100644 --- a/rules/power-automate-flows-convert-timezone/rule.md +++ b/rules/power-automate-flows-convert-timezone/rule.md @@ -20,9 +20,9 @@ However, there are situations where using your local timezone might be more appr ![Figure: Bad example - Comparing Datetime in default timezone: UTC with UTC](comparing-timedate-without-converting.png) ::: -- ❌ **Complex Time Zone Calculations**: Handling time zone conversions manually can become cumbersome, especially when dealing with events and meetings across multiple time zones -- ❌ **Daylight Saving Time Issues**: While UTC doesn't observe daylight saving time, your local timezone might. This can lead to confusion and scheduling problems when your local time changes -- ❌ **User Experience**: In user-facing applications, presenting times in UTC without local context can be confusing for end-users who expect times in their local time +❌ **Complex Time Zone Calculations** - Handling time zone conversions manually can become cumbersome, especially when dealing with events and meetings across multiple time zones +❌ **Daylight Saving Time Issues** - While UTC doesn't observe daylight saving time, your local timezone might. This can lead to confusion and scheduling problems when your local time changes +❌ **User Experience** - In user-facing applications, presenting times in UTC without local context can be confusing for end-users who expect times in their local time So to convert it to the correct timezone, you can use built-in expression in your flow: @@ -35,4 +35,5 @@ convertTimeZone({{ array/object }}?[{{ 'timedate variable' }}], 'UTC', 'AUS East ::: For further details on converting timezones in Power Automate Flow, refer to the [Microsoft Learn - Converting time zone](https://learn.microsoft.com/en-us/troubleshoot/power-platform/power-automate/converting-time-zone-power-automate). + For default timezones, refer to the [Microsoft Learn - Default time zones](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11). diff --git a/rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/microsoft-loop-good-example.jpg b/rules/tool-for-facilitating-real-time-collaboration/microsoft-loop-good-example.jpg similarity index 100% rename from rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/microsoft-loop-good-example.jpg rename to rules/tool-for-facilitating-real-time-collaboration/microsoft-loop-good-example.jpg diff --git a/rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/onenote-bad-example.jpg b/rules/tool-for-facilitating-real-time-collaboration/onenote-bad-example.jpg similarity index 100% rename from rules/do-you-know-the-best-tool-for-facilitating-real-time-colloboration/onenote-bad-example.jpg rename to rules/tool-for-facilitating-real-time-collaboration/onenote-bad-example.jpg diff --git a/rules/tool-for-facilitating-real-time-collaboration/rule.md b/rules/tool-for-facilitating-real-time-collaboration/rule.md new file mode 100644 index 00000000000..8efba9d7b41 --- /dev/null +++ b/rules/tool-for-facilitating-real-time-collaboration/rule.md @@ -0,0 +1,48 @@ +--- +type: rule +title: Do you know the best tool for facilitating real-time collaboration? +uri: tool-for-facilitating-real-time-collaboration +authors: + - title: Aman Kumar + url: https://ssw.com.au/people/aman-kumar +related: + - rules-to-better-microsoft-teams + - do-you-know-you-should-write-notes-when-an-activity-is-going + - the-best-wiki +created: 2024-02-26T12:33:21.000Z +guid: e4385123-a305-4b3f-a7bd-1ab052e23138 +--- + +When collaborating within teams, the current process involves soliciting individual updates or feedback, with one team member responsible for manually compiling this information. Unfortunately, this method presents several challenges: + +* The need for manual compilation of feedback/updates +* Time-consuming process +* The individual providing the original feedback must verify it, as it has been consolidated into a single file +* Any subsequent updates may necessitate the creation of a new version (v2) of the compiled file + +Fortunately, Microsoft Loop offers a solution by introducing interactive notes shared seamlessly across all Microsoft 365 products. This addresses the challenges by eliminating the need for manual compilation, streamlining the process, and ensuring that updates are instantly accessible to all stakeholders. + + + +::: bad +![Figure: Bad example - Creating Notes in Microsoft OneNote](onenote-bad-example.jpg) +::: + +❌ **Manual Compilation** - The need to manually gather and compile updates or feedback within OneNote +❌ **Limited Real-time Collaboration** - OneNote may not offer extensive real-time collaboration features, hindering simultaneous contributions +❌ **Version Control Issues** - Challenges in managing versions of a OneNote document, particularly when multiple edits are made concurrently +❌ **Accessibility Challenges** - Ensuring all team members have immediate access to the latest updates in a cohesive and organized manner can be cumbersome in OneNote + +::: good +![Figure: Good example - Using Microsoft Loop for interactive update within Teams chat)](microsoft-loop-good-example.jpg) +::: + +✅ **Automated Compilation** - Microsoft Loop automates the compilation of updates and feedback, eliminating the need for manual efforts +✅ **Real-time Collaboration** - Loop facilitates seamless real-time collaboration, allowing team members to contribute simultaneously and see updates instantly +✅ **Versionless Updates** - With Microsoft Loop, there's no need to create new versions for subsequent updates, ensuring a single, dynamic source of information +✅ **Integrated Accessibility** - Loop's integration across Microsoft 365 products ensures that updates are easily accessible and shared across the entire ecosystem, enhancing collaboration efficiency +✅ **Dynamic and Visual Collaboration** - Microsoft Loop offers a visually appealing and dynamic collaboration environment, allowing for the incorporation of rich multimedia elements, interactive charts, and engaging content +Explore the Microsoft Loop App: + +* [iOS App](https://apps.apple.com/au/app/microsoft-loop/id1637682491) +* [Android App](https://play.google.com/store/apps/details?id=com.microsoft.loop&hl=en&gl=US)