I’ve been trying to create a PowerAutomate automation which, on creation of a new project, creates the corresponding folder in my company’s sharepoint.
My problem is that, on testing, the trigger always returns a 400 error according to this screenshot :
I don’t understand where this error comes from, as the documentation says it should only happen with gigantic datasets (“on the order of tens of thousands of items” - Errors). There is at most 700 projects in my org. which imo should not matter, unless the trigger tries to get the whole project list.
I already provided a workspace ID too.
It seems like I can’t add pagination or any limit to the request either.
If you need any additional info, feel free to ask.
Pagination is actually needed on any request that returns more than 100 items. So your 700 projects would definitely qualify and would explain the error.
Unfortunately I haven’t used Power Automate myself but hopefully someone here has done so and has some ideas for you!
Unfortunately, there is no pagination option anywhere in the settings of the Asana trigger, meaning there probably is no way to use PowerAutomate with Asana in my situation.
Unless someone found a way to do it, i’m gonna have to ditch this automation idea which is really sad.
Thank you for the help nontheless, still waiting to see if anyone has an idea on how to do it.