Hi ,
I have a use-case where in an internal system allows to fetch only 100 records at once (there is no identifier while fetching but there is a unique ID which can be utilized).
Currently there are 36K records in the system but in the near future it is going to be around 1 million records.
My alteryx workflow is able to fetch first 100 records , how do I customize this to fetch all records in multiples of 100 and append to the output file.
I am sure about the possibility of doing it as the team is utilizing a python code to achieve the same result but not sure about ways to do it in Alteryx.
Appreciate your help in advance.
Regards,
Rohit Jha.