Hi,
We have webform flow where a user needs to upload a file.
This file is validated in a back-end process and when it is OK, the flow continues to branch A but when it is not OK the flow continues to branch B where the user needs to upload (replace/edit) a new file.
After this the file needs to be validated with hopefully the continuation to branch A but when it fails once more it should go to branch B.
In short the "unhappy" flow is like this:
1. newrecord
2. validate (condition fails)
3. edit file
4. validate (condition fails again)
5. edit file
etc...
When we implement this , we get the "famous" red error message (error 500)
We're sorry, but something went wrong. Please try again, and if this persists, contact the website administrator. Error ID # [bce8de63-6e3e-4de5-88ab-37dea34fcc1d]
When we implement the flow without step 4 (back to validate) is works fine.
*This post is locked for comments