Hi
I am trying to create a manual triggered flow that will create items From One SharePoint list A to another SharePoint list copyA (which is an exact copy of the first).
The list A and list copyA have columns:
Title txt
Amount Number
TransDate Date
PrjTeam (Lookup Allow multiple values to another list “Empl”)
As can understand each row in list A, in the PrjTeam column has more than one value (the lookups from the list Empl)
My flow looks like this:
My problem is in the "Create item" step how to pass the values in the PrjTeam column that is a lookup one with multiple values:
I believe that it must be in an Array format, but I can not figure it out… can anyone please help?
Solved! Go to Solution.
Hi all,
After spending some time and several tests, I have found the way to handle it!
I am putting it down for any other that might looking for it, I hope it will help!
As you can see the formula, we have to use is in the step note (you can find yours, if different, by using a compose step.
In the lookup column you put the Main array variable
I hope it will help!
Hi @atagios
I have made a tutorial video for this.
Power Automate - How To Update SharePoint Choice Column - YouTube
If you have any more questions please let me know.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @abm
Thank you for your replay,
I have seen your video, but what I can not figure out is how to append in the Array Variable the lookup column values that each row has (in the Apply to each step )
As can see in my case I already have an Apply to Each for every item of the Get Items Step
And the Column "PrjTeam" is a Lookup (with multiple values).
So I need to append to the Array the values that each item have, create that in the copyA list and "reset" the Array variable for the next item ? Is that correct ?
Any ideas?
Thanks
Hi all,
After spending some time and several tests, I have found the way to handle it!
I am putting it down for any other that might looking for it, I hope it will help!
As you can see the formula, we have to use is in the step note (you can find yours, if different, by using a compose step.
In the lookup column you put the Main array variable
I hope it will help!