Learn about the latest Nintex capabilities at New at Nintex
This section contains archived Nintex for Office 365 forum posts.
Recently active
Link to explanation for new 365 workflow feature does not work
I need to update Richtext control field value on submit. I am able to update all other types using following but not richtext. I am aware that we need to deal richtext differently and tried but could not succeed. //works for single line of text but not for richtextNWF$('#'+ReviewHistory).val("Completed Update");
Hi all! For some time I am struggling with using the "PeoplePickerAPI" in Nintex Forms for Office 365. According to the documentation, it should be present under the "NF" object here: NF.PeoplePickerApi (People Picker Extensions - Nintex Forms). But as I expand the NF object in a browser, I see no PeoplePickerApi constructor:So, after discussion with Rebecca Gordon, I decided to give a try to the code she provided, that should add the missing constructor:NF.PeoplePickerApi = (function ($) {   var getData = function (ins) {       ins.d = ins.d || ins.$elem.data("uiItempicker");       return ins.d;   };   var ctor = function (elem) {       this.$elem = $(elem);   };   ctor.prototype = {       added: function (func) {           var a = getData(this).options.itemAdded;           getData(this).options.itemAdded = function () {               a();               func();           };       },       removed: function (func) {           var r = getData(this).options.itemRemoved;Â
Hello all, I have a SharePoint List that stores project data, my goal is to have the workflow loop through the list, get the Max project number by department, add 1 and store this value as next available number or possibly create it as a new item in a list of next available numbers. Each department project number series is unique and mostly do not start at 1. The format is 9999-999. left 4 are the department code, and right 3 are the project number we have 305 departments. I have accomplished this using InfoPath and SharePoint Designer basically by grouping by department, converting the right 3 of PJ number to a number, then Max of Pj nuber + 1. I have been tasked to create this same query process in Nintex. So far I have a collection variable (collProjectNumbers), variable (NewProjectNumber and a list query. What I need help with, when the user submits the new form with the appropriate Department and code the workflow will filter on that department only and get the next number. I am n
Hi, I am using modern pages. Unfortunately, they check-in file as soon as they are uploaded. I've designed it so that they remain checked-out to user as soon as they are uploaded. Now the reason is to make sure user fills in required metadata. However, users are being sneaky and doing 'discard check-out' which in turn checks-in the file without filling in metadata. How can I prevent this? (without disabling discard check-out?) Can I run a library workflow which runs when files are modified (is check-in a trigger for this?)Can I run a site workflow to see if any file is checked in and if metadata is not filled in, then check them out for 'modified by' user? Thanks!
I have designed a form in classic view and have a Sharepoint "Choice" column from a list that shows up in the "Desktop" view of the form but only shows the field name in the "Mobile" version. I have a rule which hides it unless a value is chosen from another dropdown. When I disable the rule then the choice column shows up in the mobile version. Any ideas?
I'm using Office 365 and I've got a list where I need to run 6 workflows when an item is saved. I know, not ideal. The problem is that all the workflows run multiple times - I'm guessing this is because each time one of those workflows changes something it triggers all the others again. This means that it takes a long time for all the workflows to finish running. Has anyone got any ideas how I could stop this happening? I've thought about calling one workflow when another finishes, but I still can't work out how I'd stop the first one running every time the document was saved. Any suggestions would be great, thank you.
Today, we are noticing issues while publishing workflows. These workflows worked yesterday. But we could not publish today. Is this due to Task id change?Does anyone else see similar issue while publishing an already published O 365 workflows?
I know it help it says update your query to retrieve the next 200 records, how do you set a loop to reach the end of record count?
I've got a Nintex Workflow for Office 365 list workflow that has been running successfully for several months. The workflow has not been updated since December 2016. The workflow only has 37 actions and is only 74 KB in size when exported. Recently, the workflow began suspending every time it runs. Now I'm seeing the following error message below every time it runs and suspends: "RequestorId: ########-####-####-0000-000000000000. Details: The workflow instance was too large to persist (over 7448 kilobytes uncompressed, over 5242 kilobytes compressed). The maximum persistable workflow instance size is 15360 kilobytes uncompressed and 5120 kilobytes compressed." Has anyone else run across this issue? Any troubleshooting feedback is appreciated.
The principal administrator sharepoint give me an administrator site permissions, and initial message "yellow ribbon" disappeared. I created a schedule calendar, save, but the WF dont start, why??? This feature need other configuration, permisson or purchase??? Schedule Site Workflow action, dont start my WF, why???? Before After:
I have list with three columns(Awards-List). Two of the columns are lookup. I wanted to use Awards-List as a lookup for a new list(Win). However, when I tried to connect the lookup in the settings, I chose Lookup then from the get information from: I chose Awards-List, and from in this column: it is not showing me the fields from Awards-list. Is it possible to use a list with lookup columns as a reference for another list? Thanks.
I tried searching in the site to find string builder action in O365. Does anyone happen to use this favorite on-prem nintex functionality in O365 ? if yes what is the name of it or work around ?I am working on a project to build assessment for migrating on-prem site with bunch of Nintex workflows to O365 and currently running a trial version of SharePoint enterprise. I request community members who already involved in such efforts to guide me a bit here. Thanks.
Dear All, We are seeking to finding solution to improve demand management processes within our organization based on agile model The requests coming from ABC sectors for IT to implement certain requirements, the team plans quarterly based on priority;The salient features include but not limited to the following1) Task assignment2) Timesheet3) Reporting4) Integration to testing software5) priority changes The team does not like to use project professional software which is very cumbersome to use, planner is good but it lacks a lot of features, do Nintex supports integration of some sort between planner, sharepoint online and Project Online I know its all very high level ideas something to work on directionthanks
Hello, I'm trying to use the people search in action 'Call HTTP web service' https://siteCollectionUrl/_api/search/query?querytext='Smith'&sourceid='b09a7990-05ea-4af9-81ef-edfab16c4e31'&rowlimit='10'&selectproperties='FirstName,LastName' In IE browser tab I see the relevant results (including data)                But I can't argue Nintex WF to give me the same.I'm getting an empty results within JSON RelevantResults: "Table":{"__metadata":{"type":"SP.SimpleDataTable"},"Rows":{"results":[]}} in responseContentvariable.I'm, not sure, how to get result from the responseContent (direct output of 'call http web service' action)d/results or d/query/PrimaryQueryResult/RelevantResults ? Has anybody tried to obtain search result of call http web service action?Appreciate any hint..Jan
Hi! Is it only me facing that issue, or is it that I am doing something wrong (but what? ), but since yesterday I am simply unable to run custom JS in Nintex Forms for Office 365... Console is claiming that NWF$ is not defined... NWF object is also udnefined. Like no javascript is working  This is of course in standard form   I have tested it on three tenants and faced the same behavior...   Regards,Tomasz
I tried this in several browsers, but in Send an Email action, when I click on the Insert Link icon in the toolbar, the left panel turned blank and nothing happen to set the URL of the link. Any idea of a fix or a work around?
I'm getting the following messages at the top of the page on one of my workflows -  The DeliveryOption feature used in the workflow is not currently supported in Nintex Workflow for Office 365. If you save the workflow, this feature will be removed. For more information, contact Nintex Support.The TaskItemId/TaskItemIds feature used in the workflow is not currently supported in Nintex Workflow for Office 365. If you save the workflow, this feature will be removed. For more information, contact Nintex Support. How do I find the location of the above features and what do I replace them with? Thanks - Matt
Using an MMD field on a form I cannot get the "type to show term" option to work. I am typing valid terms and they don't display, but can be found using the browse lookup option? I thought I had it working on one form, but now every time I use it I have the same problem.
I am trying to iterate through a document set in Office 365.I tried 2 methods but they are not working.1. Nintex Workflow - Querying a Document Set - Vadim Tabakman This method requires CAML query on a Query list action which is not possible on o3652. Iterate through documents in a Document Set | Brad’s Blatherskite Blog This method works for sp2013 but not O365.   Please help.
Hi, I've created a simple Auto-complete rule, to autocomplete when date will be after the "Start date" field.The issue is that nintex keeps looping this tasks and I receivel a lot of mail notifications. Am I doing something wrong? I've tried to change rule "Add" Days/Hours putting Value 1 or 0 and still it is looping the task (even if it is set to "None")Â
Hi , I am trying to query SharePoint list using Nintex workflow Web API. It is working fine for all the lists except & in the list title.Tried below , nothing worked . AB&C CompanyAB&C CompanyAB%26C%20Company . Please suggest ...
Hi, I want to know if it is possible to hide workflows from specific user groups? That is, how can I prevent a user from group xyz, click on file and then 'workflows' and run some workflows from there? Also, how can I prevent this user from clicking 'Nintex workflows' and then editing the workflows? Thanks in advance!
Hi All, Newbie question but I have a list that for privacy reason when user submits form I want it moved to a duplicate list on another site. Whats the best practice for doing this? I'm looking at the 365 update item workflow but I'm sure there must be a better way of doing so. Any advice us much appreciated!
Hello Friends,I can't get simple JavaScript to work in office 365 Nintex forms. Is there a place where I can find tried and tested scripts for Nintex forms.Please advise.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.