Hello,
Can power automate, preferably the app built into teams, extract data from a website, and if a value exceeds 60, then make a group post in a specific chat? I have only played around with power automation and understand the concept. This is going to solve a business problem at work. We all have to sign into a website and watch for if a specific value is greater than 60. However, having everyone watch a board seems a little redundant. I want this task to be automated and a team message posted automatically if the value exceeds 60. Therefore, no one has to waste time looking up the website.
There are only two ways I can think about going this situation.
Microsoft teams: (power automate app)
1. If possible, within Microsoft teams, extract data from a website (after automatically signing in)
2. Post a Microsoft teams message if that data exceeds 60.
Power automate app on a separate machine:
1. Launch the website
2. if data is greater than 60, extract data
3. hover the mouse over the teams
4. Click to start a new conversation.
5. Paste data in the team chat
Update: I did some testing, and I think I found exactly what I was looking for. However, I could use some help with the code. In this example, I took the website coindesk.com/price/bitcoin and tried extracting the bitcoin value. If that value is above 60, it should post a team chat.
However, I must be doing something wrong because it still fails.


