Unable to download file from SB when run from assistance

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)

debug and trace within the debugging panels. use immediate panel for RnD and Prototypings
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Check for
aadharImage.LocalPath
when using the Exists…

Hey @ppr,

Thanks for the suggestion, yes i did the debugging when i run it from studio itself, but the issue is from when the process is run from assistant , is there anyway to run the process in debug mode from assistance and use studio and breakpoints at the same time ?, IK remote debugging is a thing but I’m not sure if it fit for this scenario

EDIT :- Also it would be appreciated if you could make a small test app or just pass some values from assistant on your end and test if this is a bug of some kind of its a technical problem in my code itself

Thanks

Hey @ppr,

Any updates ? , I have to give a POC in two days