Learn about the latest Nintex capabilities at New at Nintex
This section contains archived Nintex for Office 365 forum posts.
Recently active
I am creating an form where the manager can request training for their staff. Using the Page Viewer control, it shows the calendar along with the navigation, banner, logo and everything else that is on the page. What I would like to do is only display the Sharepoint calendar itself but not as a list.Â
Hi all, I am using the action 'office 365 update items' to try and update the 'name' of my document sets.I have selected to update all list items:I have specified the metadata field (name) and the value I want to input (balloon) The result is that the workflow is suspended and shows the following comment in the history 'unable to find list item to update' (please ignore the 'sharegate' user - it is just the name of my account).   This workflow will complete successfully if I am updating the name of documents. Any thoughts? Many thanks,Mike
Hi , I have 2 lists. First list is a claims register and when an item is created it creates a document set in a Claims File document library configured for Document sets. On creation it stores the item ID and the item URL in variables. I have this working all fine. I next want to set a field in the Claims Register to link to that Claims file. When I set the field to the workflow variable storing the item URL it only links to the display.aspx for that item. I would like it to link directly to the welcome page of that Document set created. I have tried doing a lookup and storing the name field in a variable but that doesn't seem to work. Workflow is suspended due to input string not a correct format. Am I looking up the wrong field to achieve this?
I have a workflow that maps a process where there are multiple teams that approve in parallel based on a certain criteria. My problem is that I need to log who is the approver of each task (since it is assigned to a team and who ever is available finished the task) to help in auditing if a mistake went wrong..
Hello Community, Does anyone make use of the Geolocation field type in their SharePoint lists? And then do you use the Geolocation control on the forms and connect it to the Geolocation field? I'm running into a "Index was outside the bounds of the array" when I use this function. It appears that just having the Geolocation field and control connected on the form is fine, but if the field contains data then the form will not pull up and just gives me the error. I am wondering if anyone has any luck with this. Full disclosure, I am not technical enough to script the geolocation field type myself and have had to use a few different resources to add the field type to my list. Guide: Add geolocation column Office 365 - Rapid CircleScript Add Geolocation field to your SharePoint Online Thanks for reading this!
I'm hoping to use it to set a color code for the task in Outlook for my users but cannot find any documentaion on how to use it. Â What I find online (Specify a collection or dictionary variable for the list of the categories) isn't very helpful.
Request dataÂ
Hi All,  I have a long form and a few sections I need to have repeating sections as follows:I need a validation whenever; a user enters anything inside the repeating section.How it can be achieved?Please advise.
Hello Nintex Ninjas! I have been working on an app that contains complex approval process(serial then parallel) with multiple level of approvers. Been making good progress, until I got stuck in this action.(issue explained in the image as well, but in case it wasn't readable, its added below)- Got a requirement for workflow wherein a whole group wantd to be assigned task and anyone could then approve/reject it. - Start a task process to SharePoint group works great for the requirement. When anyone from the group approves the task, the rest of the groups get theirs tasks cancelled.  - But I want to collect data for two fields from approvers, that I then want to save it back in the list.  -I have been able to get the description, comments of approvers via GUID=taskID(WF variable) in 'Assign a task' action but, option to save task ID from 'Start a Task process' seems to be unavailable.  - I thought I could get Description and use Reg. Expression to get UserID & Email and though reg e
What am trying to creat a multi level state machine work flow, for each level there has to be different forms. For example normal user will see and fill some info, manager , director, HR, accounts will see and fill some extra data.RegardsKannan
Reminders in assign a task action throws error while saving the action.
Is it possible to create views or filters based Office 365 Nintex Workflow status column? I am not able to create views or filters based on the status column because the that column does not appear in "Filter By".Nintex Office 365 does not have Reporting capabilities similar to on premises version. I am curious how folks are building reports based on workflow status in Office 365.Â
We have a form that has been working in Nintex Mobile (on SharePoint Online list), and now all of the sudden, no user can open the form and they are presented with an error "String was not recognized as a valid DateTime (<a long guid of characters>)" This was a working form, that just seems to have stopped working all the sudden.  No changes to the sharepoint list / or to the actual form itself. Has anyone seen anything like this before?
I'm using repeating sections to provide a space to take notes at weekly meeting on projects. Â I want my new, empty row to be created at the top of the space, not at the bottom. Â This way my newest notes are at the top. Â Is there a way to do this?
I am using the "Office 365 Create List Item or Document Set" to create a folder in a subsites document library and keep running into errors regarding the error "Folder for the new list item does not exist or the current user lacks permissions to the folder."Â Is there an examples available that show the correct entries? Or can I not create a Folder, but just Document Sets?
Hi All,I am working one of the projects and when a user fills in the form (NewForm.aspx), he can enter all his form details.However, when he submits and trying to edit the existing form (EditForm.aspx), he should not be able to fill in the Manager and remarks as shown: I have read Nintex Community article to switch the mode and recommend to check the URLvar isNewMode = document.location.pathname.indexOf("/NewForm.aspx") > -1;var isDisplayMode = document.location.pathname.indexOf("/DispForm.aspx") > -1;var isEditMode = document.location.pathname.indexOf("/EditForm.aspx") > -1;if(isNewMode){    alert("New");}if(isDisplayMode){    alert("Display");}if( isEditMode){    alert("Edit");}  Q: How could I put this code inside my form?Some other suggested to use following code.Q: Do I have to use the custom JavaScript within the Common runtime function as shown below: Can you someone please let me know, which is the best approach to achieve this?Thanks!
Just learning Nintex forms, I have a drop down list control that should be connected to a SharePoint O365 list?Not sure how to accomplish that.Thanks!
i want to add an extra row to nintex office 365 form. how do i do that ? . sorry it sounds like a basic question . I just started the trial.
I have the user's email address but don't know what property I should use when setting the value of a Person.Grouop field.Â
Hi, In my job we have Nintex Form and Wokflow 365 on line, and I download the Nintex WorkFlow Analizer v1.2.0.40 but this software only accept file extension .nwf, and when I export my workflow from my Nintex workflow 365 this have extensión .nwp, I cant´t open this files wirh Nintex WorkFlow Analizer... Help you. Federico MS.Â
Has anyone coming up with a solution to initially have a field available conditionally and after submission being able to disable the same control for editing based on a ruleIn the example below I used a field called Ranking able to display either Food or Drinks Input selection.After submission I want to make the same control disabled for editing only allowed by Admins. I have created 2 rules (Hide and a second one for Disable on the same panel) on the same panel and that works.Is this the recommended way of doing this ? Found a solution for selectively disabling a control based on sharePoint Group membership:Although not present in the formula builder below seems to work:not(fn-IsMemberOfGroup("Your SharePoint Group Name")) RegardsJaap
BEFORE RESPONDING PLEASE NOTE:This workflow is being used in an Office 365 SharePoint environment. Please do not offer suggestions for any Nintex WF On-Prem solutions. I have activated the Workflows can use app permissions feature. Please do not suggest that I need to activate the feature or provide links to the other articles that describe how to activate the feature. HERE'S THE SITUATION:I've created an Office 365 Workflow for a SharePoint list. I have placed an App Step action. Within the App Step I've added a an Office 365 update item permissions (Permissions) action. When I attempt to configure this action, I still need to enter a Username and Password for "The user to perform the update" value. Is this by design, or am I doing something wrong? I'm expecting that within an App Step I would not need to provide a Username and Password. I'm under the impression that the entire purpose of an App Step is to elevate permissions. However, I'm only guessing because there is very little
Hi All,   Wishing everyone a very HAPPY and prosperous new year 2017!  Background: Company hired a partner to automate their paper based system into electronic forms. Partner used SharePoint Online and used Nintex forms and workflows. However partner are using a single list with 255 columns and at times forms and workflow shows following error screenshot:   Current: Now, company approached us and we are in process of fixing the issue. We found that it that list has some workflow is too slow due to number of columns and workflow at times shows this error.We raised a  support ticket with Nintex and they asked to export form and import the form to a new list.  While doing so we got the following error: Nintex also concluded that because of large columns company should reduce no of columns. However, the company cant reduce the no of columns as they are important columns.    We are in process to re-develop the solution.  We are thinking to split the that lists and planning to Nintex form
Hi all, I was wondering if there was a report showing me what applications, workflows, etc. are consuming the document quota in the Document Generation action. We are using the Document Generation as part of a Production site but another process seems to be consuming these documents and I wanted to find out what it was. Any advice would be very welcome.  Regards,Paul
Hi ‌ ‌ ‌We have custom 35 site columns in our test SharePoint online environment using Nintex forms. What will be best way to move those custom 35 site columns  on the production environment?Q: Anyone used the following PowerShell to import and export site columns from one environment to another?  We are partners and customer has not given admin rights so that we can import / export site columns as we are getting 401 unauthorized error message as shown:Q: So, do we need ask customer to give us admin access to the tenant?Thanks in advance.Â
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.