I am supposed to automate a variety of daily tasks. I am concerned that it is not possible with the capabilities of Alteryx Designer and was wondering if that was true or if there is a way to accomplish it.
The tasks (from an excel file):
- Upload the data from a cell containing a number to an input box on a website and click enter key
- Upload a corresponding number from the same row in the excel file to a different input box on the website and click enter
- Use a dropdown menu to select an option
- Add a digit in another input box
- Click an enter icon
- Much more to it than this but this is the most basic section of the automation
I wish I could be more specific about the automation but I have to be vague due to compliance, I honestly just want to know if this is doable. I assumed I would be able to accomplish this with APIs but I haven't been successful. I cannot use python, selenium, or any vbs in conjunction with my workflow.
Any ideas?