Hi Brilliant team,
Looking assistant in re-framework
I want to modify reframework according to my expectation.
- In initialization state in first run I want to read 3 data table. one is for orchestrator queue, two are excel
- Input dialogue box {“Automation 1”, “Automation 2”, “Automation 3”}
- If I will select automation 1 then bot will read the orchestrator queue and show it in process
transaction in one by one using msg box and set the status as success/fail in set transaction status
if i will select automation 2 then bot will get the input from excel 1 which is another
data table and show it in msg box in process transaction.xaml and set the status as success/fail in set transaction status
if i will select automation 3 then bot will get the input from excel 2 which is another
data table and show it in msg box in process transaction.xaml and set the status as success/fail in set transaction status
All other steps would be same as reframework nature like error handling, log generation and so on.
Note: If possible then please share dummy xaml in current version in UiPath
Thanks