Skip to main content

Search

Using [[SelectedItems]] placeholder to trigger Power Automate, for each selected item, individually

Answered

Comments

1 comment

  • Christof

    You can directly access all column values of selected items inside the actions of List Actions (running in context "Current list").

    Just loop [[@SelectedItems]] and access column values by internal column name like this:

    For this case you don't need to handle it as an additional created array.

    If you want to check the technical output of [[@SelectedItems]] you can log it into the console and you'll see it's an array of all selected items objects including all column values:

    0

Please sign in to leave a comment.