Hi,
I have a flow which generates emails to targeted recipients notifying them that a campaign is ending in 2 days. However, I need the flow to only perform this action if the user creates a 'New Campaign Form' item in sharepoint.
How can I achieve this?
My current flow is as below:
Regards,
Eyeana
Hi @Anonymous
You could use the "When an item is created" trigger for the sharepoint list and run the flow accordingly (this will run only when a new item is created.)
For a scheduled flow, you can probably add a new column to the SP list where users create an item and flag this column as new and then you can update in your flow later on. Another way of doing this would be checking the date and time the item was created.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Anonymous ,
You could refer to the following method to configure Flow.
Image reference:
Hope it helps.
Best Regards,
Hi,
I have managed to get the flow working by adding in Type_x0020_of_x0020_Request eq 'New Campaign Form' within the Compose box, as shown below.
Thank you for all your fast responses 🙂
Regards,
Eyeana
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
57 | |
42 | |
38 | |
33 |
User | Count |
---|---|
91 | |
73 | |
72 | |
60 | |
41 |