Hi,
I have many questions:
- I have a workflow whose start event is currently set to "SharePoint – New or updated list item." I want to change this workflow so that the start event becomes a "Scheduled start." I feel like I cannot change the start event of an existing workflow and that I need to create a new workflow. Is that correct? If so, is there a way to copy the other actions from my old workflow into the new one?
- My current workflow updates a Microsoft list based on an Excel file saved in a SharePoint folder. Users have requested that the list not be updated automatically because I erase and reload the list, which impacts other workflows with forms that use this list as a data lookup. If I switch my workflow to use a "Scheduled start," is there a way to have it run only if a user has uploaded a new file that day, like for exaple: having a condition that the Modified date of the file was updated since the last run? How?
- Also, I’ve noticed that the "Get file" action allows selecting either a Item ID (Item ID option) or a single file name (URL option) for the Excel file. This means users must ensure the file always has the same name and overwrite it each time. Is that correct? I tried to use a URL with *, but it did not work. For example: Entity*.xlsx