Hello All - I may have to end up sharing a bunch more code, but essentially I have a button that runs a flow to export a gallery list of selected items. In a nutshell, it uses JSON to create a CSV table, which is then posted to the sharepoint docs folder and locally downloaded for the user.
It's all "working". The flow runs, the file is created, and it downloads to my local machine. BUT something is still running in the background I guess, and I'm receiving a throttling error. It only started doing this in the last week or so.
I pulled up the chrome console as it was running and there are a ton of these 429 errors and a Post error . I can share the whole console log if needed.
Any tips on where to start troubleshooting this? I also sometimes get a 404, and then it works the next time.