How to get Data from Amazon S3 Bucket using Power Automate

To Get Amazon S3 Data into PowerApps we need to make use of Power Automate

High level resolution steps

    Using List Objects and Buckets action in Power Automate we can pull data from Amazon S3 to
    Dataverse tables in PowerApps.

    Detailed resolution steps

    Step 1: Using any action to trigger the flow in the beginning, in this case we have used “Manually Trigger a flow”.

    Step 2: Enter the name of the bucket and the region where it is located under “list S3 Objects” And then enter the name of the bucket and key of the object under “Get S3 object metadata”

    Step 3: Use the “Get S3 Object Content” action and provide the necessary inputs and run the flow, you can expect the output in base64 format and you can convert it later into readable format.