Hi.
I have an excel doc that has 2500 rows. The data will be used to create a word template and then uploaded to our human resources system.
What is the best way for the flow so that the HTTP Post does not timeout or handle more than 1 upload? Below is what the flow looks like:
I am able to upload the document when i do 1 but am having issues when doing more than one.
BTW i also tried moving the Access Token and Parse JSON nodes outside of the Foreach loop and same result.
Any help will be greatly appreciated. Thank you.