This is related to power Automate.
I have two array variables here.
Say Array A=[1,2,3]
and Array B=["abc","xyz","ghj"]
Now I need to
run flow and create a SharePoint list item based on this two arrays.
Three SharePoint list items will be created based on this two arrays look like this.
Column1 | Column2 |
---|---|
1 | abc |
2 | xyz |
3 | ghj |
Please give suggestions. Thanks.