Automation for filing sales and use tax on US State Websites and OnBase?

Has anybody used UiPath automations in order to enter tax filings into state websites (like FL, TX, TN)? The process can be simple but each website is different, which is why I am shying away from using a large switch sequence. I was advised to use the REFramework, and am trying to learn it now. Any tips on how to set this up?

Or has anybody had RPA work with OnBase, it is very slow and crashes a lot during automation attempts. Looking for overall guidance or if anybody has API info for these sites.

Try to create separate workflow for each task like.
Login to application , read data from data source etc then test it and integrate it into RE-Framwork.
for better understanding follow below learning.

Thank you. That was my plan to start. I was advised to use queues. REF is still new to me, so which makes more sense: will my dispatcher sort the data into different queues, each being processed by their own performer? Or, will it all come from one queue and somehow be processed separately. I don’t want to use a switch statement, as it reduces reliability since future iterations depend on prior ones

1 Like

Yes you can use queue and create dispatcher and perform for better exception handling apart from switch you can use flowchart its best approach to complex decision logic.

Happy automation