I’m uploading files to a storage bucket (SB) from UiPath apps. The files are getting uploaded correctly, and when my process runs, it tries to download the files. Here’s the confusing part for me:
If I provide default values for in_AadharFilename and in_PanFilename directly in UiPath Studio, the files get downloaded without any issues. However, when I run the process from the Assistant with hardcoded values or dynamically from the UiPath app, the download doesn’t occur.
Interestingly, I’ve added validation checks to ensure the paths exist before proceeding. If the paths exist, the process continues; otherwise, it throws an error. But what’s interesting is that the process runs without downloading the files, and no errors are thrown.
Could someone please help me figure out why this is happening?
EDIT :- Okay its a big mistake i made i was checking the folder i which the studio project is installed, rather than checking for the
C:\Users\HP.nuget\packages\document.data.validation\1.0.12\content\Image
such stupid mistake but glad i seen that
Document Data Validation.zip (3.8 KB)