Youtube · Arazzo Workflow
YouTube Copy Playlist Items
Version 1.0.0
Create a destination playlist, read items from a source playlist, and copy the first two across.
Provider
Workflows
copy-playlist-items
Clone the first two items of a source playlist into a new playlist.
Creates a new playlist, reads the first two items of a source playlist, and inserts those two videos into the new playlist.
1
createDestination
youtube.playlists.insert
Create the destination playlist that will receive the copied items.
2
readSourceItems
youtube.playlistItems.list
List the first items of the source playlist and capture two video ids.
3
copyFirst
youtube.playlistItems.insert
Insert the first source video into the destination playlist.
4
copySecond
youtube.playlistItems.insert
Insert the second source video into the destination playlist.