Looking through many posts I have not seemed to find an answer to this question.
I currently have a process that allows for a CSV to be imported via the front end to a temp table directly then use a API workflow to do post-processing. The post processing is fine as I have a recursive API workflow that just chuncks through any number of records.
The problem is the limitation in the Upload Data as the CSV bubble action is limited to 200/1000 records respectively between Pro and Business. I assume there is a way to parse CSVs without using this Bubble action but I can’t seem to figure out how.
Any thoughts on this? The files will have generally 30K records normally.