
Announcements
Dear Experts,
I have a flow that get's all the users from a certain department of a sharepoint list and display the members in an Adaptive Card. The flow works great. Only when it reaches the Apply to each the search will be slow down. What i do not understand is after the users of a certain department will be quieried in the Get-items connector it will then search again in the list in the Apply to each. Can this be done without the Apply to each. Or maybe is there a way to speed up the search.
Gr. P
Even if just a single item is returned from Get items, it still stores the item in an array. So, you will still get an Apply to each for a single item. This is fine as your Apply to each will just loop once then then stop. It doesn't actually go back to SharePoint to get the values again - it retrieves the values from what was returned in your Get items.
----------------------------------------------------------------------
If I've answered your question, please mark the post as Solved.
If you like my response, please consider giving it a Thumbs Up.