No node exists with id '3652' after adding a workflow
Hi,
I created a really complicated form with conditional logic and all that, and finally got it to preview and show/hide the fields correctly, then I created a page for it, added the jquery scripts, great. ready to roll.
Then I went to add a "Post to URL" workflow to post to salesforce and added all my field mappings, as well as a "remove entry" workflow item on approval.
Now I get this node id 3652 not found.
How do I even troubleshoot this? I don't want to delete my form. I deleted the workflows already thinking that was the problem but I still have the same issue. Thanks for any guidance.
This happens when loading the form, so the submit hasn't even happened yet. So instead of showing the form I see this error.
This started happening right after I tried to add a workflow. Other forms are working fine although I think this is the only Razor one (because it has to be razor to support conditional logic, right?)
The only other place I see 3652 in the entire db is in the umbracoLog table, which is an entry in 2012 that gives the amount of time it took to save the xml.
After getting access I can see that the form does work when previewing it form the Contour section so probably you have something on your page that is causing the error and it's not Contour :)
No node exists with id '3652' after adding a workflow
Hi,
I created a really complicated form with conditional logic and all that, and finally got it to preview and show/hide the fields correctly, then I created a page for it, added the jquery scripts, great. ready to roll.
Then I went to add a "Post to URL" workflow to post to salesforce and added all my field mappings, as well as a "remove entry" workflow item on approval.
Now I get this node id 3652 not found.
How do I even troubleshoot this? I don't want to delete my form. I deleted the workflows already thinking that was the problem but I still have the same issue. Thanks for any guidance.
Comment author was deleted
Could it be that you setup the form to redirect to a specific Umbraco page on submit and that that page doesn't exist anymore?
This happens when loading the form, so the submit hasn't even happened yet. So instead of showing the form I see this error.
This started happening right after I tried to add a workflow. Other forms are working fine although I think this is the only Razor one (because it has to be razor to support conditional logic, right?)
The only other place I see 3652 in the entire db is in the umbracoLog table, which is an entry in 2012 that gives the amount of time it took to save the xml.
Comment author was deleted
Does it also happen when previewing the form in the Contour section?
Yes, it does.
Comment author was deleted
Hmmm would it be possible to have access to the site to check the form, you can mail details to tg at umbraco dot com, thanks :)
Comment author was deleted
After getting access I can see that the form does work when previewing it form the Contour section so probably you have something on your page that is causing the error and it's not Contour :)
is working on a reply...