Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to build and manage workflows with Nintex for SharePoint.
Recently active
Error in task. Cannot find a corresponding human workflow task id for this task.
I have a button on a form that takes you to the next item on a list. I know the script to go to the next item in a list is :function saveNext() {NWF$("input[value='Save']").click(); window.location = "Site URL/Lists/List Name/EditForm.aspx?ID="+ (ID+1)}; However, the need is to go to the next "open" item on the list based on a status kept in a column. (i.e. skipping over any that are marked "Closed") How can this be accomplished?  Any help appreciated
In Nintex Forms, the only Form Controls category I have is General:I noticed if I click the Browse tab on the ribbon, the SharePoint category appears, but I'm still missing the List Columns category:Tried in IE, Chrome and (Chromium) Edge. Anyone seen this issue? Any help would be appreciated! Thanks!
I am using Flexi tasks inside loop actions and Flexi tasks can run recursively inside loop.When I read contents of "Task History Table" after 2nd iteration of loop after Flexi task, It gives some duplicate entries for Task outcomes. When I look for Task history It looks fine but issue with getting values from "Task History Table" only.Â
My form has two fields:  1- User 1 verification 2- User 2 verification  I want to set up a validation to state that user 1 can not complete both user 1 and user 2 fields and vice versa. Both fields must be completed by a different user. Once the field is completed and the form is save the modified by is captured so I plan to use this but not sure how. Â
Hello Everyone, i have a workflow with 193 actions, that i can't Export, i have many other workflow with more than this 200 and it works. I can publish it but not exporting it, anyone's can help me please ? this is the message of error.Thanks in advance.
We have Nintex Workflow 2013 on-premise for SharePoint on production server, what will happen for the live environment after license expiration.
I have been creating a form on SharePoint 2019 with no problems, but when i went to save the form, it closed and went to the list, upon re-opening it asked if i wanted to create a responsive or use classic view as if there wasn't a form there. After refreshing the page, the form came back, but now i don't have the menu options on the left hand side, i've tried re-sizing my Edge window (zooming out), but they do not appear. I've cleared my cache and re-opened Edge, but it's still not showing up.Has anyone else experienced this and has resolved it? UPDATE: I have now noticed that none of the controls on the form can be moved and I cannot drag any new controls from the visible left menu onto the form
Hi, I have a stored proc to grab some headings to populate a dropdown box. When I run the query within Nintex (using the Run Now button), the expected results are returned. However, when I preview or publish the form, the drop down box remains empty. It is probably something simple, so I have attached a screenshot of my settings. Thank you so much.
How to use this action in workflows? My understanding is that this Workflow action can convert SP list data to a PDF using a defined template. Is this correct? Anybody have any pros/cons they would like to share
Hi, I'm trying to setup a workflow with lazy approval(have it enabled in workflow settings) but replying to the prompt doesn't do anything other then sending me a bounce back O365 message about 24 hours later. This is odd because I have this set up in another library and it works fine. Site features are the same but under Library Settings>Communication the site that does work has "Incoming e-mail settings" as an option and the other one doesn't. Everything I've googled has sent me to the instructions on how to enable incoming email to the whole SharePoint farm but not a specific library, would anyone have any idea as to why this is happening? Thanks in advance.Â
Error en el encabezado de aprobación. No se puedeinsertar el valor NULL en la columnaWorkdiowProgressiD", tabla 'NTXContent.dbo HumanWorkflow: la columnano permite valores nulos INSERT falla Ladeclaración ha finalizado. El procedimiento'CreateHumanWorkflowinistance'att.
Hi,I created sharepoint list called Fuel reimbursement.I have customized this list using Nintex form.Every year employee can get 1000$ for fuel reimbursement.suppose employee apply for 300$ then the remaining amount will be 700$.when employee apply for second time then he/she would be able to see this remaining amount means(700$) on the new form.I have one column called "Amount" and other column called "Remaining Amount"."Amount" column value is coming maually entered by user."Remaining Amount" column value is coming from Calculated value of nintex form.Calculated value=1000$-Amount(which is entered by user).How i will get this remaining amount value on the new form for that particular employee whoalready applied for fuel reimbursement. Thanks & Regards,Masroor
Hi all, Google has not been my friend on this.I have a single list that I'm using Nintex forms to lookup previous entries for.I have a single field that the user enters the search criteria (a username) and then several calculated value fields use a lookup formula to populate previously entered information. If I'm targeting a single user in the list (via his username) that has multiple items added, is there a way to lookup the latest item? My formula is If(isNullOrEmpty(RACF),"",lookup("UserDB","Phone_User", RACF,"PC_User"))This brings works however brings up only the first entry for that user instead of the desired last item for that user. In my head, my thought is to call the user and sort the last ID/date modifed entry. I can't seem to get that to work....if that's even possible I tried a method that calls on Item Child Count, which seems to be 0 for all entries
Hello, I'm building a new Form for Nitnex in SharePoint 2013 (it will be upgraded this year to 2019)I have to use multi for some fields, but I would like to know if there is a way to resise these elements:As you see, there are two small columns and one big space for two buttons with a small text in it,There is a way to reduce the size of these buttons and to increase the size of the columns? Many thanks for your helpÂ
I've got a regular expression action in Nintex Workflow where I need to replace everything after the third slash of a url.- This is the url: http://www.testurl.com/this-part/needs-to/be-replaced- This part should be replaced: this-part/needs-to/be-replaced- With this: become-thisSo the final url is like this: http://www.testurl.com/become-this  What Regex pattern should I use for this?
I have 3 fields in a document library: IDValue1, IDValue2 & IDMatchI want a workflow to lookup both the fields IDValue1 and IDValue2 and compare them. If they match, I want to then set the field value for IDMatch to be "Yes". If they do not match, IDMatch gets set to "No". I tried using a Calculated column using the formula: =EXACT([IDValue1],[IDValue2]), that gives me a Yes or No but I can't seem to use the calculated field in the workflow. It doesn't look it up.
I need to show the data of a repeated section in a sharepoint list 2013
I have a scheduled workflow that I'm using to delete files every day, I'm facing an issue when the file names come with special characters in them, such as ', &, and #.  Is there anything I can do in this case while processing the XML that is generated from the web service call? Thanks in advance for any help you can provide!
I am duplicating an item in the sharepoint at same location. The parent item is being getting created when we submit the infopath form. The copy item action is working fine, but I need to update some field so, when I try to update the duplicated item using update xml in the same workflow, it shows "The remote server returned an error: (401) Unauthorized", even when I have full access.And then I try to use web request to get xml, then it is giving the "html code", instead of xml. Could you please help me to find out how I can get the XML for the url, and why web request action is giving the html? I have tried to create another workflow to update the duplicated item, it is working but it takes long time to make changes.
PLEASE HELP, I need help with step by step instructions for applying this process for Nintex on prem not Cloud. Automate document approvals by multiple parties with Nintex on premise and using SharePoint 2016 on premise. This link step by step instructions are perfect if you are using the cloud instance https://help.nintex.com/en-us/Office365/Solution/StateMachine/1-CreateWorkflow.htm
I am really struggling on how to make this work. I always receive such great help on this forum so hopefully someone can help me again! 🙂I have 5 approvals that run in parallel. They all have to be approved before they can go to Director approval. I wanted to do a wait for update but i am only able to base that off one variable so it isnt working. Then I tried a condition "Did all rate segments approve?" and that didn't work either. Let me know your thoughts! Thank you!   Â
I have a Nintex form that has 2 fields: Was the issue fixed and date issue was fixed. I want to enforce validation on date issue was fixed field when was the issue fixed = Yes. I tried to put a rule on the field date issue was fixed using this: and(equals(Was the issue fixed?,"Yes"),isNullOrEmpty(Date Issue was fixed)), but it is not enforcing the date field. What am I doing wrong?
Hello All, I have made two simple workflows: "PDF Conversion TEST" and "PDF CopyFileshare". PDF Conversion TEST is on one list where I have only one workflow action: Convert document. This is converting a .docx file, which is present in my shared documents, to a pdf file. after conversion the pdf is stored into one custom library where the next workflow starts PDF CopyFileshare, as soon the pdf is uploaded. But this PDF CopyFileshare workflow always gives error as "Failed to start". It happen only when the converted pdf is copied directly from the PDF Conversion TEST workflow. I have tested it by uploading the same pdf manually in the library and it works fine. Only the converted pdf is having this issue. Can anyone help me on this as what can be this issue?  Platform is SP 2016 on premise.
Repetir secciones: ¿cómo obtener los datos en una lista sharepoint?Â
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.