
The data table that extracted from the Webpage assigned to this property. In the below example, I have named it “NewVar”.

To achieve this, we need to follow the following steps. Microsoft Power Automate Desktop can convert a custom object’s property with a data table in it straight into JSON, and this JSON can be set as the Output property of the PAD Flow and can be utilized in the Power Automate Flow. Since the Power Automate Desktop flow runs on the Physical machine, it will process the data and store the data on the physical machine. The challenge in this process is to send the data to the Power Automate Flow from Power Automate Desktop Flow. The Power Automate Desktop flow will extract the data from the Webpage and store the data in the physical machine either in the form of excel or in the form of a Data Table. This flow will call another Power Automate Desktop flow.

In such a scenario, we can schedule a Power Automate Flow that will run once a day. Sometimes there are business needs where we want to extract the data from a web page using Power Automate Desktop flow, and the extracted data is to be sent to Power Automate flow for further Operations. Essentially, it is a virtual robot copycat.” RPA can be achieved by using Power Automate Desktop Flow which can record the task that is needed to be performed on the computer, or We can create a New Desktop flow and add actions that should perform on the computer or Webpage. RPA is an advanced form of business process automation that can record tasks performed by a human on their computer, then perform those same tasks without human intervention.

Data Table from Power Automate Desktop to Power Automate Flow using JSON Object “Robotic Process Automation”
