I would like to assemble a collection of tools that would intake various tax forms such as W-2, and various 1099's and other tax data to output complete and correct Form 1040 tax returns. Form 1040 can be prepared using any online tax preparation if an interface can be constructed. Form fill might be an approach if there are no API's for the tax preparation software.
Solved! Go to Solution.
@ncsfsd - you could build this solution using pure Python code approach, or use a combination of R and/or Python libraries within Alteryx to achieve the same result. https://automatetheboringstuff.com/ has some material and Python code if you are looking to get started on this solution.
Reading your note it seems like you are looking for a solution that can write to TaxSlayer online's web form? If yes, I don't think Alteryx can natively do that. I have seen teams use some form of off the shelf RPA tool, or write their own Python code to achieve RPA like functionality.
Please pardon me if I completely misunderstood your point. I don't have a tax background and feel a bit out of my depth in answering your question.
Alteryx do support API connection. This article might be of your interest showing how Alteryx can process PDF file for tax purpose as well :