Skip to main content
Community site session details

Community site session details

Session Id :

Web UI flow (Power Automate) to record currency conversions on the web

RezaDorrani Profile Picture Posted by RezaDorrani 12,141

UI flows provides Robotic Process Automation (RPA) capabilities to Power Automate

 

You can use UI flows to automate repetitive tasks in Windows and Web applications

 

UI flows records and plays back user interface actions (clicks, keyboard input, etc.) for applications that don't have easy-to-use or complete APIs available

 

In this demo we will build a Web UI flow to record(leverage) conversion rates available on the web (bing.com) and then build an Instant flow to perform currency conversions

 

Please note this feature is in preview and should not be used in production scenarios until it becomes Generally Available (GA)

 

Read the Prerequisites and Limitations here: https://docs.microsoft.com/en-us/powe...

 

The flow expression used in the demo

mul(triggerBody()['number'],float( body('Run_a_UI_flow_for_web_2')?['conversion rate']))

Where "Run_a_UI_flow_for_web_2" - name of the action to run Web UI flow

"conversion rate" - output parameter defined for Web UI flow

"number" - input parameter defined in the manual button flow trigger

 

#PowerAutomate #RoboticProcessAutomation #UIflows #LegacyApplication #WebUIflows #WebApplication

 

 

Categories:

Desktop flows

Comments