List integration
Power Automate Desktop calls a variable that can store multiple values.
This time, I will explain how to integrate multiple lists and get a synthetic list.
Click here for how to create a list
Implemented with copy and paste
Copy the following code and paste it on the edit screen of Power Automate Desktop to add the target action.
Variables.CreateNewList List=> List
Variables.AddItemToList Item: 1 List: List NewList=> List
Variables.AddItemToList Item: 2 List: List NewList=> List
Variables.AddItemToList Item: 3 List: List NewList=> List
Variables.CreateNewList List=> List2
Variables.AddItemToList Item: 4 List: List2 NewList=> List2
Variables.AddItemToList Item: 5 List: List2 NewList=> List2
Variables.AddItemToList Item: 6 List: List2 NewList=> List2
Variables.MergeLists FirstList: List SecondList: List2 OutputList=> OutputList
Power Automate Desktop is implemented
- Enter "Integration of List" from "Action Search".
- Select the list you want to integrate.The order selected here affects the order of the variables in the list after synthesis.
I can get up an error
There is no error that is thrown by this action, so there is no need for error response.