<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://connect.nintex.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>General Discussion</title><link>http://connect.nintex.com/forums/16/ShowForum.aspx</link><description>Please note, Nintex Connect is not a priority support nor a custom consulting service. Solutions and suggestions are provided with the best of intentions, but Nintex accepts no liability or responsibility for delays, inaccuracy or degree of abstraction.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/23167.aspx</link><pubDate>Fri, 25 May 2012 22:33:05 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:23167</guid><dc:creator>DouglasAkioka</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/23167.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=23167</wfw:commentRss><description>&lt;p&gt;Another test there I did...&lt;/p&gt;&lt;p&gt;I tried to pass the empty file (base64 encoded) using a&amp;nbsp;variable and&amp;nbsp;converting the same with the&amp;nbsp;functions inline:&lt;/p&gt;&lt;p&gt;FN-XmlEncode({WorkflowVariable:StringBase64})&lt;/p&gt;&lt;p&gt;FN-XmlDecode({WorkflowVariable:StringBase64})&lt;/p&gt;&lt;p&gt;But it not worked!&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/23166.aspx</link><pubDate>Fri, 25 May 2012 21:54:50 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:23166</guid><dc:creator>DouglasAkioka</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/23166.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=23166</wfw:commentRss><description>&lt;p&gt;I forgot something important&lt;/p&gt;&lt;p&gt;...as adictional information: Into the Xml file (InfoPath item), when the attachment control is empty, the node have some additional parameters: &amp;quot;xsi&amp;quot; &amp;quot;nil=&amp;quot;true&amp;quot; Like this: ...&lt;/p&gt;&lt;p&gt;&amp;lt;my:Anexo xsi:nil=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/my:Anexo&amp;gt;&lt;/p&gt;&lt;p&gt;But...with one file attached, this node is changed, and these aditional parameters are deleted. It is changed to a node like this: &lt;/p&gt;&lt;p&gt;&amp;lt;my:Anexo&amp;gt;x0lGQRQAAAABAAAAAAAAACkAAAAMAAAAQQBuAGUAeABvADAAMgAuAHQAeAB0AAAAU0RGQVNBR1haQ1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFg=&amp;lt;/my:Anexo&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So...If i get some way to change the node...&lt;/p&gt;&lt;p&gt;&amp;lt;my:Anexo xsi:nil=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/my:Anexo&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;for...&lt;/p&gt;&lt;p&gt;&amp;lt;my:Anexo&amp;gt;&amp;lt;/my:Anexo&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;...I believe that will work. &lt;/p&gt;&lt;p&gt;Is There a Way to change this information into the XML?&lt;/p&gt;&lt;p&gt;Thanks Again&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/23165.aspx</link><pubDate>Fri, 25 May 2012 21:15:55 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:23165</guid><dc:creator>DouglasAkioka</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/23165.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=23165</wfw:commentRss><description>&lt;p&gt;Hi everybody...&lt;/p&gt;&lt;p&gt;I would like to ask some help for this scenario below:&lt;/p&gt;&lt;p&gt;I have an InfoPath 2010 Form with a attachment control inside of a repeating table.&lt;/p&gt;&lt;p&gt;At the first fill of the form, this control are showed and all users can upload files. After the first submit, I use Nintex Workflow 2010 (&amp;quot;Copy to SharePoint&amp;quot; action) to send all attachments to a library and return the folder&amp;#39;s url to the form (because, after this step, all users will work with the document library to manage all attachments - so, I hide the attachment control of the InfoPath, for users not work with the same anymore).&lt;/p&gt;&lt;p&gt;Until here, all process works fine!&lt;/p&gt;&lt;p&gt;To complete my scenario, I want to remove all attachments of the InfoPath form (to compact the size of the xml). I know that all attachments into InfoPath are base64 encoded. I don&amp;#39;t want to implement code into my InfoPath Form template.&lt;/p&gt;&lt;p&gt;So, I try to use the &amp;quot;Update XML&amp;quot; Nintex Workflow Action to remove the attachments of the form.&lt;/p&gt;&lt;p&gt;See below all tries that I did:&lt;/p&gt;&lt;p&gt;1)Passing a Empty Value: I configured the action to pass no value. All the attachments were deleted. But the workflow notified me a error. I received this message: &amp;quot;The workflow could not update the item, possible because one or more columns for the item require a different type of information&amp;quot;.&lt;/p&gt;&lt;p&gt;2)Passing a Empty Variable (text with one line): I create a variable with the type &amp;quot;text with one line&amp;quot; without value (empty). All the attachments were deleted. But the workflow notified me a error. I received this message: &amp;quot;The workflow could not update the item, possible because one or more columns for the item require a different type of information&amp;quot;.&lt;/p&gt;&lt;p&gt;3)Passing a Empty File: In my case, as I will hide the Attachment Control, if I replace all files with a empty file, it will solve my problem. I try to update the file, passing a base64 Encode of a empty file &amp;quot;x0lGQRQAAAABAAAAAAAAAAUAAAAUAAAAQQB0AHQAYQBjAGgAbQBlAG4AdABFAG0AcAB0AHkALgB0AHgAdAAAAEVtcHR5&amp;quot; but the workflow replace all attachments but presents a workflow error, with the same messagem &amp;quot;The workflow could not update the item, possible because one or more columns for the item require a different type of information.&lt;/p&gt;&lt;p&gt;4) As Adictional Test ...Passing the xml InfoPath node of a form without attachments: I create a item (using the same template there I want to remove all attachments) and, using the windows explorer view of the library, I edited the xml item into the notepad and i took the node of the attachments without a file. &lt;/p&gt;&lt;p&gt;&amp;lt;my:Anexo xsi:nil=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/my:Anexo&amp;gt;&lt;/p&gt;&lt;p&gt;So I passed this part as a parameter into the &amp;quot;Update XML Action&amp;quot;. And I configured the xpath without the last one nivel. It not worked. It broken the Form Schema. But if I configure this ...to add a child node...the action insert a line into the repeating table with a attachment control (without a file).&lt;/p&gt;&lt;p&gt;So...parting of these tests, I would like to ask some help for one of this solution:&lt;/p&gt;&lt;p&gt;a. Which parameter do I have to pass in my &amp;quot;Update XML&amp;quot; Action to delete all attachments?&lt;/p&gt;&lt;p&gt;b. Which parameter (base64) do I have to pass in my &amp;quot;Update XML&amp;quot; Action to replace all attachments?&lt;/p&gt;&lt;p&gt;c. Is there another way to remove or replace all attachments using Nintex Workflow (another action)?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Best regards&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Douglas Akioka&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/17776.aspx</link><pubDate>Fri, 24 Jun 2011 23:37:10 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:17776</guid><dc:creator>Vadim_Tabakman</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/17776.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=17776</wfw:commentRss><description>&lt;p&gt;Hi DanS,&lt;/p&gt;&lt;p&gt;I haven&amp;#39;t tried this either, but it&amp;#39;s a damn good idea. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/17678.aspx</link><pubDate>Mon, 20 Jun 2011 07:49:09 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:17678</guid><dc:creator>DanS</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/17678.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=17678</wfw:commentRss><description>&lt;p&gt;Was thinking on this myself not 20minutes ago.. So this is not tested or proven.. but you could use the update XML action and just write a blank variable to the attachemnt XPATH&lt;/p&gt;&lt;p&gt;This would replace the base64 data storade there.. &lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/17669.aspx</link><pubDate>Sat, 18 Jun 2011 00:43:45 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:17669</guid><dc:creator>tschaef</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/17669.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=17669</wfw:commentRss><description>&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;I now have to figure out how to use Nintex to delete an InfoPath attachment. I&amp;#39;m a Nintex newbie, so I need more instruction on how I need to set up the Call Web Service actoin to call the SharePoint Lists.asmx web service. Can you help me?&lt;/span&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/10426.aspx</link><pubDate>Thu, 13 May 2010 10:34:59 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:10426</guid><dc:creator>Vadim_Tabakman</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/10426.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=10426</wfw:commentRss><description>Excellent Nealbo. :)</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/10418.aspx</link><pubDate>Thu, 13 May 2010 01:51:02 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:10418</guid><dc:creator>Nealbo</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/10418.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=10418</wfw:commentRss><description>&lt;p&gt;Perfect! It seems that although text is chosen in the options that the surrounding xml is also saved. This must have been stripped out when I tested the variable&amp;#39;s contents by writing to a field on the list. I managed to remove the surrounding xml and it is now working as it should.&lt;/p&gt;&lt;p&gt;Thanks for your help Vadim, it&amp;#39;s been invaluable!!&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/10397.aspx</link><pubDate>Wed, 12 May 2010 07:53:17 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:10397</guid><dc:creator>Vadim_Tabakman</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/10397.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=10397</wfw:commentRss><description>&lt;p&gt;Hi Nealbo,&lt;/p&gt;&lt;p&gt;I&amp;#39;d recommend using the Log in the History List action to log the variables ID and AB, but in the Log action, put a * at the start and end of the variables.&lt;/p&gt;&lt;p&gt;Then run your workflow, and in your workflow histroy, you&amp;#39;ll see whether there are erroneous spaces at the start or end of the variables.&amp;nbsp; That might be causing your issue.&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/10396.aspx</link><pubDate>Wed, 12 May 2010 07:38:29 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:10396</guid><dc:creator>Nealbo</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/10396.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=10396</wfw:commentRss><description>&lt;p&gt;Thanks Vadim, That was very helpful - I managed to call the web service to get a text representation of the url of the attachments, I then split it into a collection and I&amp;#39;ve printed out each entry in the collection to check they are valid urls (they are) but when I try and use a foreach and use the variable each collection item is placed into to act as the url for Delete Attachments webservice I get Failed to process response. Error returned from server: The remote server returned an error: (400) Bad Request.&lt;/p&gt;&lt;p&gt;The thing is if I manually enter the url (which I got from printing out each item of the url earlier!) it works fine.... I cannot understand why this would happen - what am I doing wrong??&lt;/p&gt;&lt;p&gt;In my example below I have simplified it even further with there being only a single attachment so the getattachmentcollection in fact only returns a single url:&lt;/p&gt;&lt;p&gt;&lt;u&gt;Getattachmentcollection&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://h.imagehost.org/view/0606/delete001" target="_blank" title="http://h.imagehost.org/view/0606/delete001"&gt;&lt;img src="http://h.imagehost.org/0606/delete001.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;(You can&amp;#39;t see but I&amp;#39;ve selected to return as text)&lt;/p&gt;&lt;p&gt;&lt;u&gt;DeleteAttachment&lt;br /&gt;&lt;/u&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="http://h.imagehost.org/view/0371/delete002" target="_blank" title="http://h.imagehost.org/view/0371/delete002"&gt;&lt;img src="http://h.imagehost.org/0371/delete002.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Delete attachments?</title><link>http://connect.nintex.com/forums/thread/10284.aspx</link><pubDate>Wed, 05 May 2010 11:51:46 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:10284</guid><dc:creator>Vadim_Tabakman</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/10284.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=10284</wfw:commentRss><description>&lt;p&gt;Hi nealbo,&lt;/p&gt;&lt;p&gt;as there&amp;#39;s no specific action for that, you&amp;#39;d probably need to use the Call Web Service action, and make a call to the SharePoint Lists.asmx web service.&amp;nbsp; It&amp;nbsp;exposes a DeleteAttachment web method.&lt;/p&gt;&lt;p&gt;&lt;a href="http://%3csiteurl%3e/_vti_bin/Lists.asmx?op=DeleteAttachment"&gt;http://&amp;lt;siteurl&amp;gt;/_vti_bin/Lists.asmx?op=DeleteAttachment&lt;/a&gt;&lt;/p&gt;&lt;p&gt;MSDN : &lt;a href="http://msdn.microsoft.com/en-us/library/lists.lists.deleteattachment.aspx"&gt;http://msdn.microsoft.com/en-us/library/lists.lists.deleteattachment.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Delete attachments?</title><link>http://connect.nintex.com/forums/thread/10276.aspx</link><pubDate>Wed, 05 May 2010 05:18:17 GMT</pubDate><guid isPermaLink="false">3bc42a30-32af-4e84-97f0-c790da351aac:10276</guid><dc:creator>Nealbo</dc:creator><slash:comments>0</slash:comments><comments>http://connect.nintex.com/forums/thread/10276.aspx</comments><wfw:commentRss>http://connect.nintex.com/forums/commentrss.aspx?SectionID=16&amp;PostID=10276</wfw:commentRss><description>&lt;p&gt;A simple question that I hope has a simple answer!&lt;/p&gt;&lt;p&gt;How would I remove an attachment (all attachments) from a list item?&lt;/p&gt;&lt;p&gt;Neal.&lt;/p&gt;</description></item></channel></rss>