
Announcements
i am working on project management application i want to apply my created flow on item creation(project creation) to previously added project details list in SharePoint is there any way i can apply flow to previously added items list in SharePoint?
Hi @UsamaBadrik,
Because the items are already created before you created this flow you cannot retrigger them.
Only workaround that I can think of is create a copy of the flow. In that copy change the trigger action from When an item is created to the For a selected item trigger action. This way you can select this items and trigger it in that copy. When you are done you can disable to that temporary copy flow.