Collection: Añadir ID

PHOTO EMBED

Wed Jul 23 2025 22:37:49 GMT+0000 (Coordinated Universal Time)

Saved by @ismaelnovo

AddColumns(
    ForAll(
        Sequence(CountRows(colPlaylist)),
        {
            id: ThisRecord.Value,
            name: Last(FirstN(colPlaylist,  ThisRecord.Value)).name,
            blow: Last(FirstN(colPlaylist,  ThisRecord.Value)).blow
        }
    ),
    ID,
    ThisRecord.name
)
content_copyCOPY