Error (The file variable name cannot be empty)

0
Hi Team, I've been dealing with this error trying to create a microflow to import an Excel.   The issue is that I don't have anything on the File drop list which is odd cause I already imported the file and created the entity from it.   I'm on Studio Pro 10.9.0.   Would appreciate if you guys have some insight on how to fix this.     Thanks,   Ibrahim    
asked
2 answers
0

Your question is rooted in a bigger question.

 

That you have imported a file, doesn't mean you have it available in this microflow.

You need to pass the file or retrieve it in this microflow before you can model the further process.

This action requires an object of a (specialization) of FileDocument. If you don't feed the file to this action, the action isn't configured correctly and you get this technical error

 

Answering the next question how to get the file in this microflow: that's depending on what you already have modeled, what the process is, what the objective are etc... 

So in short; first you need to think out the process, then model it.

answered
0

Hey Rene,

 

Thanks for the assist :)

 

answered