Interactive workshop: Automated DocGen for Manufacturing Ops
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
How do I disable the ability of a user with the Developer or Designer role to delete workflow?
SharePoint 2019Version: 5.2.10.0 - InternationalI am having difficulties populating a SharePoint list lookup column with multiple choices that orignate from a NAC form. I can get the first value to populate. But as soon as I add another value, it only populates the first and does not give an error.Requirements:Reason for NAC form and internal SharePoint Nintex form is that we need to allow both external users and internal users to complete the form. The final, “full” list is the SharePoint list. Original data comes from a NAC form. That form doesn't use the same lookup list as the SharePoint form and only uses choices. I need to convert these NAC form choices to the multi-choice lookup column in the SharePoint list so workflows will run on the new item. (I want one place that workflow runs from; so by sending all data to the SharePoint list, I can run the workflows. When an admin views any item from the SharePoint list, it’s a Nintex form that will show the selected value(s) in the lo
Hi, I’m trying to figure out how to configure pagination when connecting to external data source. I’m working with Prey API and need to pull in all records or iterate through the pages to get all record to show up on one table. Prey max limit is 100 record per page. How would I configure the model so that it iterate the pages and pull all records? Reference: https://api.preyproject.com/#/devices/devices_index
Just curious how come deleted items don’t make it to the recycle bin on a SharePoint site? I'm using Delete Item action. I can’t resubmit the instance if it fails if I can’t restore the file that the workflow deleted? For some reason my update items did NOT work on a workflow, and now we cannot resubmit the instance to do what it needs. Odd.
I have seen that Nintex provides its own graphical notation for the automation of business processes. There is also a Nintex process mapping tool that can edit BPMN processes. Is there any relation between the two, i. e., is it possible to translate BPMN into Nintex notation or vice versa?
Hello, I am attempting to import some BMPM (BPMN2) files from SAP ALM into Nintex and I cannot find a way (program or online tool) to convert to XPDL.This KB listed is old and the link to a converter comes up as a dead link, googling hasn’t helped. Can anyone assist? Thanks
I’m working with a form that has 65 views, and it made the development very slow, using some rules (such a Execute a Smartobject method) will cause my browser to stop responding .is that normal? Is there any solution for that?I'm truthy helpless
Need some help with a process. So we want to use the OOB configure approvals feature released by Microsoft to the GA back in June. Approvals in Lists - Microsoft Support The issue we are experiencing is, we cannot leverage NAC workflows with the information stored in the fields created by Microsoft when enabling this feature. The ONLY information brought into NAC for lists that have this configured is the person ID property, no email or username property. That being said, if we wanted to notify someone or add additional automation to this OOB feature, we cannot. Does anyone know why the ID property is the only thing being returned for the fields in the red box shown below? Challenges with OOB Feature: Emails do not go out to the approvers - only activity alert in TEAMS and goes to the “approvals” section of TEAMS. History is lost if multiple submittals for approval on one list item - therefore if we need an audit trail of it one version was approved on 1/1/24 but a different version w
How to
Hello,I have confgured a skuid page using Queue component. Let us say if there are one or more Queues, when User opens the page, how do i default the display to the 1st Queue? Is there a way to configure this? Kindly advise.Thank you.Regards.
Issue DescriptionWhen you attempt to use a SmartObject list method to populate email addresses in the "To" field of an Email step, the workflow deployment may fail to complete, and an error appears in the Host Server logs.Error Message:The following error occurs in the Host Server Logs: “0 System.Exception: Missing reference at SmartObjectField in Event 'Send Email' in Activity 'Send Email'. Error: Invalid or unsupported property type encountered 'Text'. Stack Location: K2Process 'Email Issue WF' >Activity 'Send Email' >EmailEvent 'Send Email' >EmailConfiguration >Expression > Stack End. ---> System.Exception: Invalid or unsupported property type encountered 'Text'”ResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 03.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install
Issue DescriptionWhen you use an AutoComplete control on a Form in a mobile browser, the suggestion list may not display all options when you scroll. Scrolling does not work as expected, with the background sometimes scrolling instead of the list or the list becoming unresponsive.ResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 03.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix.
Issue DescriptionWhen you try to register an OData Service Instance against the on-prem SAP S/4HANA with OAuth authorization, an error occurs.Error Message:The following error occurs: “VALIDATION The remote server returned an error (401) Unauthorized.”ResolutionThe fix is available in:Nintex Automation (5.7) Fix Pack 20. Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix.
Issue DescriptionWhen you have a Workflow with a task requiring your approval and set yourself to be out of office, adding an exception rule to forward the approval task to another account works as expected. However, if you then edit a Worklist in SmartForms connected to the Out-of-Office (OOF) setting, the system ignores the exception rule and sends tasks only to the forwarded rule.ResolutionThe fix is available in:Nintex Automation (5.7) Fix Pack 20. Nintex Automation K2 (5.8) Fix Pack 03.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix. It is recommended to clear browser cache and refresh the page.
How do I show a multiple line Salesforce addresses in a single form field using v2 components? I am converting a v1 page to v2. With v1, the consultant successfully used a template field to display the billing address of an account. An example of the template text is “{{BillingStreet}}<br/>{{BillingCity}}, {{{BillingStateCode}}} {{BillingPostalCode}}”. The same template field in V2, does not allow me to select the AllowHTML check box causing Skuid to print the HTML breaks as normal text. Even if I set allowhtml to true manually in the XML editor, Skuid still ignores does not render the breaks. Using the BillingAddress as a single field in the form doesn’t help at all. It shows on the screen with the text “[object Object]”Any suggestions on how to do this in v2 without having to create multiple fields?I have attached a Skuid Page that has a form with the example template and Billing Address field.
I am new to Docgen for Salesforce and I have a requirement to generate a pdf document and send the same through email attachment by using apex in Docgen for salesforce.Can some please share some sample apex classes/code to achieve it. Regards,Tanwi Biswas
I am trying to get my Action Sequence to Creates a New Row and Add Default Value in a Salesforce User Lookup Filed. The Value that I am trying to add is the “running user” User ID. Tried using Add Default Value > Salesforce user attribute “User ID” but it’s not populating the model. Thx in advance
Hello, I would like to propose that Tasks would not automatically default to start with @TODO.Frequently, BAs will leave steps open when developing a process, and they appear as @TODOs in the list, when in actuality, they are not. I address this in training, but dashboards are still littered with noise from empty steps. Am I the only one? Thank you, Victoria
Is there a way to list the attachments collected on a start event form onto an approval task form? I know I can attach the files in the task notification email (and any notification) that goes out. However, that feels disjointed to me. I have several sections in the starting form that require attached documentation. To have that all come to the approver in one clump of attachments feel clunky. If anyone has done something like this, please let me know. Thank you.
Hello Team , Kindly help with this language translation issue in k2 smartform . I have added the translated text in resource file under runtime and design time folder. K2 Version : K2 5.6Issue : Every other control is getting translated except radio button . Please see below picture .Please let me know if I am missing anything is here . Kind regardsRuchi Agarwal
Hello,I am somewhat of a novice in using Nintex. Creating a form from a single SharePoint list is easy; however, I have three SharePoint Lists that I need to connect to one Nintex form. The total number of data columns exceeds the SharePoint limits, hence multiple lists.The goal is that the end user only has to go to one Nintex form to enter data (which populates back to one of the SharePoint lists) and to view information and progress of their project. Is there a version of Nintex, a webpart, a parent-child relationship, or any other option that allows one form to connect to multiple SharePoint lists? If so, what might that be?Thank you!
Apart from Nintex DocGen for Salesforce, are there other options to create PDF documents within Nintex Automation Cloud?
Hello community,Looking to get some answers. When I clicked on the Field Tagger pop out, nothing shows up in my dev org. The visualforce page opens up but with no information. It is just a blank. I am set up as the system admin and I checked that I have access to the loop.fieldTagger visualforce page. The only thing that I haven’t set up is the Authorize Nintex e-Sign part in the Nintex Admin tab. I don’t think this would the field tagger issue. Does anyone know what could be the reason? Thanks! -NW
Hello Community,I am looking for some assistance. I have an org that has the Nintex package installed; their version is 18.2. The Mass DDP function appears to be not working. When I try to run Mass DDP, I receive the confirmation. However, it is not generating the documents and I am not seeing any information in the DocGen Queue.I used the AI assistant in the Nintext website. It recommended to check the logs. However, I am not finding the logs in the DocGen Package page either. Can you give us some instructions on to access these logs or give us some insights on why the Mass DDP function is not working?Any assistance would be highly appreciated. Thanks!
Hi, I created new service instance from new custom DLL. generated smart object and while executing smart object getting attached error.and this is working fine in my dev environment where as issue is with Production environment. both environments are having same network settings.appreciated if some one can assist on this. Best Regards,
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.