NintexConnect London 2025
I am receiving an error weekly stating, “Error getting breadcrumb children” and my search here yielded nothing so I wonder if you have some wisdom for why this keeps happening and what I should do to avoid the error. My teammates are not receiving it.
We create a folder in SharePoint from our Nintex Workflow, it needs to have unique number at the end of it, without symbols. eg Delivery Docket 12345With 12345 being the unique number, this number doesn’t need to mean anything, it just needs to be unique.How do I do this?
Hi,I am facing slowness while editing a workflow. My workflow current size is 21MB which is less than the maximum limit. But it is very slow while editing and suddenly an page load error pop up and all the unsaved changes are lost.Kindly advise if anyone has faced an issue like this and resolved, thanks!
I have an AD group that has an email associated with it.When I assign the AD group to task recipient (do not resolve to individual user), I was expecting K2 to send the email assigned to the AD group, but it didn’t. Does anyone have gotten K2 Five (5.6+) sending task email to AD group’s email address?
What is the blue insert option for on the Microsoft Exchange Online Send an Email control? It allows you to select a collection and shows like you will be able to send to all the addresses in the collection, but when you run the flow, it will fail with the following error:-----Received an error response from the connector: {"message":"[NXCSDK.GNR.UnexpectedError] Unexpected error occurred, please contact support.","correlationId":"e3c02593-5d3e-4e11-80d7-32836ccabace","code":null} What is the use of selecting the collection if you cannot send to it? I’m trying to figure out how to send to multiple addresses with multiple CC addresses without having them all be in the To field. It seems like Nintex allows this simple procedure in that it lets you select the collection, but it fails when you run it. If it’s not able to send to collections, then why allow us to select a collection in the To , CC, BCC, and Reply To areas? Do the entries in the collections have to be in a specific format fo
Hi there, Is there the capability to make adjustments to the investigation form fields and the action form fields, the same as we can change the reporting form fields. Particularly within the investigation this would be useful, we require a lot more information and are currently using a template but as you can’t make the upload of the finished template mandatory this requires manual checking. Thank you
Is there any possible way to mass migrate Nintex Apps for Salesforce (SKUID) pages from V1 to V2? I don’t see any other way to do this than manually page by page, which can become quite cumbersome when you have over a thousand pages to convert. I’m starting to investigate the feasibility of migrating all our pages from V1 to V2 now, but the road block of having to go through the migration process manually page by page for 1000+ pages is already a tough hurdle, and then once that is complete I’ll need to rename all the pages to replace their V1 versions then review and debug all the pages manually again. I really just need to just do a full conversion replacing all the existing V1 pages and then test the new V2 pages because nearly all of our pages use page includes that reference other pages and this breaks when a V2 page tries to reference a V1 page. If anyone has any ideas for a way to do this in bulk it would be very helpful. My first thought would be to write a bulk APEX script to
Starting two days ago, in the AssureSign Date input field, when selecting the Date Format "Date in YYYY/MM/DD format with current date prefill, and after sending for signature, then the actual date input screen displays "Invalid Value" even when entering the date in the specified format, preventing me from proceeding. Even if I populate MM/DD/YYYY and others for this case, all showed “Invalid value”.If I chouse other formats such as “Date in MM/DD/YYYY format with current date prefill” and others work without issues.Only format YYYY/MM/DD style doesn’t work. However, in Japan, the YYYY/MM/DD format is standard, and using other formats causes confusion with dates, making the YYYY/MM/DD format essential for our use.
I’ve added some custom fields to a document library and would like to automate the check-in process when a button is clicked. From what I understand, the check-in action only works if the document has been checked out beforehand. I need to access the form, update fields, then click a button save, submit and check in the document. Is this possible?
Hi, I try to do the tutorial on RPA developer and try to record the Zoho website. After record, some recorded steps do not appear. How to add the application/website? Thank you.
I have three groups of controls (dropdown, textbox, button). I want to validate the groups separately, and I am having issues with the button only validating the dropdown/textbox it’s associated with. can this be done with only validation rules, or will I need JavaScript?
I need a column that shows the current date, so it updates every day, How can I do this? I have a wf that loops every day and updates the current date column daily but wondering if there is a better way as I need to keep the row where I run it from.
I set up a workflow which has a trigger condition to check if the date in a column is = to the current date. If it is then the WF is triggered. However it not being triggered. I was thinking about starting the WF when a new item is created and using the pause until action but I not sure how many rows will be in my list and have WFs running. If I had 100 rows all with WFs running will this be an issue. I have a another WF which updates the current date column to the current date every day. I was thinking this would be the trigger for the WF above as the column has been modified? Please advise.Thanks
I’m currently trying to display a text area, however words are being split midword instead of word wrapping. I’ve set the word-break css property to normal to no avail. Has anyone had this problem recently? Thanks!
Hi,I am using K25.7, I recently encountered an issue with email events containing attachments in our workflow.The support team initially recommended applying Fix Pack 13, which resolved the attachment issue.However, we are now facing workflow failures where the activity recipients are null, specifically for reference items within a loop. This started after updating the SmartObject method, and although the data exists in the database, it is not being picked up.I am here attaching screen shot for your understanding.In Test1 Email, emails were received with correct values. In Update Status, updating only status field. in TestPostUpdate email , FQN is getting blank values but there are values in database table.If anyone has encountered a similar issue or has a recommended solution, please advise. Best Regards,Thriveni
Hello, can you help me please? Exception of type 'System.Web.HttpUnhandledException' was thrown.<br/>The AAD:xxxx@xxx.mx could not be found.
Hello,I get the following error The specified value is unknown. [Error Code: TypeCasting.UnknownCasting] when calling a xtension which should return an ics file.The xtension is a .net core api and nintex does recognize the specified result type as file.The responses part of the definitions looks like this:"responses": { "200": { "description": "OK", "schema": { "type": "object", "properties": { "file": { "type": "string", "format": "byte" } } } } }I tried it according to OpenAPI Specification quick reference and Download base64 files but they differ on the properties part “file” <> “content”. But both ways dont work.But when calling the xtension i get this error.Is there anything, that I am missing?Thank you in advance!Niklas
I am attempting to set a form variable using JavaScript. When the form loads there is an error in the developer tools console log that one of the variables is not defined. NWF$(document).ready(function () { NWF$('#' + varRequestorManager).click(function () { NWF.FormFiller.SetValue("MyRequestorFormVariable","New Value"); var val = NWF.FormFiller.GetValue("MyRequestorFormVariable"); console.log("Form Variable Updated" + val); });});
i want to add tasklist for me shown into an nintexapp like other component and if i approve then it will run workflow task thats what i want
I have created a form plugin which will leverage with Microsoft Graph Api to get data from SharePont list and display it as a dropdown component. I have set the required property in the getMetaConfig().I also have the on change event to capture values from the selected option and return the Title and id as object. When I import the form plugin in NAC, the label able to display the title and id from the object that return from the component. However, the component will always recognize there is no value return, and the required field validation will shows even I have selected an option.I have also tried to change the return data type from object to string and keep the same for the rest. And it will work. When the drop down is selected, the selected value (string) could be display in a label control and the component manage to recognize there is already a selected value.I am wonder if there is any additional steps is required if the return data type need to be in object data type.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.