skip function. Collection.(Power Automate Cloud flows)
Deletes any number of items from the top of the array.
Spec
skip(<collection>, <count>)
Argument | Default | Description |
---|---|---|
collection | Required field | Target array. |
count | Required field | Number of items to be deleted. |
How to use
In many cases, the type is used for "Array" variable operations.

Clicking on skip in the "Expression" tab sets the function name and () in the formula field.
The first argument is the target array and the second is the number of items to be deleted.

When dynamic content or variables are used in expressions, special specifications are required.
(How to get dynamic content with expressions.)
If you see something like the following, the setup is complete.
You can change the contents of the function by clicking on the purple icon.

For example, we have array variables [100,200,300,400,500].

If the expression is "skip(variables('array'),2)", The result will be [300,400,500].

At this time, the array variables used as arguments to the skip function remain as they were.
Only the newly created array variables are deleted.
For those who want to learn Power Automate Cloud flow effectively
The information on this site is now available in an easy-to-read e-book format.
Or Kindle Unlimited (unlimited reading).

You willl discover how to about basic operations.
By the end of this book, you will be equipped with the knowledge you need to use Power Automate Cloud flow to streamline your workflow.
Discussion
New Comments
No comments yet. Be the first one!