TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Microsoft Power Automate

    Score8.5 out of 10
    N/AMicrosoft Power Automate is an advanced automation platform offering a range of features, including AI-powered automation, robotic process automation (RPA), business process automation (BPA), digital process automation (DPA), and process/task mining. The platform aims to empower organizations to securely automate their operations at scale by leveraging low-code and AI technologies.

    $15

    per month per user

    Amazon Redshift

    Score8.9 out of 10
    N/AAmazon Redshift is a hosted data warehouse solution, from Amazon Web Services.

    $0.24

    per GB per month

    Pricing
    Microsoft Power AutomateAmazon Redshift
    Editions & Modules
    Power Automate Premium
    $15
    per month per user
    Power Automate Process
    $150
    per month per bot
    Hosted RPA add-on
    $215
    per month per bot
    Process Mining add-on
    $5,000
    per month per tenant
    Redshift Managed Storage
    $0.24
    per GB per month
    Current Generation
    $0.25 - $13.04
    per hour
    Previous Generation
    $0.25 - $4.08
    per hour
    Redshift Spectrum
    $5.00
    per terabyte of data scanned
    Offerings
    Pricing Offerings
    Microsoft Power AutomateAmazon Redshift
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Microsoft Power AutomateAmazon Redshift
    Considered Both Products
    Microsoft
    No answer on this topic
    Amazon AWS
    No answer on this topic
    Key User Insights
    Would buy again
    93%
    Would buy again
    78 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    96%
    Delivers good value for the price
    75 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    93%
    Happy with the feature set
    78 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    94%
    Lived up to sales and marketing promises
    51 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    94%
    Implementation went as expected
    58 Answers
    100%
    Implementation went as expected
    16 Answers
    Best Alternatives
    Microsoft Power AutomateAmazon Redshift
    Small Businesses
    airSlate WorkFlow
    Score10 out of 10
    No answers on this topic
    Medium-sized Companies
    excentia Admin Tools
    Score7.3 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    ServiceNow AI Platform
    Score8.5 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Microsoft Power AutomateAmazon Redshift
    Likelihood to Recommend
    8.6
    (89 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    9.3
    (9 ratings)
    -
    (0 ratings)
    Usability
    9.0
    (7 ratings)
    9.0
    (10 ratings)
    Support Rating
    7.9
    (12 ratings)
    9.0
    (7 ratings)
    In-Person Training
    9.0
    (1 ratings)
    -
    (0 ratings)
    Online Training
    8.9
    (2 ratings)
    -
    (0 ratings)
    Implementation Rating
    8.3
    (39 ratings)
    -
    (0 ratings)
    Configurability
    9.0
    (1 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    10.0
    (1 ratings)
    10.0
    (1 ratings)
    Ease of integration
    8.5
    (2 ratings)
    -
    (0 ratings)
    Professional Services
    8.0
    (1 ratings)
    -
    (0 ratings)
    Vendor post-sale
    9.0
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    10.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Microsoft Power AutomateAmazon Redshift
    Likelihood to Recommend
    Microsoft
    Very useful RPA tools for automating processes with minimal coding and drag-and-drop functionality, with a wide variety of triggers, including scheduled time-based triggers and activity-based triggers, such as modifying a file/list in SharePoint to run a Power Automate flow. Very easy-to-use UI with native integration with every Microsoft product, and a very low automation failure rate for deployed workflows.
    Incentivized
    Read full review
    Amazon AWS
    If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
    Incentivized
    Read full review
    Pros
    Microsoft
    • Sending confirmation email to clients and user once the flow is triggered.
    • Fetching or Dumping files from one location to another if the flow is triggered.
    • Schedule flow helps to send alerts and triggers the flow at a specific interval of time to carry out the required task.
    • Power Automate also be used to convert any file format to a specific file format and save it to the required location
    Incentivized
    Read full review
    Amazon AWS
    • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
    • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
    • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
    • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
    Incentivized
    Read full review
    Cons
    Microsoft
    • Steep learning curve.
    • It can be slow to develop simple solutions compared to other automation platforms such as Smarsheet.
    • Troubleshooting and developing can be frustrating without proper access to edit the code directly.
    • Only able to edit through the GUI and with expressions.
    • Many ways to do the same thing can be frustrating when you need to rework your flow.
    Incentivized
    Read full review
    Amazon AWS
    • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
    • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
    • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
    Incentivized
    Read full review
    Likelihood to Renew
    Microsoft
    The tool is very useful when used with its various native connectors, taking great advantage of the integration between the components and systems of the Office365 universe. However, its cost is still high, and automation using more advanced components containing AI resources becomes unfeasible for some companies. Due to the financial crisis that many companies are currently experiencing, investment in automation systems or tools is taking a back seat.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    Microsoft
    Power Automate features a clean and intuitive user interface that allows users to create, manage, and monitor workflows easily. The UI is designed to be accessible to both technical and non-technical users, with drag-and-drop functionality for building workflows. Power Automate supports integration with a wide range of Microsoft and third-party applications. This flexibility in integration allows users to automate workflows across various systems, enhancing overall productivity and efficiency.
    Incentivized
    Read full review
    Amazon AWS
    Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
    Incentivized
    Read full review
    Support Rating
    Microsoft
    both Community support and Microsoft official support typically respond to (and resolve) reported issues in a VERY expedient manner, usually going above and beyond for education and bugfixing. I have been thoroughly impressed with the level of support I had been provided in the past.
    Incentivized
    Read full review
    Amazon AWS
    The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
    Incentivized
    Read full review
    In-Person Training
    Microsoft
    after reviewing the main features of Power Automate, the Microsoft trainer focused on some of our real life use cases implementation, from simple to more advanced.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Online Training
    Microsoft
    although it was productive, it is more difficult to stay focused and in a 7 hours a day online training (including screen share issues and the fact that the trainer just can't precisely show the exact location of your mistake)
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Implementation Rating
    Microsoft
    Overall, our experience implementing Microsoft Power Automate has been positive, with a relatively low barrier to entry and a fast time-to-value—especially because it integrates natively with Microsoft 365, which we were already using extensively. With Respect to migration, I had a very good experience where existing workflows were reviewed and simplified. Unnecessary steps were removed. Business rules were reimplemented using Power Automate logic. We migrated Approval workflows, email-based notifications, SharePoint-centric processes, and simple integrations.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    Microsoft
    Microsoft Power Automate is worlds ahead of Zapier in so many ways. The looping, DOM access, and flow controls are much better. I feel that accessing different data within previous connectors used in a flow is much easier in Microsoft Power Automate as well. The custom connector creation process is a lot more pleasant in Microsoft Power Automate. The DateTime data type is handles MUCH better in Microsoft Power Automate, which is reason enough to use it.
    Incentivized
    Read full review
    Amazon AWS
    Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
    Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
    Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Microsoft
    I have not done any participations
    Incentivized
    Read full review
    Amazon AWS
    Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
    Incentivized
    Read full review
    Professional Services
    Microsoft
    Microsoft's professional services provide hands-on support throughout the implementation lifecycle of Power Automate.This includes initial setup, configuration, integration with existing systems, testing, and deployment. They ensure that workflows are correctly designed, optimized for performance, and aligned with security best practices.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    Microsoft
    • You can automate a lot of process very easy like automatic mails for status updates and such. This will save a lot of time and is more accurate, faster and up-to-date than a user can be.
    • Task approval is centralized and automatic reminders save us a lot of time.
    • The ROI is good if you have a lot of use cases and things to automate
    Incentivized
    Read full review
    Amazon AWS
    • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
    • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
    • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
    Incentivized
    Read full review
    ScreenShots

    Microsoft Power Automate Screenshots

    Screenshot of Microsoft Power Automate (Interface Screenshot) - Work Queues, Initial pageScreenshot of Microsoft Power Automate (Interface Screenshot) - Signed-in web portal home pageScreenshot of Microsoft Power Automate (Interface Screenshot) - Signed-in web portal create pageScreenshot of Microsoft Power Automate (Interface Screenshot) - Desktop designerScreenshot of Microsoft Power Automate (Interface Screenshot) - Hosted RPAScreenshot of Microsoft Power Automate (Interface Screenshot) - Display of DLP violations (on Run)