Lookup files that contains specific name in storagebucket

Hi

Has anyone succeded in doing a lookup to a storagebucket and present a list of files that contains or matches a specific string?

I would like to create an inventory of all the files that is related to a specific job in the storage bucket and maybe present them in the apps.

can we assume:

match to check within the filename?

So we would use the

  • Filter - List Storage Files
    OR
  • Filter - ODATA options from the ORC REST API

List storage files isn’t, to the best of my knowledge an option within apps.

And I would like to skip the usage of a robot process, mainly because of the time it takes to start the process and return the list. A direct lookup would be beneficial.

Ok,
so you want to get a filtered List of Storage Bucket File Infos,
Filtered on part of the FileName
Used / called from an UiPath App

right?

exactly.

Spot on, we save a lot of images to the tasks, and I would like to give the users the possibility to display the images directly in the apps.

As a first look we do find only

  • Download File from SB
  • Upload File to SB

from the docu

Also we do feel the miss of XHR Call functionality. However we encourage to let this topic a further time open, as technical barriers has to be pushed forward.

With:

you named a workaround and gave a reason, why it is not preferred.

Maybe a new workaround idea can be created by a storing an inventory list file within the SB, which done on an event, process execution, scheduled time span … base