Hello everyone,
I hope you're doing well. I am relatively new to Power Automate and seeking guidance on a task I'm trying to accomplish.
I have a dataset that I need to split into multiple CSV tables, with each table containing a maximum of 25 rows of data. I'm currently using an 'Apply to each' loop to iterate through the data, but I'm unsure about the best approach to create these CSV tables.
Could someone please provide guidance or a sample flow that demonstrates how to achieve this task efficiently in Power Automate?Any help or advice would be greatly appreciated.
Use this formula directly in „apply to each“. Inside the apply to each you say „create csv“ with the current item and do with it whatever you want (save it, send it, …)
which action do i include this under?
Hello @Anonymous
Use apply to each with “chunk(yourarray, 25)”