Hi,
I have a list that I want to copy to another list. I have two multiple selection columns. I am able to run it fine with just having one array variable, but when I try to add two I get an error.
Solved! Go to Solution.
@ToddM11 Can you check in your list data if any of the item has no value for "OtherResources" column? If yes, then you have to add condition value above Apply to each action to check if value of "OtherResources" is null
@ToddM11 can you share what error are you getting?
Hello,
It's the error on the apply to each 4 step which is the append to array variable for the second column.
The execution of template action 'Apply_to_each_4' failed: the result of the evaluation of 'foreach' expression '@items('Apply_to_each')?['OtherResources']' is of type 'Null'. The result must be a valid array.
@ToddM11 Can you check in your list data if any of the item has no value for "OtherResources" column? If yes, then you have to add condition value above Apply to each action to check if value of "OtherResources" is null
Thank you. That solved my problem.