Creating a list
Power Automate Desktop calls a variable that can store multiple values.
This time, I will explain how to create a list.
Details of "Create New List" action
This time, we use an action called "Creating a new list".
The action has the following parameters.
Parameter name | value |
---|---|
Generated variables | Variables on the newly created list |
implemented with copy and paste
This time, we have prepared a new list as a sample and set up three values on the list.
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
Power Automate Desktop is implemented
- Enter "Create a new list" from "Search Action".
- When you set and save the variable name in the list you want to generate, a list that can store multiple values is defined.
generate wrist data from JSON data
In addition to the "Creating a New List" used this time, you can create wrist data using the action "Converting JSON into a custom object".