So far I've tried filtering via filter array but this automatically throws me into a for each scenario which causes problems for me creating a single group chat rather than many chats. Any idea how I can achieve this. It seems like it should be straight forward but I am at a loss with trying to make it happen.
Solved! Go to Solution.
Hi @Kog8790,
It should be possible to place a Filter Array between List rows and the Select. Make sure you remove the value field in the Select From and swap it for the Body field of the Filter Array.
Hi @Kog8790,
It should be possible to place a Filter Array between List rows and the Select. Make sure you remove the value field in the Select From and swap it for the Body field of the Filter Array.
Thank you for responding. I just tried it with the changes you suggested and unfortunately it did not work. It is still placing the user email address in the create a chat flow.
Hi @Kog8790,
To troubleshoot this I would suggest to have a look of the flow history of your last run which did not exclude the user.
Check both the inputs and outputs of the Get user profile, Filter Array and the Select action. This should give you a pointer in which step it goes wrong.
1. Get user Profile in my flow test run. As you can see I am trying to filter for Jane. Her e-mail address is found.
2. In the Inputs of the Filter Array you can still her Email. In the outputs it is gone.
Yes! ok I feel a bit silly now, but I found the issue. Your solution works the issue was in the 365-user profile it uppercases the email so when I'm filtering for Mail(First.Last@email.com) in Email(first.last@email.com) it was not seeing a match due the upper case letters vs. lower case letters. Now I'll be doing some searching for a solution to automatically convert Mail.lower
Thanks for your help! I'll mark your original answer as solution.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
66 | |
22 | |
16 | |
16 | |
11 |
User | Count |
---|---|
133 | |
44 | |
32 | |
32 | |
28 |