Hi Folks!!
I have Alteryx flow that will pick the file from the Network directory, irony is, file will be available any time of the particular day (say Monday), time is not fixed, it can be available at any time, may be at 2 AM, 2 PM,4 PM, 5 PM etc.
I need to build a flow that will only run once file is available OR want to build a capability in the flow that will keep on checking the existence of file and execute rest of the logic once file is available.
Other way around, I tried to schedule it from the Alteryx Server, though I have found where to put start and end date but couldn't be able to find where to give frequency (after every 10 min or 20 min etc ) on which Alteryx flow will schedule and execute.
Happy to have solution either at Alteryx Desktop Designer level or Alteryx Server level.
Please suggest how to achieve the required.