GUI Automation - Fetch Stock Symbol

Hi!

I wish to fetch multiple Stock values from the google finance website (google.com/finance). Please suggest how I can design a GUI automation workflow in Process Studio for this

Hi! Tom,

You can design a workflow to fetch stock values (based on stock symbols) one by one. You can process stock symbols sequentially in GUI automation to fetch stock values by passing rows one by one in a loop or in a workflow executor step.

The following screenshot depicts a workflow design with a loop.

The workflow reads the stock symbols from a CSV file. It passes rows between Start and Continue Loop steps one by one to enter the stock symbol and fetch the corresponding stock value.

2 Likes

Hi!

You can also design the workflow to fetch multiple stock values using a Workflow Executor step. You can pass the stock symbols one by one to the child workflow to fetch the stock value.

Parent Workflow:

Child Workflow:

2 Likes