Set a rule what files to be fetched in Receive File Over SFTP

Hello team, 

I was wondering if receiving files from SFTP can fetch files by batch or just one file at a time.

Also, can we specify what files to be fetched only based on the file date when it was uploaded to the server?

Thank you.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hello.

    Thanks for your reply.

    I tried  Get Remote Directory Contents and was able to set the files in a process variable. However my problem is I am not able to index it. I tried creating a script task first with index(pv!files, 1, null) just to get for example the 1st file in the list then my target is fileToFetch.

    However my problem is I am not able to put any value in fileToFetch process variable. May I know if the results from Get Remote Directory Contents is considered list of string? Thank you.