Morning all,
I came across this post on the Power Automate forums:
"Title: Create a list items using an array in Power Automate
Hello Power Users,
Â
I have a sample array in the below format and would like to loop. through it to create list items inside a SharePoint list.
Â
Array : Â ["AAA, BBB, CCC",
       "DDD,EEE,FFF",
        "GGG,HHH,III"]
Can anyone please help!
Â
Thank you so much in advance!"
Ok, lets take a look.
First of all, create a new flow, call it whatever you want, I have gone with the post title. I have created, and instant flow, as I think that is easiest here.
The next step is to create an Array variable:
Your flow will look like this:
Next initialize another variable, call it Index, type = Integer and a value of 0, like below:
Next add an Apply to each, for the Select an Output from Previous Steps, select the ArrayVariable:
Inside the Apply to Each step, add an Increment variable, and choose Index, and increment it by 1:
Next add a compose:
The inputs will be the Current item, you ca write this as an expression if you want as item()
Finally, add your outputs of the compse (within the apply to each) to your SharePoint site:
This will then create the items in the SharePoint list you have selected:
The beauty of this method is that you can have as many items in your array at the start for example:
I have added more lines to the ther ArrayVariable:
And hey presto, all of the items have been added:
Here is the full flow end to end:
Mastering Assignments: Tips and Strategies for Academic Success
Assignments are an integral part of the academic journey, allowing students to demonstrate their understanding, creativity, and ability to apply concepts. However, juggling multiple assignments, deadlines, and other responsibilities can be challenging. With proper planning, strategic thinking, and efficient study habits, students can excel in their coursework. This guide provides essential tips and strategies to help you master your assignments and enhance your academic performance.
Understanding the Assignment Requirements
The first step towards completing any assignment successfully is to thoroughly understand the requirements. Carefully read the assignment guidelines, paying attention to the instructions, marking criteria, and the specific question you need to address.
For those who find it difficult to grasp the…