
Announcements
Hi,
For the moment my code is :
Manually trigger a flow
EXCEL-List the rows present in a table
CONTROL-Apply to each
(EXCEL-value)
SHAREPOINT-Get Items
CONTROL-Apply to each 2
(SHAREPOINR-value)
SHAREPOINT-Update Item
(ID=Sharepoint ID
Sharepoint COLUMN1= Excel COLUMN1)
but it doesn't do what I want it to do.
as it is, the code replaces in my sharepoint list the value of
column 1 line 1 with column 1 line 1 of the excel file,
column 1 line 2 with column 1 line 1 of the excel file,
column 1 line 3 with column 1 line 1 of the excel file,
...
column 1 line 48 with column 1 line 1 of the excel file.
Once he has finished this he repeats the same operation on all the lines of my sharepoint list, but this time taking column 1 line 2 of the excel file.
And so on. 48 times in a row.
So what I want is to replace
column 1 line 1 with column 1 line 1 of the excel file,
column 1 line 2 with column 1 line 2 of the excel file,
column 1 line 3 with column 1 line 3 of the excel file,
...
column 1 line 48 with column 1 line 48 of the excel file.