Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
I have set up a worklfow to generate a document. Upon running the workflow I get the error: There was no endpoint listening at https://live.nintex.com/Gateway..... that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException or present, for more details.  Does anybody have any idea how to fix this? There is a thread from a few years ago with the same problem, but no response was made.Â
Hello, I need to set up Single line Textbox visible only if in another choice list set up specific choice. For imagination - if I choose "payment type - other" from choise list "payment type" this textbox pops out. I thing I need to set up appearance in control settings and put some IF statement..... Appreciate any help.Thank you.Â
It seems this has been an issue in the past, from 2-3 years back.  Simply put, is there a way to reference a form control in CAML script for filtering list views OR is there a way to use a calculated control to filter "By a Control's Value" and update the list view by selected filter control? I am only assuming that if i can even reference a form control in CAML it would update the list view.  It seems to me that using a calculated value would work, but it doesnt recieve an update list view request on change. There have been topics on this as well, but no solution to update the list view.  I have quite a few form list view controls that work fine when filtering "By a Specific Value" from a list column, but in this case i need to lookup an ID and display filtered results within the form before posting to the list columns.     QSID = Parsed LookupÂ
I am in the following case:A user clicks on "New item" from the list "Travels".It selects a value from a first drop-down list (ex: this is a list of countries).A second drop-down list appears and shows the items in the list "Travels" where the destination country is equal to the selected country in the first drop-down list.If the user chooses an item in this second drop-down list, then all the fields of the form (text, multiline, person, yes/no, ...) must be pre-populated with the data of the selected item in the second drop-down list.Actually, the only solution I found is to connect to the list using sp.js and then load the fields manually, which is complicated.Thank you for your help.Â
Hi,I have site workflow which retrieve the list items based on filter criteria (WaveNo) and I am calling this site workflow using PowerShell (Refer attached file).I want to pass filter value as an argument in PowerShell script, How can I achieve this functionality. I have tried passed association data in PowerShell but filter is not working.Can you please help me on this issue.Thanks,Kalpesh
Hi Guys, As per checking with Nintex license documentation it is stated that Nintex for SharePoint is licensed per SharePoint WFE Server. Currently we have purchased Nintex Workflow (Enterprise) and Nintex Workflow (Standard) perpetual license separately with SA on our SharePoint Server 2016 farm with 1 WFE. Now we are planning add another SP WFE Server, do we need to purchase another Nintex Workflow (Enterprise) and Nintex Form (Standard) license or is it cover already under their Software Assurance and we can request to our Nintex Partner to just add the hostname of the additional WFE Server without purchasing additional license? Thank you in advance,
We have a workflow that runs on new items that initially removes all inherited permissions from the list and then grants extra permissions to the users that need it. We have had issues with this for a while and after some investigation and checking the logs we get this at the time of the workflow erroring.  System.Workflow.Runtime.Hosting.PersistenceException: The transaction has aborted. ---> System.Transactions.TransactionAbortedException: The transaction has aborted. ---> System.TimeoutException: Transaction Timeout - -- End of inner exception stack trace --- at System.Transactions.TransactionStateAborted.CreateAbortingClone(InternalTransaction tx) at System.Transactions.DependentTransaction..ctor(IsolationLevel isoLevel, InternalTransaction internalTransaction, Boolean blocking) at System.Transactions.Transaction.DependentClone(DependentCloneOption cloneOption) at System.Transactions.TransactionScope.SetCurrent(Transaction newCurrent) at System.Transactions.TransactionSc
Dear Community,we are struggling with a problem with the link to the approval task in a task notification.We see that user who click the link to the approval task on their mobile phone are 'redirected' to the editform of the task instead of opening the Approval task Form. There is no possiblity to approve the task(s).We are using Nintex Workflow for SharePoint 2013 ( not using Nintex Forms! ).On normal desktops the links to the approval tasks are working as expected, so users now always have to login to their desktop to get the tasks approved. I already had a look on the forum, but changing the order of contenttypes and default contentype in the Workflow Tasks library, did not solve the issue.https://community.nintex.com/t5/Nintex-for-Office-365/Issues-Opening-a-Nintex-Workflow-Task-Form-in-Mobile-Web-View-or/td-p/24596Neither did changing the approval url:https://community.nintex.com/t5/Technical-Issues/SharePoint-Task-form-appears-in-Mobile-browser-instead-of-a/ta-p/89573?advanced=f
If we add another Web Front End to a SharePoint 2016 farm, what needs to be done to ensure that Nintex Workflow begins to work with the new machine?
If(Savings Grand Total)lessThan(10000)Can anyone offer me some help with this if statement? If true, I could like to choose "Hide" option under my rules.However, don't think the formula is working. Thanks
I created a list workflow with a single parameter. I clicked on the Edit Start Form button and got this... Is it just me?
Hi, We have recently uninstalled Nintex Live from our SharePoint 2010 environment but when publishing forms, it errors with reference to missing Nintex Live assembly. This is now preventing us from publishing forms in our live environment. Could not load file or assembly 'Nintex.Live.SharePoint Version=1.0.0.0' or one of it's dependencies.Does anyone know if we need to specifically remove all references from the databases and if so, how do we do this? When we uninstalled we followed the documentation here Thank you. Kind Regards,Gary Henshall
Hi Community, We'd like to create a workflow that automatically creates several predefined subtask to a main task when creating a new task.The background is that we want to create a task for each customer and want to repeat the same processes in the subtask over and over again. So that we do not have to create the subtask again and again manually, we would like to solve this with a workflow.Unfortunately, in Nintex Workflow we only found one way to create a main task but no subtasks.Would that even be possible to create in Nintex Workflow?
Hi All,I have a state machine with 3 states.In some items after first state assign flexi task, workflow goign to error state. Screen shot of workflow shown below.After assign flexi task, it is showing all all the actions in green, but when i see the history i cant see the content of log action also.see the error below.  Parent list has approval permission and workflow list has contribute permission.Please help me to resolve this.
Hi there!I've added a promoted link list with a link that should open in "Dialog" box.The link goes to a Nintex 2016 form which is saved in another list.When I open this form directly from the list, the form is displayed correctly as I designed it in the Nintex form designer.But when I open it with the link saved in the promoted link list the size of the frame is limited and the form looks squashed. Even I tried to use CSS to set a fixed size for the Dialog window but this didn't worked for me.Screenshot of form opened directly in list (correct):Â Screenshot of form opened in promoted link list (incorrect):Â Code I used:<style type="text/css">.ms-dlgContent {width: 800px !important;height: 800px !important;}.ms-dlgBorder {width: 800px !important;height: 800px !important;}.ms-dlgFrame {width: 740px !important;height: 740px !important;}</style>Â Anyone can help me please?
Hi All, I can only see nintex workflow(imported) which is attached to a list, not visible to others who are all site collection administrators, When they try to access the workflow, it says "Error: cannot find workflow in repository". I am the one who imported the workflow and attached to a list, i can see the workflow and can modify it but not others. Any suggestions would be highly appreciated. Regards,Raman
Hello Team,We couldn't able to find and download the nintex forms 2013 version which was released on 26th March 2019.Could you please the share the link to download and update in our environment. Awaiting for the response. Nintext form 2013 Details:Product version: 2.11.5.20Release date: 26th March 2019Thanks,Suri
The condition [Modified by a specific person] is very powerful. I need to use it a lot to check-out the document to a user, the moment he " this specific user" open the document.++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++The problem is : the document considered modified when it is saved . Right ? . So, the condition [Modified by a specific person] will not be true unless the user already opened the document and save it . this is not what i want .I need the document to be checked-out the moment it will be opened by the user .++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Questions :Â - when the document considered modified, ( moment of opening or moment of saving) ? Am I right about my understanding explained above ?- If the document will considered modifying by the workflow in the moment of saving , Do you know any alternative solution to achieve Checking-out the document the moment a user open it ?
 Open workflow in Edit mode click on the open button from the ribbon click on the + sign (before workflow name)You will able to found all version details with Publish dates and from which user it was publishÂ
