Hello,
I'm working on a page with a form for users to upload data. When the "submit" button is pressed it executes a Page Process. Once the process has completed (i.e., inserting a new DB record) it needs to branch to a new page with processing notes (defined in the Process). I've tried to save the notes to a page item on the initial page and then setup a branch that fires "On Submit, After processing...", and includes the notes in the branch, setting the value of a page item on the new page. It works in part but seems to truncate the value of the notes. Is there a limit to the length of the string that can be passed via a page branch?
Or, is there a better way to do this? Perhaps there's a way to branch directly in the Process? If so, that would be easier since I hopefully wouldn't have to set a page item just to pass that value along to the new page.
Thanks,
Steve