-1

This file is stored in "Microsoft Azure Storage Explorer". It should be added to the queue.

It is not sure when the file is added, because it is created by an other application, that has nothing to do with rpa.

Kevin01
  • 11
  • 6
  • "*How is it possible*...?" It's possible because Blue Prism has the capability. Not exactly sure what you're trying to ask here. – esqew Sep 25 '19 at 16:38
  • I mean, how this works. How can I tell blueprism: "please look constantly if there is a new file. If there is a new file, conduct process XY". – Kevin01 Sep 26 '19 at 09:52

1 Answers1

3

Well, you have action "Utility - File Management: File exist?", and you have action "Utility - General:Sleep". If you combine these two, then you'll have the answer.

Andrzej Kaczor
  • 1,553
  • 1
  • 11
  • 18
  • 1
    This is the correct answer. Unlike some other RPA platforms/automation solutions, Blue Prism doesn't have a native capability to "watch" a folder and trigger process executions outside of having a resource constantly polling for the file you'd like to watch for in an infinite loop. – esqew Sep 26 '19 at 18:33