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
Please share the code from your interface [edit: or whichever node "inscription" might be referring to] - you've referenced "fv!file" supposedly somewhere that it isn't valid to do so.
Hello hrshkar
Do you have an Script task in the process model? If yes, please share the expression that you have configured in it.
I don't encounter any issues while testing this interface outside the process model; it works as expected. Here is the code for the entire interface:
hrshkar said:fv!file.mimeSubtype
Could you please replace with this fv!file.extension and try
also whenever you are posting the code please do the below
thank you for respensing me ! No, I don't have any script tasks. This is my process model.
Unknown said:Could you please replace with this fv!file.extension and try
No - she's using "fv!file" in the SaveInto, which just won't work (despite my best efforts otherwise)
Haha..Yes! I missed it.
Hi -
2 things.
The issue has been resolved. Thank you very much!