web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / filter from a sharepo...
Power Automate
Suggested Answer

filter from a sharepoint choice column using forall

(0) ShareShare
ReportReport
Posted on by 139
An excellent morning to everyone, I am trying to make a sum according to the following code:
ForAll(RATIOEPP As Gal;Collect(colPrueba;{Suma:Sum(Filter(ConsumoSSOMAObraFins; Proyecto=DD_Color_6.Selected.Proyectos&& Gal.Filtros in Recurso);Cantidad);Item:Gal.EPP}))

Any help to be able to filter by each of the words inside? Much obliged.
Categories:
I have the same question (0)
  • Suggested answer
    abc 123 Profile Picture
    789 Moderator on at
    I think "the words inside" means that you have a multi-select field. If that is the case, then you'll have to iterate through the .selecteditems tables to get each value selected within it.
     
    ForAll(ddThis.selecteditems as sel,
       ForAll(colThat as that, 
          Collect(colThisAndThat, 
                {
                   this: sel.fieldname,
                   that: that.fieldname
                }
         )
    )
  • Daniel20 Profile Picture
    139 on at
    Actually I'm not going to use any combobox or dropdown, the idea is to filter directly from the sharepoint list for each of the rows.
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 233

#2
David_MA Profile Picture

David_MA 217 Super User 2026 Season 1

#3
Valantis Profile Picture

Valantis 190

Last 30 days Overall leaderboard