cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Working with data on Linux Servers File Systems and Exchange Online Mailboxes - guidance required please

I am a new user of Power Automate and have some flows working between Microsoft technologies just fine. This may sound like a crazy question but is there a way / can someone point me in the right direction to working with data sitting on on-premise RHEL Linux Servers. We have an implementation of the Enterprise Data Gateway so I have worked with other on-premise resources (Oracle DB and Windows File Systems) but does anyone have any pointers about dropping files into and collecting files from these on-premise servers back and forward from emails and SharePoint doc libraries?

Much obliged in advance ...   

8 REPLIES 8

Were you ever able to solve this? I'm having a similar issue and I can't find any resource online with setting up a gateway on RHEL or Linux. It seems like the standard Gateway needs Windows, I was thinking of installing a Windows VM or Windows from Docker and then installing that gateway. 

This is something I have done a lot of and the best approach really depends on your requirements. 

 

The obvious thing is to use SFTP to transfer files to and from Linux machine, but it is pretty rare that I do that. The two main approaches I take:

 

  • Use Python to send requests to Power Automate via the HTTP connector. The Python script will send a JSON or XML payload to Power Automate for further processing.
  • When you need to send data back into Linux, I normally create some simple web services on the Linux server (again, with Python, but does not have to be). Then you can use the on-premises gateway to communicate with those APIs you have created.

Using these techniques you can create an array of integrations between Power Platform and your Linux machines, but you don't say specifically what your aim is.

Thank you for the valuable input, it is very much appreciated. Basically, I have an on-premise RHEL instance (which has access to a SQL). I have a power automate form (which is triggered when a user submits a form) and from the user-submitted information, I want to retrieve information from my SQL instance in my power automate flow. That's where I am a bit confused. I obviously can't go with Microsoft's on-premise gateway (unless I setup a Windows VM?) since I have a Linux system. 

 

From what I'm getting from your answer, I would need to setup a HTTP connector and a REST API of some sort. I don't really need to communicate from Power Automate to my Linux system. The thing is my Linux system isn't publicly accessible so I was thinking that I would need a Gateway, a HTTP Connector, and a REST API. 

So there are a number of ways. Certainly having the gateway in place would be a good start. That would have to be installed on a Windows machine, ideally on the same network as the Linux server you are trying to reach.

 

You don't say what SQL your RHEL is running. But most of them have ODBC connectors. So as I see it you have a few options:

 

  • Setup a simple REST API/HTTP service that you queries your SQL database and returns the data you need to Power Automate (you could do this either on Windows or your Linux Server).
  • Setup a dataflow which pulls information from your on-prem DB to dataverse and then query that.

There are lots of different ways you could achieve what you need, these are just some ideas to get you started.

Man you are so insightful and I really appreciate your answers! So I am running MariaDB on my RHEL. I like Option 1 better since it would keep my data internal. So I would setup a REST API on my RHEL but how would I pass that to Power Automate? Since that REST API would only be accessible on the on-premise RHEL. Wouldn't I need to setup a on-premise gateway and then use a connector from Power Automate? I could setup an HTTP service, but I'm confused on how I proceed from there.

You would need a Windows machine (physical or virtual) on the same network as the Linux server. Then it can communicate via HTTP on behalf of Power Automate to your internal machine (via a connector). It is a shame you cannot use "HTTP Request" against a gateway as that would make things easier.

 

It's much easier to go the other way - i.e. send some data from the linux machine to Power Automate, as you can just put some JSON or XML together and then send it via the HTTP connector. Something I do thousands of times per day with my customers.

I see okay so to send some data from my linux, I build a rest API to output data as JSON but then I also need to build something where that rest API is available to Power Automate. I would need a HTTP connector, do I install that connector onto my Linux machine and link it to my rest API? I'm just a bit confused on how I would build it. 

I'm gonna write a blog post on this subject I think.

 

To go from Linux to Power Automate

You simply get some data together in XML or JSON format and then use a tool like cURL or Python to send a request into Power Automate via the trigger "When a HTTP Request is received".

 

Technical Example: execute a command line query on Linux to get data from your DB. This could come out in CSV and then use simple python to convert the result to JSON and send to Power Automate. 

 

Real world use case: Order is placed on the system that Linux is running on. This triggers the command line which sends the order details to Power Automate. Power Automate emails a customer to provide an order confirmation.

 

For Power Automate to communicate with Linux

You need:

  • A Windows machine running the gateway.
  • Something for the gateway to communicate with. Probably a HTTP server of some kind on your Linux machine. This does not have to be a big deal, for example I often use web.py to create simple interfaces into the Linux (or Unix) servers which enable me to communicate directly with the database via Power Automate or Power Apps (or anything else!).

Use Case: Database on the Linux server holds stock inventory, warehouse users are doing a stock take and need to be able to see what the current stock level is in the database via PowerApps. They can use PowerApps to communicate directly with the stock DB via the API that queries it.

 

So - I hope that gives you some ideas. There is quite a bit of learning to do what you want to do, but once you have got your head around it, you will be able to do all kinds of clever integrations.

 

Blog: tachytelic.net

YouTube: https://www.youtube.com/c/PaulieM/videos

If I answered your question, please accept it as a solution 😘

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,107)