Tomasz Poszytek
My feedback
-
21 votes0 comments · 2 - Nintex Forms for SharePoint » Form controls · Flag idea as inappropriate… · Admin →
Thanks for your suggestion.
I will update this idea if there are any updates to share.
Cheers,
EuanTomasz Poszytek supported this idea ·
-
15 votes
Tomasz Poszytek supported this idea ·
-
17 votes
An error occurred while saving the comment -
25 votes2 comments · 3 - Nintex Workflow for Office 365 » Store / Actions · Flag idea as inappropriate… · Admin →
Thanks for the feedback. We are looking at options to interface with the Share feature pending on API support in a future release.
Tomasz Poszytek supported this idea ·
-
57 votesUnder Review · 0 comments · 3 - Nintex Workflow for Office 365 » Store / Actions · Flag idea as inappropriate… · Admin →
Tomasz Poszytek supported this idea ·
-
27 votes0 comments · 3 - Nintex Workflow for Office 365 » Store / Actions · Flag idea as inappropriate… · Admin →
Thanks for your feedback. We are currently reviewing this request
Tomasz Poszytek supported this idea ·
-
95 votes
Tomasz Poszytek supported this idea ·
-
99 votes
Tomasz Poszytek supported this idea ·
-
101 votes6 comments · 3 - Nintex Workflow for Office 365 » Store / Actions · Flag idea as inappropriate… · Admin →
Tomasz Poszytek supported this idea ·
-
41 votes
Tomasz Poszytek supported this idea ·
-
57 votes
Tomasz Poszytek supported this idea ·
-
44 votes
Tomasz Poszytek supported this idea ·
-
365 votes
Thanks for your suggestion.
I will update the ticket if we have anything to share on this idea.
Cheers,
EuanTomasz Poszytek supported this idea ·
-
89 votes
Hi Sridhar,
Can you share some examples of how you are using constants in your workflows?
Ta, Rick
Tomasz Poszytek supported this idea ·
-
199 votes22 comments · 3 - Nintex Workflow for Office 365 » Store / Actions · Flag idea as inappropriate… · Admin →
Thanks for your feedback. We announced our intended support for APIS in 365 at WPC. Please see the dedicated API forum on UserVoice for further info
An error occurred while saving the comment Tomasz Poszytek commented
This would be very helpful to have a possibility to import a workflow and then change it's title - without that it is not possible to publish it, if there is a source workflow present in the same site. Or to import the same multiple times to multiple lists/ libraries in the same site.
An error occurred while saving the comment Tomasz Poszytek commented
Hi! There is also no possibility to import a workflow and then change it's title - without that it is not possible to publish it, if there is a source workflow present in the same site. Or to import the same multiple times to multiple lists/ libraries in the same site.
An error occurred while saving the comment Tomasz Poszytek commented
https://nintex.uservoice.com/forums/218291-3-nintex-workflow-for-office-365 <-- here :)
Also it would be nice to have a method to upload a workflow to a given list and to set its title, not to use the one from XML definition.
An error occurred while saving the comment Tomasz Poszytek commented
The API is present, however it mostly relies on workflows binary data which is not possible to be posted using Nintex Actions. I have created a new idea to make it possible - please vote :)
Tomasz Poszytek supported this idea ·
-
78 votesOpen for voting · 4 comments · 1 - Nintex Workflow for SharePoint » Workflow Actions · Flag idea as inappropriate… · Admin →
Tomasz Poszytek supported this idea ·
-
239 votes24 comments · 2 - Nintex Forms for SharePoint » Form controls · Flag idea as inappropriate… · Admin →
Thanks for your suggestion Scott. We are soon to begin building the List Lookup control for Universal Forms and will put this into consideration when building the new control.
Cheers,
EuanTomasz Poszytek supported this idea ·
-
301 votes
Hi all,
Thank you for your interest in this idea. We have no plans to support the Event content type at this time. If our position changes, I will update this idea.
Cheers, Euan
An error occurred while saving the comment Tomasz Poszytek commented
Currently when starting to fill in the Nintex Form from the list having "Calendar" view active, SharePoint is opening it in a modal window (no way to change it ootb). After user fills the form and then attempts to save it, Nintex is showing an error: "* Invalid URL value. A URL field contains invalid data. Please check the value and try again."
In fact there is no such field nowhere in the form, and the form itself cannot be saved.
Nintex support said, that currently there is no support from filling the forms opened from the list being in a "Calendar" view.
Tomasz Poszytek supported this idea ·
-
29 votes1 comment · 3 - Nintex Workflow for Office 365 » Store / Actions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Tomasz Poszytek commented
I think the reason is that when storing the binary data to a variable or passing it using "Web Request" action Nintex is cutting-off all null bits (0x00) replacing them with spaces (0x20) or just removing them.
Tomasz Poszytek shared this idea ·
-
84 votes
Thanks for the feedback. We are currently reviewing this request.
I should point out as a stop gap, all workflow tasks created in NW365 should automatically be available via the My Tasks / Work Management features in your MySite.
Tomasz Poszytek supported this idea ·
But for that you can use Regular expression action and simply provide the following rege pattern: ( )* to be replaced by nothing.
Logically thinking an empty substring (which is space) is not a string :) But for regular expressions this is not a problem.