Trigger Workflow, whenever a file is updated

is there a way to trigger a WF, whenever the input file is updated.

The scenario is as follows:

  1. I have a file on my local drive
  2. I update data into the file and save the updated file.
    3, This should trigger a WF, which will read data from my file and enter it into my CRM system

Hi Nipun,

Welcome to AutomationEdge!!

You have to use Get File Names Step where we get lastmodifiedtime for the provided input file. You can use this field by required logic and trigger the workflow.