Experience Nintex at ESPC24
Is anyone aware of a way to change the favicon on Cloud SmartForms? Is javascript and a CDN the best way?The references/articles I’ve found are focused on-prem, so any insights would be appreciated.
Hello! I’m working on a workflow in Nintex Automation Cloud that manages two calendars: one for the "Start Date" and another for the "End Date." The platform is configured to the Colombia time zone (GMT-5), but it’s used by people in various countries.I’ve identified an issue related to time zone differences. For example, an employee in Europe requests the dates of November 4 and 5, but when the request is processed in the workflow, the dates show up as November 5 and 6.Upon reviewing the workflow, I found that the dates are currently formatted using UTC+12:00 (Asia/Kamchatka). This could be causing the date shift when handling requests from different time zones. Question:Which UTC time zone should I use in the workflow to avoid this kind of error when users from different regions submit dates? Are there best practices or alternatives for handling time zone differences effectively in workflows that cater to a global user base, ensuring that submitted dates remain consistent regardles
Hello! I'm working with this plugin, but for some reason, it doesn't display the data https://gallery.nintex.com/t/_column_grid. Does anyone have an idea of what I might be doing wrong?This is how I'm fetching the JSON to attach. Here's the configuration: However, when I try to view the information in the tables, the fields appear empty, even though the correct amount is displayed. I have tried with other table plugins in the same way, and it does show the data.I appreciate any help or comments.
I’m starting a new thread as my old one’s title was solved and I started asking more questions.I will try and be as detailed as possible as what I’m trying to accomplish using simple logic.I have a Nintex for that is using one custom SP list. This is on prem. This list is for capturing information about onboarding and offboarding of employees.There are three panels I am using.The first panel is the people picker, which has a few properties pulling from userProfile such as email and phone number, that get put in each column in the list.The other 2 panels are onboarding and offboarding, respectively. I am using a dropdown menu that controls the display of the Onboarding and Offboarding depending on what is chosen from the dropdown. The dropdown panel is always visible depending on what is chosen from the dropdown.When the onboarding is chosen, there are fields that HR fills out with employee information, such as the hire date, what equipment they need, etc. When that information is fille
TopicRPA Studio not connecting after updating certificates on serverInstructions This issue suggests a potential misconfiguration in the environment following the certificate update. The NullReferenceException indicates that the Kryon RPA Studio is unable to properly resolve or access the server. Here's a step-by-step guide to troubleshoot the problem:Install Nintex studio in application server and try to login there, if it is a success then check below for remote clients.1. Verify Certificate Installation- Ensure the new certificate is correctly installed in the Trusted Root Certification Authorities store on the server and the client machine (where Studio is running).- Check if the certificate chain is complete, i.e., the intermediate and root certificates are also valid and installed.2. Cross-Check Compatibility- Verify that the server's updated certificate is compatible with the Kryon Studio's SSL/TLS version. Older versions of Studio might not support modern TLS standards (e.g., T
Question for you advanced Skuid builders out there. When using search in a filter set I want to be able to show a message when search starts, and change the message if no results have been found. The problem is that I’m not sure how to tell if the search has started to be executed/ been executed. I know I can do this with a form and a button set, but I want to take advantage of “Apply search as you type” feature in filter sets.Is there a way, assuming via Javascript, to test if someone has entered something into search and if so, results have been returned? There are 2 tests in particular that I want to performSomeone has typed something into the search box (I need the same trigger that enables the Reset button, but cannot figure out what it is). My attempt at a simple event listener isn’t working, but that may be my error. Search can take a large time to execute, especially the first time the user searches, and I want to be able to show a message only if the search has finished
Good morning, Is there a template available to use for reviewing a process prior to sending it for approval and publishing?ThanksAnde
I am trying to create a process with 2 separate pathways based off a decision. It’s a process to show people which documents to use when managing a project. I want to have it reach a Decision Point where if it is over $75K, it will diverge and take a path. And if it is below $75K it will diverge and take a different path. I just cannot see anything like that in all of my settings. I feel like this is a very simple thing and should be possible in theory?Also my Promapp looks very different to a lot of the tutorial videos and instructions I have found. Here are some screenshots for reference.
HI, Nintex expert I am usring Nintex for sharepoint, i am stuck in nintex auto populate drop down field for example i have a education level drop down while loading the form i want to load all the drop down field or required dropdown field which is to be displayed above. i found some solution it its very confusing can you guys help out here
I’ve fiddled around with this and don’t think it’s possible, but here goes:I’m creating a form that includes a multiple-choice field, with a maximum of four options. The options represent modules, or “playlists,” that new employees are supposed to complete within a certain period of time. As the employee completes a playlist, or playlists, they use this form to indicate which one(s) they’ve completed and upload a copy of their completion certificate(s).Each time the form is submitted, an entry is created (or updated, as the case may be) in a SharePoint list. For each of the four playlists, there is a Boolean field in the SharePoint list that is changed to “Yes” (checkmark) for those completed.What I was trying to do is have the initial form read the list and, in the multiple-choice field, present only those playlists that have not been completed.I can use an external data variable to get the data from the list and I can use a condition to narrow it down to the employee in question. Wha
I am getting an error message while deploying a package from Nintex K2 Five 5.6 server to Nintex Automation 5.8 server.The error message appears for all service instances either it is SQL Server, Endpoint Assembly or OData.The error message is “Missing Referenced Service” .Any help will be much appreciated.
Bit of a bizarre one this, but we are seeing a few cases where a person tries to launch a new form, and they are greeted by a broken page as below.I can see that the URL is trying to contact https://formso365.nintex.com to fetch some runtime components. It looks like it cannot reach that location. I, for example, can load a new form without issue. This seems to affect random individuals around the organisation, and there is no discernible pattern or trend and no other related issues are being reported by the user base. Has anyone seen this sort of thing happening on their site?
Hello, I’m bringing in my data into my Excel as middleware file and would like to add a column with a formula. Ofcourse there is no data in my file before running the report, so the #N/A appears in the column. My excel as middleware file: My Result was the same: How do I create a formula in the excel as middleware file?
I have 100% completed a course, but I cannot move onto the next module:Any ideas on what I might need to do?
Is it possible to configure a callback URL with basic auth ?
I need create a workflow to make a copy of a record and then prompt to update values before saving it to the same list. *Note there are repeating tables involved
In a form I have multiple currency controls with a non-USD currency set (as I am South Africa, I have set these to the South African Rand (ZAR)). However, when pulling these controls in read-only mode into subsequent forms as part of a workflow, the controls are set to USD and appear to have no way to adjust this.
Is anyone aware of a way to manage the K2 roles through a SmartObject (or API)?We’d like to build a UI that let’s specific users manage some role memberships, without having to go into the Management Console. Thanks in advance,I found this old topic, but it doesn’t appear to have the details any longer. Some other, similar don’t apply to what’s available in the Cloud product.