Just trying to figure out if this is possible or not:
I have a single sharepoint list that is made up of users. I have a column for email address and user #.
Is it possible to create a flow that will pull the email address of the user and email them their #?
Thanks for any input!
Solved! Go to Solution.
Sure. In general, the first thing to address for a new flow is the "trigger". A few major options for sharepoint lists include:
For example, a flow could be configured "for the selected item" so that you could select the item, click to run the flow, which would send the # to the email for the selected row. Or, a flow could run that would email the # for any new item added to the list. Or, the flow could run once a day, retrieve all items, and inside of a loop it could email each person, sending them the #.
In In
Yeah this was really easy I just made a silly mistake. Thanks.
I put it on a recurrence.
Hi @rys,
Have your problem be solved? If yes, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best regards,
Alice
Sure. In general, the first thing to address for a new flow is the "trigger". A few major options for sharepoint lists include:
For example, a flow could be configured "for the selected item" so that you could select the item, click to run the flow, which would send the # to the email for the selected row. Or, a flow could run that would email the # for any new item added to the list. Or, the flow could run once a day, retrieve all items, and inside of a loop it could email each person, sending them the #.
In In
Yeah this was really easy I just made a silly mistake. Thanks.
I put it on a recurrence.
Hi @rys,
Have your problem be solved? If yes, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best regards,
Alice
User | Count |
---|---|
87 | |
72 | |
44 | |
26 | |
25 |
User | Count |
---|---|
42 | |
25 | |
23 | |
23 | |
17 |