Hi, I'm sorry if this question seams to be very stupid, but I'm struggling doing a very simple flow:
I have a list of users in sharepoint
When I set a flag "WelcomePackageSent" to 1 for a specific user
I want to send this user an email
The steps i should have:
The issue i'm facing is i'm unable to fetch the only data of the line that just have changed and i get a foreach loop. for all the users in my list.
Any ideas?
Many thanks in advance for your help
Solved! Go to Solution.
Hi @Takami
There are no stupid questions when you are learning, I think the action you have to use is "get item", so that way you only "call" the item (in this case) that its being modified, I share an example here.
I made this basic SP list.
This flow trigger and it will check what is the number in the "Number" column and if is 1 it sends an email to the email that is in the email column.
And I think that's it, the action "Get item" just gives you the exact item in this case that is being modified, so you can use the dynamic content of that item.
Hope this helps you to achieve your goal, keep learning.
Any questions let me know.
Regards.
Hi @Takami
There are no stupid questions when you are learning, I think the action you have to use is "get item", so that way you only "call" the item (in this case) that its being modified, I share an example here.
I made this basic SP list.
This flow trigger and it will check what is the number in the "Number" column and if is 1 it sends an email to the email that is in the email column.
And I think that's it, the action "Get item" just gives you the exact item in this case that is being modified, so you can use the dynamic content of that item.
Hope this helps you to achieve your goal, keep learning.
Any questions let me know.
Regards.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
28 | |
27 | |
21 | |
10 |