<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Unitfly Community - Recent Posts				            </title>
            <link>https://extensionkit.unitfly.com/community/</link>
            <description>Unitfly Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 16 Apr 2026 08:38:33 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Version 26.3.0 of Extension Kit Core released</title>
                        <link>https://extensionkit.unitfly.com/community/annonucements/version-26-3-0-of-extension-kit-core-released/#post-430</link>
                        <pubDate>Mon, 30 Mar 2026 12:34:16 +0000</pubDate>
                        <description><![CDATA[Hello everyone,
&nbsp;
Extension Kit Core v26.3.0 is now available. Here are the key updates from the latest release:

OCR for PDFs &amp; images in Document AI
Faster SFTP transfers
Mo...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone,</p>
<p>&nbsp;</p>
<p>Extension Kit Core <strong data-start="133" data-end="144">v26.3.0</strong> is now available. Here are the key updates from the latest release:</p>
<ul>
<li data-start="114" data-end="188">OCR for PDFs &amp; images in Document AI</li>
<li>Faster SFTP transfers</li>
<li>More flexibility in object &amp; property operations</li>
<li>Improved CSV reporting support</li>
</ul>
<p>&nbsp;</p>
<p><span>&#x1f449;&#x1f3fc; <a href="https://extensionkit.unitfly.com/documentation/release-notes/#2630" target="_blank" rel="noopener">Read the full release notes</a></span></p>
<p><span>&#x1f449;&#x1f3fc; </span><a href="https://extensionkit.unitfly.com/download-center/" target="_blank" rel="noopener">Visit the Download Center</a> to upgrade to the latest version.</p>
<p>&nbsp;</p>
<p>Kind regards, <br />Ines</p>
<p><!-- notionvc: 6d051cdb-0cf0-484a-8653-715b34a32ae0 --></p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Ines Falak</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/annonucements/version-26-3-0-of-extension-kit-core-released/#post-430</guid>
                    </item>
				                    <item>
                        <title>RE: Is it possible to insert multiple images in Word?</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/is-it-possible-to-insert-multiple-images-in-word/#post-429</link>
                        <pubDate>Mon, 30 Mar 2026 09:33:55 +0000</pubDate>
                        <description><![CDATA[@nikatilic Thank you. That was pretty much what I hoped to hear &#x1f600;]]></description>
                        <content:encoded><![CDATA[@nikatilic Thank you. That was pretty much what I hoped to hear &#x1f600;]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Karl Lausten</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/is-it-possible-to-insert-multiple-images-in-word/#post-429</guid>
                    </item>
				                    <item>
                        <title>Answer to: Is it possible to insert multiple images in Word?</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/is-it-possible-to-insert-multiple-images-in-word/#post-428</link>
                        <pubDate>Mon, 30 Mar 2026 09:06:44 +0000</pubDate>
                        <description><![CDATA[Hi Karl,
&nbsp;
Adding multiple images to a bookmark is easy to configure in the Word Writer module. In the screenshot below, you can see the configuration of the file action that inserts ...]]></description>
                        <content:encoded><![CDATA[<p class="isSelectedEnd">Hi Karl,</p>
<p>&nbsp;</p>
<p>Adding multiple images to a bookmark is easy to configure in the Word Writer module. In the screenshot below, you can see the configuration of the file action that inserts all images from a multi-select property into a single bookmark in Word, named PreImages.</p>
<p>&nbsp;</p>
208
<p>&nbsp;</p>
<p class="isSelectedEnd">There are two types of “Insert image” behavior: Replace and Append. In both cases, all images from your multi-select property will be added to the document - the difference is what happens when you run the rule again.</p>
<p>&nbsp;</p>
<p class="isSelectedEnd">If you select Replace, any previously added images will be removed when the rule is re-run, and the new set of images will be inserted. If you select Append, the behavior is as follows:</p>
<ul data-spread="false">
<li>You add 4 images to your multi-select property and run the rule for the first time</li>
<li>All 4 images are inserted into the document</li>
<li>Later, you remove those 4 images and select 2 new ones</li>
<li>The 2 new images are added, but the original 4 remain in the document</li>
</ul>
<p>&nbsp;</p>
<p class="isSelectedEnd">If you expect changes to the images, I recommend using the Replace option, as it is more intuitive for this use case. For example, if the end user changes just one image, all images will be removed and then reinserted, avoiding duplicate content.</p>
<p>&nbsp;</p>
<p class="isSelectedEnd">At the moment, we do not support additional formatting—such as adding spacing between images or modifying layout beyond size. Images are inserted next to each other. Also, if you manually edit the document in Word after the rule runs, you may lose the ability to replace images later, since a bookmark treats a newline (\n) as the end of its content.</p>
<p>&nbsp;</p>
209
<p>&nbsp;</p>
<p class="isSelectedEnd">In short, Extension Kit can help you insert multiple images into Word, but you may still need to make manual adjustments afterward. Once edits are made, re-running the rule (e.g., to replace a few images) may no longer be possible.</p>
<p>&nbsp;</p>
<p class="isSelectedEnd">I hope this configuration works for you and helps you build your case.</p>
<p>&nbsp;</p>
<p>Best regards,<br />Nika</p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Nika Tilic</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/is-it-possible-to-insert-multiple-images-in-word/#post-428</guid>
                    </item>
				                    <item>
                        <title>Is it possible to insert multiple images in Word?</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/is-it-possible-to-insert-multiple-images-in-word/#post-427</link>
                        <pubDate>Fri, 27 Mar 2026 10:07:18 +0000</pubDate>
                        <description><![CDATA[Just saw the article on inserting images in Word. It describes how to insert one image at a bookmark in the word document.A client in the construction industry has asked for a solution where...]]></description>
                        <content:encoded><![CDATA[<p>Just saw the article on inserting images in Word. It describes how to insert one image at a bookmark in the word document.<br />A client in the construction industry has asked for a solution where they easily can create a report including multiple pre and post images of work done when they are out to repair something.<br />The number of images can vary from case to case. Images would be saved in M-Files as individual documents related to the case and shown in two multiselect lookup properties containing lists of pre and post images respectively.</p>
<p>The ideal solution would be to have a word template with one bookmark for pre images and one for post images, and then have Ext.Kit insert all of the images listed in the related property. Would that be possible?  As I read the info in the configuration a file action will insert only the first file matching the filename wildcard. This means that you would need to insert multiple bookmarks for pre images and likewise for post images. Given that the number of pictures and their file names can vary from case to case it would be difficult if not impossible to solve the challenge described. Any suggestions?</p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Karl Lausten</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/is-it-possible-to-insert-multiple-images-in-word/#post-427</guid>
                    </item>
				                    <item>
                        <title> From extraction to generation: Extend AI scenarios in M-Files without coding</title>
                        <link>https://extensionkit.unitfly.com/community/annonucements/upcoming-webinar-from-extraction-to-generation-extend-ai-scenarios-in-m-files-without-coding/#post-426</link>
                        <pubDate>Mon, 23 Mar 2026 14:15:31 +0000</pubDate>
                        <description><![CDATA[Hi everyone,
&nbsp;
Join our upcoming live webinar on extending AI capabilities in M-Files without coding.
&nbsp;
Learn how to connect M-Files to external AI services such as Microsoft F...]]></description>
                        <content:encoded><![CDATA[<p>Hi everyone,</p>
<p>&nbsp;</p>
<p>Join our upcoming live webinar on <strong>extending AI capabilities in M-Files without coding.</strong></p>
<p>&nbsp;</p>
<p>Learn how to <strong>connect M-Files to external AI services</strong> such as Microsoft Foundry, Google AI, or any REST-based service using Extension Kit Core — and turn those integrations into <strong>practical business scenarios.</strong></p>
<p>&nbsp;</p>
<p>You’ll see how to:</p>
<ul>
<li><strong>Automatically extract structured invoice data</strong>, including header fields and line items</li>
<li><strong>Analyze unstructured and scanned documents</strong> using AI</li>
<li><strong>Generate objects automatically</strong> based on M-Files data using external AI services</li>
</ul>
<p>&nbsp;</p>
<p>&#x1f5d3; April 21, 2026</p>
<p>&#x23f0; 3:00 PM CEST</p>
<p>&nbsp;</p>
<p><strong><span>&#x1f449;&#x1f3fc; </span><a href="https://my.demio.com/ref/cZ6komffUhpbB5tj" target="_blank" rel="noopener">Register here</a></strong></p>
<p>&nbsp;</p>
<p>Looking forward to seeing you there!</p>
<p>&nbsp;</p>
<p>Kind regards,</p>
<p>Ines</p>
<p><!-- notionvc: e1a93c27-4b2b-446d-a2aa-faab0b476eb3 --></p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Ines Falak</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/annonucements/upcoming-webinar-from-extraction-to-generation-extend-ai-scenarios-in-m-files-without-coding/#post-426</guid>
                    </item>
				                    <item>
                        <title>RE: Module Data Transfer: Lack of performance</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/module-data-transfer-lack-of-performance/#post-425</link>
                        <pubDate>Thu, 19 Mar 2026 23:40:33 +0000</pubDate>
                        <description><![CDATA[Hi @tadej-setinc We are following up on a previously reported performance issue with the Data Transfer module. Unfortunately, this topic got lost along the way, so we are raising it again.We...]]></description>
                        <content:encoded><![CDATA[Hi @tadej-setinc <br /><br />We are following up on a previously reported performance issue with the Data Transfer module. Unfortunately, this topic got lost along the way, so we are raising it again.<br /><br />We have since moved to a new server and are still experiencing the same problem.<br /><br />The Data Transfer EK rule itself is working correctly. All exports complete successfully. However, the runtime is unacceptably slow.<br /><br />Here are the results of the last three job runs (total runtime approx. 3 hours):<br /><br />- Run 1: 1 object exported successfully<br />- Run 2: 0 objects (nothing to process)<br />- Run 3: 3 objects exported successfully<br /><br />That is 4 objects total in roughly 3 hours.<br /><br />We checked the first 10-minute section of the log and found that nothing was happening at all during that time. No processing, no activity, just idle. Given the total runtime of 3 hours for only 4 objects, this suggests the job spends the vast majority of its time doing nothing.<br /><br />Could you please investigate what causes these long idle periods between object exports and provide a fix or workaround?<br /><br />Kind regards<br />Jeremias Zirngast<br />IMCT AG]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Jeremias Zirngast</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/module-data-transfer-lack-of-performance/#post-425</guid>
                    </item>
				                    <item>
                        <title>Answer to: Feature Request: Property Setter After Successful Rule Execution in every Module</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/feature-request-property-setter-after-successful-rule-execution-in-every-module/#post-424</link>
                        <pubDate>Tue, 17 Mar 2026 10:31:15 +0000</pubDate>
                        <description><![CDATA[Hi Jeremias,
 
Even though we’ve already discussed this topic through other channels, I’ll share a summary here in case others have the same question.
Property setter functionality has al...]]></description>
                        <content:encoded><![CDATA[<p data-start="104" data-end="107">Hi <span>Jeremias</span>,</p>
<p data-start="104" data-end="107"> </p>
<p data-start="89" data-end="224">Even though we’ve already discussed this topic through other channels, I’ll share a summary here in case others have the same question.</p>
<p data-start="226" data-end="643">Property setter functionality has already been introduced in several commonly used modules where it adds clear value. This is especially true for modules that execute actions without directly modifying the processed object’s properties, where it can otherwise be difficult to confirm whether the rule has completed successfully. Examples of such modules include HTTP, Word Writer, Object Operations, and similar ones.</p>
<p data-start="645" data-end="964">For Document Processing, each action automatically writes an entry to the PD Version label, which can be used to track whether the rule execution was successful. You can use this as a workaround until property setter support is added.</p>
<p data-start="966" data-end="1089">We’re continuing to expand property setter support across additional modules over time, based on demand and prioritization.</p>
<p data-start="966" data-end="1089"> </p>
<p data-start="966" data-end="1089">Best regards,</p>
<p data-start="966" data-end="1089">Nika</p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Nika Tilic</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/feature-request-property-setter-after-successful-rule-execution-in-every-module/#post-424</guid>
                    </item>
				                    <item>
                        <title>Feature Request: Property Setter After Successful Rule Execution in every Module</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/feature-request-property-setter-after-successful-rule-execution-in-every-module/#post-423</link>
                        <pubDate>Fri, 06 Mar 2026 08:50:42 +0000</pubDate>
                        <description><![CDATA[Hello everyone
We would find it very helpful if all modules in Extension Kit supported the ability to use a property setter after a rule has completed successfully.
With the Orchestrator, ...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone</p>
<p>We would find it very helpful if all modules in Extension Kit supported the ability to use a property setter after a rule has completed successfully.</p>
<p>With the Orchestrator, rules simply run in sequence. In scenarios where a task continues in the background, this is difficult to handle cleanly. For example, when merging multiple PDFs, the job runs in the background, and the simplest solution would be to set a property once the rule has finished successfully, for example through an on-success action.</p>
<p>This would provide a reliable way to confirm that the process has been completed and allow the next steps to continue with certainty.</p>
<p>The delay options in the Orchestrator are not really a practical solution for this kind of scenario. There are workarounds, but none of them are as clean or effective as having a property setter available directly after successful rule execution.</p>
<p>We believe this would make many workflows more robust, transparent, and easier to manage.</p>
<p>Is this feature already planned, or can it be expected in an upcoming release?</p>
<p>&nbsp;</p>
<p>Kind regards<br />Jeremias<br />IMCT AG</p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Jeremias Zirngast</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/feature-request-property-setter-after-successful-rule-execution-in-every-module/#post-423</guid>
                    </item>
				                    <item>
                        <title>Version 26.2.0 of Extension Kit Core released</title>
                        <link>https://extensionkit.unitfly.com/community/annonucements/version-26-2-0-of-extension-kit-core-released/#post-422</link>
                        <pubDate>Wed, 25 Feb 2026 13:33:06 +0000</pubDate>
                        <description><![CDATA[Hello everyone,
&nbsp;
Extension Kit Core version 26.2.0 has been released, bringing new features across XML Processing, Orchestrator, Extended Auto Properties, and more:

New Data Extra...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone,</p>
<p>&nbsp;</p>
<p>Extension Kit Core version <strong>26.2.0</strong> has been released, bringing new features across XML Processing, Orchestrator, Extended Auto Properties, and more:</p>
<ul>
<li>New <strong>Data Extraction</strong> action in the XML Processing module</li>
<li>Added <strong>USERGROUPS expression</strong> to automatically sync user groups</li>
<li>New <strong>Act as User</strong> option in Orchestrator to control which user is shown as <em>Last modified</em> after rule execution</li>
</ul>
<p>&nbsp;</p>
<p>Plus additional improvements and logging enhancements.</p>
<p>&nbsp;</p>
<p>&#x1f449;&#x1f3fc; <a href="https://extensionkit.unitfly.com/documentation/release-notes/#2620" target="_blank" rel="noopener">Read the full release notes</a></p>
<p>&#x1f449;&#x1f3fc; <a href="https://extensionkit.unitfly.com/download-center/" target="_blank" rel="noopener">Visit the Download Center</a> to upgrade to the latest version</p>
<p>&nbsp;</p>
<p>Kind regards,</p>
<p>Ines</p>
<p><!-- notionvc: c574a66a-6e3f-49d3-8fab-b519c1cda139 --></p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Ines Falak</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/annonucements/version-26-2-0-of-extension-kit-core-released/#post-422</guid>
                    </item>
				                    <item>
                        <title>Answer to: WordWriter: No output in document</title>
                        <link>https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/wordwriter-no-output-in-document/#post-421</link>
                        <pubDate>Wed, 25 Feb 2026 12:15:55 +0000</pubDate>
                        <description><![CDATA[I apologize if I misunderstood your issue or the use case you&#039;re dealing with. After consulting with the rest of the team, it seems that the functionality you&#039;re describing is not yet availa...]]></description>
                        <content:encoded><![CDATA[<p data-start="18" data-end="270">I apologize if I misunderstood your issue or the use case you're dealing with. After consulting with the rest of the team, it seems that the functionality you're describing is not yet available, but it is on our roadmap and planned for the near future.</p>
<p data-start="272" data-end="513">The <strong data-start="276" data-end="293">Update Styles</strong> feature that I mentioned earlier was referenced in the wrong context. It is actually used to update styles that are already predefined in the document; it cannot be used to apply a style to a table through this feature.</p>
<p data-start="515" data-end="679">We consider what you are experiencing to be a bug — Word Writer rules should not override existing styles. We are planning to address and fix this by the end of Q2.</p>
<p data-start="681" data-end="701" data-is-last-node="" data-is-only-node="">Best regards,<br data-start="694" data-end="697" />Nika</p>]]></content:encoded>
						                            <category domain="https://extensionkit.unitfly.com/community/"></category>                        <dc:creator>Nika Tilic</dc:creator>
                        <guid isPermaLink="true">https://extensionkit.unitfly.com/community/toolkit-for-m-files-support-page/wordwriter-no-output-in-document/#post-421</guid>
                    </item>
							        </channel>
        </rss>
		