Hi,I have created a User defined action to retrieve all completed Nintex workflow taks to update item's "workflow history" field. The SP query list action returrns a collection of completed tasks that I am looping through to retrieve the Approver Name, outcome, approval date and comments. This was working fine and I started using the action in other Nintex workflows.Recently the UDA is returning duplicate workflow tasks when the workflow is approved by multiple approvers. Is this issue related to Nintex collections/List Query actions OR any delay/wait actions to be used before the List Query action?In rare cases(single approval), the query returns empty collection displaying no workflow history on the form. This is very critical and urgent issue for us now. Please provide some solution/work around to populate the workflow history for an item. Thanks Suresh
Hi, Completely new to SharePoint stuff. I have converted a SharePoint List to a Nintex Form. Can someone help me form a syntax to apply field level security please? Scenario:It is a simple SharePoint List with 6 fields - "Field 1", "Field 2", ... "Field 6".I want to lock first 5 fields for Edit to whoever has created the Item only; however, everybody else should be able to View it but cannot Edit it.Field 6 should be open to everybody to View and Edit both.And noone (except the Owner of the SharePoint site) can delete any of the Items in the List. Thanks,Vishal
We wanted to convert some InfoPath form data into HTML -The form data is just simple XML, containing the information that is entered in the form.I considered creating an XSLT stylesheet to manage the transformation, but it looked awfully complex. Then I remembered in the past, I had cracked open the form template file – the .XSN (it’s just a CAB file) and it contained XSL files. There is actually one XSL file for each view in the form.I extracted the relevant file that matched the InfoPath view we called ‘Summary’ and posted it in the Pages library – I did this as I wanted to be insulated from subsequent changes to the form – if I put it as literal text into the workflow, I would need to edit and republish it each time the form changed. This way I only need to re-upload it to the library.I’ll show the relevant steps here – this fragment starts with the ID of the item in ItemID (we have a lot more processing going on before this)Query List {LibraryName} Where ID = ItemIDEncoded Absolute
Workflows in the sharepoint is not working.It shows the error message like workflow is cancelled by the system account.Restarted the server many times.But it doesn't fixed the issue. What is the solution for this?
Hi,We have 2 WFE, 1 App and 1 DB server SharePoint Farm Architecture.At the time of installation we had 1 WEF and 1 APP server and later we added another 1 WFE after Nintex installation. Hence we found workflow schedule job and workflow service were running on WFE and App servers. We managed to stop service on App server but noticed timer job scheduler is running on 1 front end server only. Can you please suggest any workaround/solution on this? Thanks
is there a way to generate an automatic next due date within a document? I have documents in sharepoint that are due yearly, when i uploaded the document to the site i created 2 fields, due date of fling and next due date, is there a way to put a workflow in the next due date field where it automatically generates the next date?
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.