Learn about the latest Nintex capabilities at New at Nintex
This section contains archived Nintex for Office 365 forum posts.
Recently active
I have created a list in SharePoint and what to add a column to capture the repeating section on my Nintex form,When I go to add my column, I'm missing the following Nintex Repeating Section Data Any Ideas? RegardsClaire
I am using an Yes/No checkbox to change a DateTime field format to only display the Date format if checked. So far I have used just the Control (e.g. AllDayEvent), Control == '1', Control=='Yes', etc..) but the Date field in question does not change. Whats the trick?
We have a form on which a user needs to select a restaurant. There are two types of restaurants, ones where individuals choose their personal food selection afterwards and ones where there is a pre-set bulk catered selection of food. When an event requester chooses the restaurant to cater, we want them to know which are which. I've seen on forms outside of Nintex where there is an option that is bold that is not selectable that acts as somewhat of a header for the choices below it. Is there a way to accomplish this in Nintex? I don't want to just add it as a choice for fear of users picking their restaurant as "Individual Order Restaurants" and not understanding that all options below that "header" are Individual Order Restaurants.
Friends,Is there a way to configure quick step to start specific Nintex list workflow in Office 365?Any pointers to achieve this are welcomeThanks
This is not an error I have seen before, only shows up when trying to Publish or Save a workflow. - SharePoint Designer Workflows are publishing and ruining ok- Account is Site Collection Administrator- Opening existing Nintex workflows on the site just show up as blank (no error message on designer)- Existing Nintex workflows are running ok (but can't edit them as above)- Can't create any new Nintex workflows anyone had this before, just about to reinstall Nintex WF app on the site
Hi! According to the Nintex Workflow for O365 REST API documentation, if I want to use the method to import workflow into the existing one I should provide the GUID of the existing workflow (http://help.nintex.com/en-us/sdks/sdko365/Reference/REST/NWO_REF_REST_ImportWorkflowPut.htm) - the question is, how can I obtain it and from where? Second thing - if I'd like to use "Import into new workflow" method, there really is no way to set the imported workflow name? It has to be the same as the exported one? And therefore the only way to import a workflow to a different list/ library in the same site is to create a workflow for that list/ library and then overwrite it using the above mentioned method? Has anyone used the REST API to for example publish workflows on many lists from a single source (maintenance purposes)? Regards,Tomasz
Hello friendsIs it possible to create a Nintex workflow on content type hub and use it across multiple site collections? Thanks
Hi All, We have a customer requirements and they want have following requirements: Nintex Reporting: They want to see how many workflows are pending, approved overdue report for approver with status can be viewed from the management perspective in SharePoint. They also want to export those report in Excel within SharePoint. I know Nintex Hawkeye can be used but unfortunately its available only on On-Premises at the moment. Save this saves excel report within SharePoint Online Audit purposes.Q: What reporting could I use to generate these reports?Q: Collate all the workflow history (https://contoso.sharepoint.com/sites/IT/Lists/Workflow%20History) and display within an app? Found a blogpost which shows Workflow Status as PowerShell Scripthttp://spmavericks.com/2014/11/01/sharepoint-online-o365-powershell-script-get-workflow-status/ Any suggestion would be highly appreciated.
Hi Everyone, I need to get sample Nintex Workflow Admin and Nintex Workflow Pro certification. Where can I buy those materials? Is this source valid? http://www.onexacademy.com/Paginas/Certification-Nintex365.aspx There is no much info on the site? Please provide some online practice sites for Nintex certification.
I have a drop down that is used to pick a "group" name. I want to use the fn-isMemberOfGroup() function to display a section only if the member is part of a group based on that drop down. Example: Dropdown field (named "Industry") includes:Industry1Industry2Industry3 I have 3 sharepoint groups (each with membership visibility set to Everyone)Industry1 ViewersIndustry2 ViewersIndustry3 Viewers I've tried every combination I can think of to get this to workfn-isMemberOfGroup("Industry1 Viewers") -- manually type name, works fine fn-isMemberOfGroup(Industry+" Viewers") -- does not work fn-isMemberOfGroup("Industry Viewers") -- does not work fn-isMemberOfGroup(Industry Viewers) -- does not work fn-isMemberOfGroup(""+Industry+" Viewers") -- does not work fn-isMemberOfGroup(Industry" Viewers") -- does not work Is this possible? Am I messing up the syntax?
Hi, Iv'e been modifying all the validation in our existing Leave Form in SharePoint Online Using Nintex Form to be available on Mobile Apps. One of our validation that I want to implement also in Nintex Mobile App is the Vacation Leave 2 days ahead filling. Kindly refer to the screenshot for the sample validation. From_Tablet < dateFile is working just fine however evertime I add dateAddDays function it is not working at all. The validation you see in screenshot is what we are currently using in Nintex Form for VL Validation and it is working definitely fine except for Nintex Mobile, So I was wondering if this function is not working at all in Nintex Mobile App. Any suggestion? Thanks,
Hi Folks, Client have multiple tasks in SharePoint OOTB Workflow Task list for different workflows and each workflow has its different business logic using Nintex workflows. Client requested to have bulk approval for the task list. Do we have My Workflow Tasks available on SharePoint Online? SharePoint On-Premises do have this web part. I am developing SharePoint Add-In (Visual Studio 2015) try to simulate bulk approval for OOTB Workflow Task list as shown: a. Created custom action called “Bulk Approval”. Uses selected the tasks. b. User clicks on “Bulk Approval” button as shown above. c. A dialog box shows. d. Prompts used that he has selected to the tasks. I am just trying to set the Nintex workflows statues (In Progress, Accepted, Rejected) to Approved or Rejected for all the document libraries/custom lists and loop through all document libraries/custom lists that is using Nintex workflows using my custom code. For e.g. We have travel request, leave request lists for ShareP
I'm trying to use the Lookup runtime function on Nintex 365 Forms to lookup a value in a list on a different site, but I'm having problems. The documentation says:lookup("list title", "column to filter on", "value to filter on", "output column")List Title = To point to a list in another site, precede the list title with the server relative url path of the site, then delimit the list title with a pipe ‘|’ symbol, e.g. “/sites/siteCollection/siteA|customList” On my form calculated field I have entered:lookup("/squads/procurement|Person to Cost Centre","Title",Current User (Display Name),"Cost Centre") There is an item in this list which matches my username. However, when I preview the form it just displays: #Value! Using IE Dev tools to troubleshoot, the error says:errMessage = "List 'Person to Cost Centre' does not exist at site with URL 'https://<OurCompany>.sharepoint.com/essentials/Concierge'." This site URL is the path to the site the form is on, so it seems to be ignoring th
Hi all,I'm attempting to use the 'Copy to file share' action. I keep getting 'Error Code: (3) The system cannot find the path specified.'This is due to either of these 2 reasons (Possibly both) and I don't know this fix The file location I am wanting to save to includes a '&' and also a space which is why I believe I am getting this error. I know this as I have used a different file in the same location with no symbols or spaces and everything works fine. I'v also tried %20 and %26 Example file location: //example/example2/example&example example Any help would be much appreciated.
I need to store a 'reason for declining' in a Customized Task form.To store the feedback I use a Workflow variable (so I can send it by email in a follow-up action). I can only find the option to show the Workflow Variable in the Task Form as a single line text.Is there a way to use a Multi Line Text input?
Hi,I am trying to explore Nintex office 365 workflow using trial version. Here I am not able to find several workflow action like LinkedIn Workflow action.Whats the possible reason behind not displaying all the actions? Its due to trail version?
SharePoint 2013 has default approval workflow where we can enter the details of the users and the approval process starts through that all users.I was looking same feature in Nintex office 365 too, but I was not able to find that in Nintex.So How can I achieve that in Nintex. I am completely new to Nintex
Hi,How do your Office 365 users react when they want to change the ownership of a workflow task?This out of the box feature of Nintex Workflow on premises is not available on Office 365, and I am quite surprised not to see anybody asking how to workaround it,I can see that it is requested Task delegation is missing – Customer Feedback for NintexHow do you all deal with delegation if a user cannot respond to a task ?
Hi All, I am exploring Nintex Mobile for my Andriod phone (Samsung Galaxy S7). The environment is Office 365 with SharePoint Online. I referred to this URL to configure apps but still do not work for my solution : Company has 2 accounts for each 1) For corporate account with email address as First.Last@company.com 2) Office account with email address as First.Last@company.org Downloaded the Firstly accessed the site from Chrome Brower and it worked well. Downloaded the Nintex Mobile and accessed the same URL as above but got an error. Any other additional configuration required for Mobile apps for Andriod?? Please advice. Thanks in advance.
Hi all! I have a weird problem. When workflow tries to execute action "Office 365 Upload file" it gets suspended. The aim of the action is to copy a file indicated as a "Content" (direct to a fil stored in SharePoint, being a list attachment) into a UserPictures library in the same site as the mentioned list. However workflow gets suspended showing hint: "RequestorId: 6c4389e3-efe8-c4de-0000-000000000000. Details: ServiceNoResponse" and there is also a message logged claiming, that "The list 'UserPictures' does not exist in web site [...]". But it does The action seems also well configured to me, even if I copy-paste URLs it still shows the same error: Does anyone faced a similar issue? I even found an identical solution to what I was trying to achieve (Nintex attachment workflow) and author claims it works and frankly speaking - it should Any help highly appreciated Best regards,Tomasz
Our Nintex Workflow for Office 365 will be expiring soon, we want to know what will happen to our existing workflows and forms. Will they stop working? Will we loose everything? thanks
I'm running in to an error when using an App Step within my Office 365 Nintex Workflow. Eventhough I have activated the corresponding Site Feature, I keep getting the error listed below when adding the App Step action to my canvas. Please note that I'm getting this error in both existing and newly created workflows. Are there any other settings I have to change in order for this to work (e.g. on Tenant Level)? The required feature is not currently active. To enable App Step, the following site feature must be activated:Workflows can use app permissions
My client is using O365 Nintex workflow and due to spaces in item url, items url isn't all hyperlink. This is inconvenient to end users as the hyperlinks isn't working.I found solution to remove spaces in url with regular experssion, but how to do that in O365?Please help!
I'm having an Infopath form which is having sections numbered from 0 to 14. They are being filled based on some rules. I'd like to use a "Query XML" action to get only those having values in nodes <ID{n}> (where {n} is the next number from 0 to 14). I'm then using the following XPath query://my:Approvals/*[starts-with(name(), 'my:Approve')][*[starts-with(name(), 'my:ID') and text() >= 0}]]When I'm testing the query using the http://www.xpathtester.com/xpath tester it returns me 3 nodes.However when I execute my workflow processing the actions logs error message: XPath query is invalid. Expression must evaluate to a node-set.. I have no idea how to debug what this action is returning or what am I doing wrong, when on the other hand XPath tester tells me everything should be correct... I highly appreciate any help Best regards,Tomasz
Hi - has anyone encountered and resolved this before. My workflow vanished from the workflow gallery this morning. It was there and working until yesterday. I don't see any support for this online. Please help.
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.