Skip to main content

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 namevalue
Generated variablesVariables on the newly created list

action

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

  1. Enter "Create a new list" from "Search Action".
  2. 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".

Please refer to this page for details.