Learn about the latest Nintex capabilities at New at Nintex
This section contains archived Nintex for Office 365 forum posts.
Recently active
I have one SP workflow 2010 and one Nintex O365 workflow on the same list. I would like to run the SP workflow 2010 first. Then follow by the Nintex O365 workflow. On the SP workflow 2010, I did try modified some field value, but it did not trigger the Nintex O365 workflow (It work for normal SP workflow). Anyone have others solution?
Hi, I've seen samples of what get removed after 60-days in a workflow history. Unfortunately none of them related to Office 365/SharePoint online. I have the following and wants to know what gets removed from the workflow after 60 days (as part of purging implemented by Microsoft)  If you have pointers on how the 'removed item' can be saved on a list. That would be awesome too! Thanks!
Good day, I have a workflow with various approvers, but some of my Assign a task initial emails arrive with subject line only. Why is that or what am i doing wrong? The wording on all the Initial emails are similar.
Hi, I want to know how to get deleted row information (such as row id) in repeater control when I use NWF.FormFiller.Events.RegisterRepeaterRowDeleted function?My Code:NWF.FormFiller.Events.RegisterRepeaterRowDeleted(function (){      var repeaterRow = NWF$(arguments[0][0]);      if(NWF$(repeaterRow.parents('.nf-repeater')[0]).hasClass('AttDetail'))      {            console.log('row has been deleted');      });});
Hi, I created the following workflow. I am trying to compare today's date with 25 (of the month) If today's date = 25th then run the emailer. I am stuck at defining variable. I was able to define 'DDate = 25'. However, I could not assign 'ToDate' as today's date. Also in run if, I understand I cannot compare 'Todate' (07.04.2017) with 'DDate' (25). How do I extract the day portion of today's date only? Thanks! Kindly let me know what I am doing wrong. Â
Hi forum NintexI created a nintex form I have one field link it to another list with a "list look up" using a drop list, I want to link this field with the control called "Calculated Value"I called from Flotilla Airwaves (list), search in column named "Nombre" if is equal to ecco send me the column named "Tipo" information.But when I save the form doesn´t show any information. Someone know if I have a error in the form? thks!
I am using Office 365 and nintex forms and trying to get list item attachments in task forms. As the attachments doesn't come by default i am using javascript ajax call to get the attachment url but the ajax call is throwing Forbidden error. In the developer tool i observed the error as -- required Cross Origin Resource Sharing (CORS). Here is my ajax call code. This code worked fine when i called in script editor web part. NWF$.ajax({       url: requestUri,       type: "GET",       dataType : "json",       crossDomain: true,        xhrFields: {         withCredentials: true       },       headers: {         "accept":"application/json; odata=verbose"       },       success: onSuccess,       error: onError}); Please Let me know how can i resolve the issue.
I have a Company Type dropdown, when I make change, it use rule to lookup to the company types list to show/hide some field. The rule only apply for first time when it load the page. At runtime, if I made change on the Company Type, the rule won't apply. Any idea?
On a live application, we are using Nintex Forms O365 and Nintex Workflow.After a couple of months successfully using it, we see the below message when trying to create a item in the list using the Form. This happens in IE, Edge but not in Chrome.Has anyone else come across this behavior ?
Hello, I am currently working with Nintex forms for Office 365 and I've added a .js and .css file to my site assets. I placed the paths to these files in my Nintex form and they work, but if I change the "source code" of these files they are not being applied onto my current Nintex form. I would like to work out of these files in site assets (file control) and see the changes occur on the Nintex form instead of having to pasting my code in the actual form itself. Currently, the only way to see my new changes is to rename the file in the site assets and change the custom includes paths on the form accordingly. Is this how it's intended to work?
I can use the List LookUp control in nintex form 365 with external list in SharePoint 365???
I  have two list . i. OrderList ii.CustomerList . I am trying to update the CustomerList , CAddress field with the current item  field "Address" from OrderList, but when the workflow gets fired, it updates the CAddress field with  html tag and actual value.Â
I am having  3 lists A,B,C with 3 forms A form, B form and the C form and now i am looking up some columns from A and B lists to C list and then created 100 items.Now i am updating the columns in A and B and again creating the new items In C and so new items will be having the updated column values only.But How to run a workflow on C for the existing and already created items in C ? is it possible to run a workflow every time whenever something gets changed in lists A and B. I am using Nintex for o365.
Hi,Is it possible to run (site) workflow which can cover all libraries (existing and new)? What we are trying to do is, get an email if user uploads a file to current months' library or future months' library (which aren't created yet)Â So we are trying to house the workflow at site level and trying to initiate it from there on. Kindly let me know possible ways of doing this (or if this is impossible). Thanks!
I'm trying to add a red asterisks to fields that become required based on validation rules (why this doesn't happen already, I don't know).  I'm using a label control and positioning it next to the label that will be required.  The problem is, I only get a handful of options to choose from for colors and none of them are true red.  So I tried going the CSS route. I added a class to the label:  I've tried everything below (one at a time) but nothing changes the color: .red-star {color: #ff0000;/*font-color:background-color: */} I saw a few posts where people were changing the options of a drop down field so they used something like  .red-star option[title="title]. So I tried .red-star text.red-star input Nothing seems to work and I can't find a shred of documentation on this. Any help would be appreciated.Â
Hi, I m looking for some help for the calculated current dateSet up a choice field "approved by A"Set up a choice field "approved by B"set up a calculated field "date approved" with the formula as below:If(approved by A=='YES'&& approved by B=='YES', Current time, '')Nothing wrong with the formula, but my problem is the current time keeps changing, after A and B approve it, still lots of work needs to be done by others in the form, I don't want the date keeps changing. I just want the date once is calculated, it is locked, not allowed to be re-calculated. I tried with rules, but seems I can't disable the calculated field, it re-calculates regardless, and I can't use mode, it only can be calculated in edit mode.Thanks a lot!
Hi,Is it possible to click the save and continue button programatically with jquery or javascript. I would like to trigger a save and continue after 10 minutes of inactivity on a formThanks,Luke
Hi,Is it possible to manage which users may have acces to certain forms in the Nintex mobile app?This is for an SharePoint online environment.
Hi, I'll get i:0#.f|membership| before an email address name when receiving an email from a flow.i:0#.f|membership|firstname.lastname@domain.com How to get rid of the i:0#.f|membership|Looked around on the net but could not find anything useful. Thanks,Adam
Hi, I have a problem in my flow sending an email to a Shared Mailbox.Sending to individual people is not a problem. But the shared mailbox ( in my case the "Finance" Shared Mailbox will not receive the email. Any thoughts?
On a Nintex form, I have a Product dropdown field and 20 product detail fields. I would like to let the user select the Product from the dropdown fields, then it would autofill up the 20 product detail fields. How can I do this?
I need to create CSV files from the SharePoint list and then export to a local folder daily without user intervention. As I know, the Document generation don't have CSV format at the moment. Will it include in the future?Or do we have any work around to create the CSV files from the SharePoint list?
Using the request review control, the submit button is configured correctly and the task form times error is submitted.The error message is as follows:The Correlation ID: ce52009e - c16e b2c3e8e6 - da c0d6-74-74How to solve this problem, I want to help, thank you very much!Â
I'm interested in adding validation for a people picker field in Nintex Forms for SharePoint. Specifically, I am looking to verify that there are at least 2 people in that field. However, the count() function does not seem to work on the field, so when I attempt the validation rule (count(PeoplePicker) < 2), it will always pass, even if I only enter one person. Is there another way to validate the number of people in the people picker field?
Hello, Is there any way to see a summary and a total of all Nintex Workflows in use at O365 system? We would like to trace all of them and check if they are relevant. However they are built by numerous people and no one kept count of them. How do I find them? Thanks.
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.