โ07-09-2024 03:52 PM
Hi there,
Im new to workato and been trying to learn all about automations. I have found that there is a limit of 1000 set for the list all recipes and no offset input.
Using a do while loop it will just continue to list the same 1000 recipes. Is there a way to get it to list all recipes. For example if i have 2200 recipes is there a way to get it to list the first 1000, then the next 1000 then the remaining 2000 recipes to which the do while loop would finish
Any help is much appreciated, and thank you for your time.
Solved! Go to Solution.
โ07-09-2024 10:17 PM
Hello @JM567 ,
Ypu can use Developer API's in this scenario .Please find the documentation link below .Let me know if the below one helps
List Recipes -Developer API
Regards,
Pavan Srikar N
โ07-09-2024 10:17 PM
Hello @JM567 ,
Ypu can use Developer API's in this scenario .Please find the documentation link below .Let me know if the below one helps
List Recipes -Developer API
Regards,
Pavan Srikar N
โ07-10-2024 01:07 AM
Hi,
thanks for getting back to me. Thatโs exactly what I was looking for thank you.
just to check it says it returns recipes belonging to the authenticated user. Will this only return ones Iโve created or will it return all recipes within my team (this is what I need)
thanks again.
โ07-10-2024 01:58 AM
Hi @JM567 ,
As long as you have enough permissions you will be able to fetch all the recipes in the workspace.
Please let me know if any
Regards,
Pavan Srikar N