Hi,I'd like to build an UDA in Nintex Workflows which uses a SharePoint REST API.In fact, this one : Social feed REST API reference for SharePoint 2013 I've achieved this but I needed to explicitly sp...
Hi,I'd like to use a Nintex Form on a custom list in which one of its fields will be used to create a Document Set via Workflow.To avoid illegal characters, I wanna set a regular expression validation...
Hi,I just started a new form on a list which contains an external data field.I'd like to set a calculated value based on the value typed in the external data control. But in the formula builder, my "M...
Hi there,I just read the following question in "Dev Talk" forum and I think it has te be converted as a discussion.Is anyone could confirm?
Hi,I'd like to extend usability of a textbox using jquery autocomplete.Behavior is ok but default rendering is not correct, especially "hover" (which uses the "ui-state-focus" CSS class).I digged a li...
Marian Hatala, apologies for posting thisquestion in an old thread. What I want to achieve is to hide allDelete icons on a repeating section's rows, by default. No conditions, just never display them...
Hi,I have the following expression set to the panel control.fn-And(fn-Not(fn-Equals(Status,"0")), fn-Not(fn-IsNullOrEmpty(Assignee)))It is working when I set either (fn-Not(fn-Equals(Status,"0")) or f...
Hi, I want to replicate the groups of a site to another, keeping the permitions and the users.Does anybody know how to do it? (Both sites are in the same collection)
Hey all,I have a list with a Single Line of Text Column which is automatically filled by a workflow. There are about 6 different possibilities (ProjectA, ProjectB, ..., ProjectF).In order to use this ...
Hi!When I try to force user to enter information likeMustermann, Maxand want to avoid entries likeMustermann Maxwhich regex should I use?I tried it with\b[,]\s\b+but does not work...Thanks!!!Jakob