Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi All! We’re mid-migration so I have so many questions lately!How do I add a calculated value to a SPO responsive form? I have a repeating section and in this repeating section I want to divide the cost by the number of people splitting the cost. my formula before on my old form was “sum([LegCost/LegPassengers])” When I try to add it now, there’s no calculated value field available to add so I inserted a number field and am adding the calculation to the default value. It’s looking like “sum([SharePoint Columns].[LegCost]/[SharePoint Columns].[LegPassengers])” and it doesn’t calculate at all. Can you help me set this up?Thank you!Kassie
We had the Training add-on switched off in our Process Manager instance because because there is no way to prevent process editors from switching acknowledgements on and potentially spamming everyone in the company with an unexpected acknowledgement request. Nintex has turned it back on (with no warning) and now I’m trying to limit our risk… any ideas?
I’ve got a NWC workflow and form. After a form has been entered, the user is supposed to come back into the form and complete some follow-up questions after a specific date/time. I’ve got a “Wait for event in list item” action that pauses until these 4 supplemental questions are answered. After they have been answered, it moves onto a “Run If” action where I want someone to get an email if any of the four questions were answered with a “no”. Apparently, the “Run If” action only looks at start data. It will not take into account fields that are populated after it’s been submitted. It immediately skips over this action. Are there any recommendations to workaround this issue? Maybe using different actions to achieve the same outcome?
How do I get the current row for a repeating section in a NAC start form?In Nintex for SharePoint on-premise we could use the runtime function of currentRowNumber.I’ve tried with both a label and a number or text control and set the default value to a function but nothing matches that I can see. Has anyone else found a solution? What I’m trying to achieve is a repeating section with a drop down control for a selected activity. The form submitter can choose upto 5 but we would like to preference each row as 1st preference, 2nd preference or Preference 1; Preference 2, etc.
Hello hivemind. We just switched over to Nintex Forms and i’ve learned a lot digging through this forum. I apologize if this has been asked already and would be grateful for some clarity. We recently upgraded from SharePoint 2010(i know) to 2019 and due to the changed Microsoft has made to lookup columns i am unable to use one. Thanks to Nintex i can use a Lookup control to point to the list i want.My question is: Is it possible to display the selections from one column, and save the associated data from another? using employee information as an example, have the drop down show the employee name but have the single line of text column capture the employee ID thats in the same list?I am unable to use a workflow(as far as i can tell) because the list i’m looking up is on another SP site and now lookups only look on the local subsite. I have tried a calculated value formula but so far have not been able to get this to work. I might have to try some javascript. I appreciate it.
I’m trying to use the new Nintex form plugin, Dynamically set repeating section rows (neo-rs). But despite its title, it doesn’t seem very “dynamic” to me. I’m a total amateur with plugins and this is my first attempt at using one in an NAC form, so I could be doing something wrong.I’ve followed the instructions on the gallery page precisely. But the plugin seems to work only if the variable in the Number of sections by default field already has a value when the form launches. If you change the value of that variable - or give it a value - while completing the form, the default number of rows in the repeating section doesn’t change. This doesn’t seem very “dynamic” to me at all. In fact, it seems to defeat the purpose of the plugin entirely. You can already enter a default number of rows in the Repeating section action. If this plugin can’t change that default number while the form is being completed (i.e., act dynamically), I don’t see what good it does.I’m trying to use it on a form
Dear all, This topic just so that you know there is a UserVoice open for voting to make it so WF variables can be cononected to fields in task forms so that to remove the tedious task of setting all default values and retrieving all potentially edited fields after each task by having form controls assiociated with a WF variable : https://ideas.nintex.com/ideas/CNV-I-156Would save us developpers precious minutes that add up to hours and days.
Hello Members, I am trying to configure the workflow chart viewer web part on the SharePoint page, I have configured all the properties of the chart but it is not rendering. The below image is shown when I am closing the configure panel.Can you please help me with that? Thanks,Riyaz K.
Hi All,I am adding my data into SQL and I want the URL of a particular task, but I am facing an issue. The URL in the Nintex email and Assignee task works fine, but when I add it into the table, I get a different string. I want to show the task URL link on the Dashboard so that when they click on the link, it takes them to Nintex. Can anyone help please.Getting in SQLtf_ed4e83f03ed74b5493b8224d64267b2f_form_urltf_ed4e83f03ed74b5493b8224d64267b2f_task_name_linkIn NWC emailhttps://urlsand.esvalabs.com/?u=https%3A%2F%2Fishidaeuropeltd.workflowcloud.com%2Ftask-forms%2F04bff17c-6803-5ccd-914f-43bdaa02ed8d_04a689ad-67cd-50bf-b202-64c43d1e6feb&e=a98c5c08&h=47b97a18&f=y&p=n
Word Document Generator Service Broker | Community (nintex.com) Can anyone confirm if they have been able to use this above broker with Nintex Automation 5.6 or even better 5.7? Thank you.
We’re having some users of a new form get the following error when trying to submit: As the form is not technically failing, there’s no instance information available. The only cause that currently comes to mind is a timeout of the session. A 3 year old community post from ‘Nicksha’ says 2 hours is the timeout; is this still accurate?What is the timeout period for a form submission, and is the setting able to be changed?
using K2 Five we have always been able to utilise the exchange service broker and access on premise mailboxes.we are migrating to exchange online, and now we want to do the same thing with online mailboxesi’ve enabled the feature and connected to exchange onlinehow do i go about creating service instance for individual mailboxes, or how can i utilise the smartobjects to read inbox emails etc
I have a workflow with a flexitask that is assigned to an SP group and it creates individual tasks for each member of the group. My problem is, for one specific user, their task is never marked as completed. They still get reminder emails. From the screenshot below, it’s always the same user that their status is “Not Started” and % Complete is blank. All the others are from the same group and work just fine.
Our Skuid version is 12.2.9 I have a SAVE button in a Skuid page with 3 models Inside a Page Title component there is a button type = SAVE where I added an Additional Models to SAVE. However the “Saving…” message is not hidden when the data is related to that additional model Is there any way to hide that message? Thanks
Hello there, 😀 I am working on a project that requires integrating several external APIs into our Skuid applications. While I have some experience with basic API integrations; I want to ensure I am following best practices 😊 to maintain performance; security; and scalability. What are the recommended approaches for handling API authentication within Skuid? Is there a preferred method for managing API keys or OAuth tokens securely? 🤔 How should I structure my data models in Skuid to efficiently handle API responses, especially when dealing with large datasets? Are there any strategies to minimize the impact on page load times and ensure a smooth user experience? What are the best practices for implementing robust error handling when making API calls? How can I ensure that my application gracefully handles API errors or timeouts and provides meaningful feedback to users? When is it more appropriate to use Skuid’s native actions for API calls versus writing custom JavaScript? Are there
Hello there, This is my first post after just joining this discussion, so please forgive me and provide kind assistance if I have posted to the wrong subsection. I am new here but a real enthusiast and loving this community so far. I have a background in teaching coding and in education and feel I could help with documentation, at least for starters. As a new member in this forum and wish to share and gain some knowledge. I am looking forward to create my own discussion to resolve my query and gain some knowledge though I have taken part in various discussion which is definitely helped me a lot. Also in what category should be taken depends on what factors? Thankyou in advance.
I am a Salesforce Admin that is trying to create new API users via Salesforce Integration User Licenses unrelated to Skuid, but I’m getting the following error message (see attached screenshot). I have Skuid installed and the error message references Skuid. My current short term solution is just add the user with a Salesforce license - however long term, we don’t want to tie up Salesforce licenses just so we can add API users. Any thoughts as to what is preventing the creation of these new users?
Im trying to add my mssql db hosted on azure. But i get this message (Screenshot) . Im unable to save the connection on skuid and cant move on past here . Anyone has any suggestions?
I recently converted all my skuid pages to v2. There are two pages that used the Field Editor with a column set and two columns in v1. In v2 the Field Editor does not exist so I added the column set with 2 columns into a Form component. Now when my data model returns more than one record (where each should be displaying in the column set on the form) the Form only displays one of the returned records even though the v2 documentation says: Skuid’s Form is a data component that allows you to view and edit a single record. In contrast to Tables, which show multiple records and allow for mass updates, the Form shows details for a specific record, which can be updated inline. If multiple records are present in the model, a Form will appear for each separate record. I don’t know how to make the form component display the column sets for each record returned by the model. Can someone please tell me how I can fix this. Thanks.
Greetings, I received an email from Salesforce about an update being pushed in the summer, " SLDS Architecture Update" and am curious if this affects SKUID at all. It seems as if it doesn’t, but I wanted to check here to be sure. Does anyone have any idea if this update has any possible effect on SKUID? Thanks! Details:https://help.salesforce.com/s/articleView?id=001622574&type=1&utm_source=techcomms&utm_medium=email&utm_campaign=FY25_Core Starting with the Summer ‘24 Release, Salesforce is modifying the internal implementations of our Lightning components, Salesforce Lightning Design System (SLDS) styles, and custom properties to support future UI changes (safe harbor). These internal changes don’t cause visible UI changes for most customers. However, if you’ve used unsupported CSS overrides to customize an Experience Cloud site or Lightning pages, those customizations may lead to undesirable visual changes as we continue to update our architecture.
We have a skuid page that renders knowledge articles for our community users on our community site. We have an iframe video from YouTube or Vimeo within some of our knowledge articles. These videos play as expected; but the AllowFullScreen attribute for the iframe is not available. We’ve tried using both an HTML template and the field editor component to display the iframe. In both scenarios, salesforce renders the skuid page without the AllowFullScreen attribute. The full-screen option renders if I manually add the attribute via the browser console. But I can’t find a way to keep the allowfullscreen attribute in the iframe. Any idea for how I can get the allowfullscreen attribute to render when the skuid page renders?
Skuid Version: 16.4.4 Once I click into the Rich Text Field I can’t click on another field to edit. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="QuoteTemplate" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Quote_Template__c"> <fields> <field id="Name"/> <field id="Description_Rich_Text__c"/> </fields> <conditions/> <actions/> </model> <model id="QuoteLineItemTemplate" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Quote_Line_Item_Template__c"> <fields> <field id="Description__c"/> <field id="Name"/> <field id="Quote_Template__c"/> <field id="Quote_Template__r.Name"/> </fields> <conditions/> <actions/> </model> </models> <components>
I am working through a v2 upgrade and am noticing some strange behavior when going to Salesforce via web browser on a mobile device. The v2 pages simply don’t render at all. V1 pages still work just fine on the tabs they are assigned to still but no luck for the new pages. This is only happening on mobile, have tried on both chrome and safari. We are deploying our skuid pages via visualforce pages.
I have a column set (two columns) inside a Form component in a v2 page. When the page renders, the left column is all the way over to the left margin of the page without even a few spaces in the left margin. This looks bad and I need to know how to add spaces. I can’t find how to do that anywhere.
We’ve migrated one of our Skuid pages from v1 to v2 and generally speaking it’s working well, but we’re stuck on a few issues that I’m hoping you can help with. In V1 we have a field that uses a Custom (run a Snippet) Field Render, and there’s a field to select a Snippet. In V2 this no longer seems to exist. How would you recommend that I achieve a similar outcome? On one of our tables, when you change the Boolean filters, if you select “Yes” or “No” they work, but when you select “All” it returns the value back to “No”, making it impossible to get back to seeing all after you’ve changed it. Do you have any suggestions for troubleshooting this? Platform is Salesforce. Not sure of the release version. If you can help with any of this I’d greatly appreciate it. If I can provide any additional information, please let me know. 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.