This process model could not be published due to the following errors. Please correct them before continuing. There was an error in an expression in the inscription at: Variable(s) not found: fv!file.

Hi everyone,

I'm encountering an error: "Errors This process model could not be published due to the following errors. Please correct them before continuing.

There was an error in an expression in the inscription at: Variable(s) not found: fv!file."

How can I fix this error, please?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to hrshkar

    Hi -

    2 things.

    1. Please edit your comment and re-paste all your code into a Code Box (make sure to re-copy from source because one of the strengths of a Code Box is that it preserves indentation, as well as preventing the forum post from being blown out by a long post of code like has happened here).
    2. You're using "fv!files" in the SaveInto parameter, which does not work.  You'll need to do further work by file type (which as Konduru pointed out, is referenced as "extension"), elsewhere.  For this, it looks like you're trying to require a PDF file - to do this, instead of trying to manipulate the saveInto, you will need to use a Validation (where "fv!file" properties ARE available).
Children