Learn about the latest Nintex capabilities at New at Nintex
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
I am trying to execute SPWeb.EnsureUser (SharePoint 2013) method inside a service called by the nintex workflow. I am getting an Unauthorized operation exception. If I surround the code with RunWithElevatedPrivilages everything is working fine. However, this should be working also without this... The workflow runs with a farm administrator privileges. My service is created by this factory: MultipleBaseAddressBasicHttpBindingServiceHostFactory Class:[BasicHttpBindingServiceMetadataExchangeEndpoint]public class MyService : IMyServiceThe method:[OperationContract][WebInvoke(Method = "POST",  BodyStyle = WebMessageBodyStyle.Bare,  RequestFormat = WebMessageFormat.Xml,  ResponseFormat = WebMessageFormat.Xml)]string Test(string a);Inside the method, I have only this EnsureUser and I am returning some dummy value. I am executing this by using a Nintex Call Web Service block with credentials of the farm administrator. Exceptions:Non-OAuth request. IsAuthenticated=False, UserIdentityName=, C
We are a Nintex for Sharepoint 2013 customer and require access to download the new responsive forms. I saw in a few posts that you get access after asking in the forums. I looked for a help link or request access link, but could not find one.
I want to create a site workflow that sends mails based on the values of some fields in a list. I know that I could trigger it on "item changed" if it was a list workflow. But since we are using someting called GetOrganized I'm not "allowed" to make a list workflow on that list. I then need to make a site workflow that runs at some interval. But I only want to send mails on items changed since last time i ran the workflow to avoid sending mails regarding the same item more that once. So how do I get the time of the last time the workflow was run? And even better - can I somehow know if the change was on one of the fields I'm inspecting? I.e. - can I query the item history?RegardsLars Peter
Hello,I've recently ran into a annoying issue. I hope someone out here in Nintex land can shine a light on it.I am selecting a e-mail addressIt places it in the from fieldI click saveWhen I go back into the request it displays only numbers in the from field.Please see the attachments, what causes this? I have not had this issue any other time.Thanks,Suzanne
HiUsing the XPath option for non lookup repeating section fields I use the following://Items/Item[<Index>]/<Repeating Section Field Name>e.g. //Items/Item[1]/<FieldName>With a lookup field, this brings back the ID number (I think that's what it is). How do I get the actual field data? Given that I can't connect to an ID from the repeating section lookup field.Â
Hi Team,I have trouble configuring Run if on a site workflowI am working on task reminder ( site workflow)please see attachedI want the workflow to run when items are active and then calculate the date and send an email accordingly.but, the current workflow ignores run if active = "yes" and sends emails for every item.By the way I tried the workflow from this thread too https://community.nintex.com/thread/10928No luck Any help much appreciated!!!
we are getting the below error on a straight forward flexi task workflow.03/09/2017 13:05:19.12              w3wp.exe (0x1C34)                                    0x1E78 SharePoint Foundation                     Workflow Infrastructure             88xr      Unexpected       WinWF Internal Error, terminating workflow Id# 7dff798e-d389-4553-a7e8-2ad6bccff478              03/09/2017 13:05:19.12              w3wp.exe (0x1C34)                                    0x1E78 SharePoint Foundation                     Workflow Infrastructure             98d4     Unexpected              System.ArgumentException: listItemKey    at Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity.Initialize(WorkflowContext context, Guid listID, SPItemKey listItemKey)    at Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity.Execute(ActivityExecutionContext provider)    at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext ex
I added a connection to SharePoint online, authenticated and accepted and connection looks fine (as above)However, when I try to query list or add to list using the SharePoint online connector actions in NWC my dropdown for connections displays "An error occurred":Has anyone seen this before or know how to fix it?I tried adding another connection, creating a brand new workflow, clicking refresh but nothing is letting me use that connection to work with SharePoint online.
I hope this is close to the correct place to post. Sadly most of the choices are disabled.I've been contracted to create some workflows for yearly requirement renewals and I have been unable to figure this out. Due to contract lengths being anywhere from 6 - 18 months the client is looking for a way to notify the manager if the individual is no longer here when its time to renew requirements. currently I have this built into two separate workflows.*The first creates the tasks for the contractor to get certified and is then good for 1 year. this one works perfectly.*The second workflow is triggers using Information Management at 11 months, 1 week before, and the day the renewal needs to be show completed so the individual is compliant. (currently set to hours and minutes for testing purposes.)Things I have attemptedSend the email before an if statement. If statement checks if mail was successful then don't email manager, else email manager employee is gone. -- Sounded good but I can't
Hi, Good Morning. I’m currently working/ creating a teamsite (E-Field Trial Log) and I have few questions. Please see below:   1. I have a drop down menu consisting OPS Field Name (this one pulls information in NAM) then it will automatic populate/display the Apollo Field Names under that OPS Field Name (usually more than 2 Apollo Field Name)     2. Almost same question with #1, but this time once they choose the Equipment Description it will give you an option in E-ID to choose.     3. I have Yes/No box (Gleaning) If yes, enable text box (Numeric) otherwise disable textbox. Please help me with all my questions. Appreciate your big help.
Hola, es para conocer la ubicación de una persona pero que está no tenga la posibilidad de ingresar manualmente su ubicación. Solo obtener la latitud y longitud de manera automática y que posteriormente se almacene en una columna de texto. Gracias.-
Hello Team, I am trying to build a form to search for the data in a sharepoint list and make edits, but i am not able to find any help on this article, could you please help me with steps to have a form with the below details1) Text box to search for the content2) Content to poulated in the fileds3) Edit the content4) Button to submit the data to the listThank you for sharing the steps to process the form.Regards,Venkat
I am trying to get my form to redirect to a new page when the user clicks save or submit. If they click save, they should be redirected to a saved confirmation page and when they click submit they should be redirect to a submit confirmation page.I have updated my forms so I am using the redirect URL on the button its self.The redirect works as designed if I created a new item or open and edit an item from the list, but when I click save or submit from the Nintex Form Web Part, the page just refreshes and the user is not redirected.Does anyone know how to get the redirect to work on a Web Part?
We are currently using Nintex in our on-premises SharePoint 2013 farm. We are also currently configuring our Office 365 and SharePoint Online implementation.As part of that effort, we are working on configuring hybrid search between on-prem and the cloud following these steps: https://technet.microsoft.com/en-us/library/dn720906.aspx According to this article<https://support.office.com/en-us/article/Hybrid-picker-in-the-SharePoint-Online-admin-center-efce8417-c9bc-4a2c-ac9d-cce6c4e84a9c> there is some risk that the configuration will break the Workflow Manager, and there are some remediation scripts<https://support.microsoft.com/en-us/help/4010011/provider-hosted-add-ins-stop-working-and-http-401-error> that involve deleting and recreating the workflow manager proxy (additional information here<https://blogs.technet.microsoft.com/beyondsharepoint/2016/09/15/considerations-when-deploying-sharepoint-office365-hybrid-workloads-in-a-farm-utilizing-provider-hosted-add-ins-or-
HiAfter configuring oauth and the claims issuer in designer I am unable to log in fully to designer using my AAD account, redirects fine to the Azure login but after this I get the error WIF10201: No valid key mapping found for securityToken: 'System.IdentityModel.Tokens.X509SecurityToken' and issuer: 'https://sts.windows.net/xxxx-xxxx-xxxxx I have checked the Thumbprint against the accesscontrol.windows.net certificate and this seems fine, I believe this to be the current 92B88C3DD981BF1EBCB244FCFA63C007706C79E0, a couple of alkthroughs had used this one 3464C5BDD2BE7F2B6112E2F08E9C0024E33D9FE but I believe that to be expired now. Has anyone else had a similar issue. Thanks Adam Â
What is the best way top copy the value of a person field from one list to another? I am trying to pick up the owner of a business unit from one list and copy it into the owner field of a request list. However, the value shows different.I have a look up table called Business Units. Each Business Unit has an OI Owner - type person (1st image below).I query the table with a filter on the Business Unit and assign the OI Owner to a variable called perOwner (type of person)Then, I use the Update item action to update "OI Owner" from perOwner variable. The problem is that the person's Name does not display in "OI Owner", but instead i:0#.wxxxxag1r which is some sort of internal ID for the person. How can I get the person's name to show up in the second list?Is there a better way to do this?The OI Owner name from this list: Shows up like this:
When I open a form up in view mode the cancel button says close instead of cancel. Is that CSS or JavaScript? Can that be changed to say something different. I imagine that is also what hides the save button in view as well.thanks for any insight into this issue!
All,Nintex Form 2013SharePoint 2013I'm using a calculated value with the following formula : userProfileLookup(PeoplePickerControl,"employeeID")If the form is filled out by the user currently logged onto SharePoint and the people picker is set to themselves, the employeeID is returned.If the form is completed on behalf of somebody else the calculated value field value is blankThe employeeID field is then used as part of a url string on the form which when clicked, filters a SharePoint list based on the employeeID .Default fields i.e. office, department etc. come through OK.I couldn't use preferred named value as some of our names have special characters, thus the url is broken.I can't use a workflow as the url needs to be live once the people picker control has been set. Yet, the value is available if I set it via a workflow.Any ideas?ThanksAndrew
Hi,I have created a workflow that gather information from a mail, and puts in a Word document.The Word document is then saved in a document list, and I use the "Convert document" step to create a PDF from it.Right now I can see that the PDF being produced does not support the PDF/A standard. Is there any way to get that?The reason for my question is that the common archive in Denmark for communicating between authorities or banks and the general public, www.e-boks.dk, require the use of standardized PDF/A documents.In the end I will send the document for signature to a customer, and this step will require the PDF to be in PDF/A or ISO-19005 format.Best regards,Jesper Lorentsen
Dear Community, Couldn't find any posts that helped me, so I create a new one...I'm trying to get item information from a list based on a lookup field. So I implemented a little javascript that's fired by a button.function updateSupplierTemplate(){ var ctx = new SP.ClientContext.get_current(); var myList = ctx.get_web().get_lists().getByTitle('SupplierTemplates'); ctx.load(myList); var templateID = NWF.RuntimeFunctions.parseLookup(NWF$("#" + supplierTemplate).val(), false); var myItem = myList.getItemById(templateID); ctx.load(myItem); ctx.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));}function onQuerySucceeded() { alert('success'); alert(myItem); NWF$("#" + supplierStreet).val(sStreet); }function onQueryFailed(sender, args) { alert('Request failed. Error: ' + args.get_message() + ' StackTrace: ' + args.get_stackTrace());}I could see with an alert box, that my lookupID variable is set fine. Also the SP.Contex
Hi,I have to upgrade Nintex from sharepoint 2010 to sharepoint 2013. please guide what information should i collect from current sharepoint 2010 environment related to Nintex workflow. Before moving toward final upgrade i want to check and test upgrade in test environment. for this what steps need to be perform and take into account.pls guide me thx
Hi Within a repeating section on a desktop form in 2010, I have a date/time control and a multi select choice control. I don't think the problem is because they're in a repeating section. I took the controls out and still had the same problem. I want to validate the following:If the date is not empty and nothing is selected in the multi choice control, produce error message. I've tried a number of different rule options, however I believe the following should work: {Self} is the Action TakenI've also tried:and(!equals(Date,''),equals({Self},''))and(Date!='',equals({Self},''))and(!Date=='',equals({Self},''))I've also tried substituting 'and' for &&
Is there a way to convert an existing sharepoint list form from classic mode to responsive form mode? ‌
To get the most current version of this project, please visit:Â Â http://community.k2.com/t5/K2-blackpearl/Digital-Signature-v2/ba-p/90223Â
I have a question on the form that I created I have some fields on my form those were disabled on edit.I have button called save ( it saves the details of the form like draft , don't trigger any workflows in the background) So, whenever a user saves the form as a draft they cannot edit the form( I disabled those fields as per the requirement) Now, is there any way that I cannot disable those fields for only the user who saved it as a draft?
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.