PowerAutomate/BI on Mac
Hi all! Our organization is considering changing our IT infrastructure and we are weighing the pros and cons of PC vs. Mac, Microsoft 365 vs. GSuite. We are curious what the implications would be for Microsoft Power Platforms, specifically for Power Automate. If anyone has any insight or experience with the questions below, I would greatly appreciate your feedback!
- Anyone using Power Automate with only cloud based services (No desktop Microsoft programs)?
- What are the challenges in using Power Automate (PA) on Mac vs. PC that you've faced?
- Any Mac users have experience using an ARM-based architecture operating system (virtual machines/parallels?), the mobile app, or third-party wrappers? Have you found it difficult to create flows through any of these options?
- Anyone using Excel Power Queries with PA? Can you do this with Google Workspace?
- Do you have to have a Microsoft Outlook account for automated email flows? Can you use Gmail?
- General Excel Q: Google Sheets vs SharePoint Excel vs Desktop Excel - what are the pros and cons? any important tools that are missing from google sheets vs. excel?
Thank you in advance for any help! 😊
Answers
-
Hi @Sarah Behm! Tagging in @Alex Wong and @Dan Snyder to see if they have any insight to share! Also, sub tag for @Erik Leaver to see if any documentation exists for the vs.
1 -
Power Automate on cloud does not care if your OS is PC or Mac, as it loads on internet browser.
You cannot use Excel Power Query with PA cloud flow. Instead, depending on what you want to do, can be achieved with Excel Script (which is a form of TypeScript). If you must use Power Query, Power BI would be the way to go.
PA email flow can use gmail
The excel question can be asked to ChatGPT or similar, will give you what you are looking for. More importantly, what are you trying to use it for and if that specific "excel" handles it.
2 -
I agree with @Alex Wong and in general the Microsoft Power Platform will work better with other Microsoft products. We are a hybrid shop so I do use some G Suite products as part of my flows, but there are definitely things like 429 too many request errors with Google Sheets that are common and really annoying when trying to build or update a flow.
2 -
Thank you all for your helpful insights!!
0 -
@Dan Snyder thank you! as a hybrid shop, do you have any insights if you need to upload files to Google sheets before opening them, after exporting from Blackbaud?
0 -
I am recently working with a client that is a Google shop on an import tool that brings gift from another platform into RE NXT batches and would like to share what I discovered:
- Google Drive and Excel (xlsx) file does not work well together
- There's no "reading excel file" that is stored on google drive
- Can go with Google Sheet file, but reading data in bulk is an issue
- An option is to "copy" the file into OneDrive and work that way, but client does not have OneDrive config
- So in the end, I handle this with the client dropping CSV file instead into Google Drive, then reading the content is just "text" that can be parsed easily with some expression and data action, no loop needed.
- read csv file
- Select action
- From:
skip(split(trim(replace(CSV_FILE_CONTENT, decodeUriComponent('%0D%0A'), decodeUriComponent('%0A'))), decodeUriComponent('%0A')), 1) - Map: column name (as property name on json), and value is
split(item(), ',')?[0]
- From:
Now the Select action's dynamic content is an array of excel row data with the mapped properties.
Putting this here, in case anyone want may find it useful.
1 -
@Sarah Behm I think @Alex Wong has answered your question so not much to add from me.
0 -
Thank you!
0
Categories
- All Categories
- 1 Blackbaud Agents for Good™
- Raiser's Edge NXT test
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 661 Blackbaud Grantmaking™
- 583 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 947 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.8K Blackbaud Raiser's Edge NXT®
- 3.8K SKY Developer
- 251 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 243 Member Lounge (Just for Fun)
- 37 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 804 Community News
- 3K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


