Hello:
I have created an iterative macro to call an API. In every call getting 100 records. In the macro I have set up 350 times. Getting error Tool#13. How do I know how many records left?
Attached the SS
Appreciate your kind help. Thanks:)
Solved! Go to Solution.
Thank you. Appreciate your help in my learning process.
Would have thought that would be impossible to tell unless you knew how many records you were expecting to get from the API. The Schema problem you'll need to standardize the output, transposing everything before the macro output is a easy way to get round that.
Thank you for thoughts. Appreciate your help. :)