Hi,
I want to redirect from new fom to edit form of the item directly after submit form by nintex forms.
Thanks
Hi Ahmad, You can set up Redirection in the advanced section of the form settings but what you are trying to do is not possible. The way to find the item in a list is by using the item ID. The problem is that the item ID is not created until the form is submitted. To achieve this you would have to redirect to a page that looks up the last item added to the list and then have that page redirect you back to the edit URL EditForm.aspx?ID=
Does this answer your question Ahmad?
yes, this is the best answer for my case.