Hi,
Template using: RE-Framework
Input: From Sql query which returns multiple rows of data
Automation Flow/Requirement: Grab the input data from the queue and enter the data to a desktop application based on certain condition. If the SQL query returns data which have multiple “ID” row data same, for example id=2 has 2 rows, bot should enter the data to the desktop application by adding a comma(or whatever like reopening the particular screen again).
Issue: How should the flow look like? What logic is appropriate for this requirement?
The transactions are separate as we have different queue items per input row. Now if the row 2(transaction no 2) has some system/ business exception then row 3(transaction no 3) should not be processed and should be marked as failed. Somehow transaction 2 and transaction 3 should be connected. Is some kind of reference file needed to keep track of the input data processed?(Not sure)
Now, I am thinking this problem via a RE-Framework logic, if there’s an optimal way to tackle this problem let me know.
Thanks!