<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/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>MongoDB Connected System</title><link>/b/appmarket/posts/mongodb-connected-system</link><description>Overview 
 The benefits of using this plug-in versus MongoDB’s REST API include: 
 
 Most common MongoDB operations are provided as low-code Integration objects, making it very easy to quickly integrate Appian and MongoDB 
 Uses connection pooling to</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Wed, 05 Nov 2025 01:06:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Raveendra Kancharla</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Is there any limit on the document collection for the operation &amp;quot;&lt;span&gt;Insert Many in Collection&amp;quot;. How many documents I can insert?&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Fri, 01 Nov 2024 22:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.4.0 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Version 1.4.0, includes new Bulk Write Integration (contributed by Vuram SWAT) allowing for many write operations to be executed in one process node.&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Wed, 20 Mar 2024 16:30:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>rodooooooolfo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;Hi, we are upgrading our MongoDB version from 4.4 to 6. Are there any issues regarding the usage of the plug-in?&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Thu, 29 Feb 2024 04:56:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Anuj Sheth</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-3a2a51c5-a08d-4028-a370-c69fe5bc5699/image-_2800_1_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;How to use mongo db syntax in appian &amp;quot;&lt;span&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;db.students2.updateOne({ },{ $set: { &lt;strong&gt;&amp;quot;grades.$[elem].mean&amp;quot;&lt;/strong&gt; : 100 } },{ arrayFilters: [ { &lt;strong&gt;&amp;quot;elem.grade&amp;quot;&lt;/strong&gt;: { $gte: 85 } } ] })&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;Error received: Error code 2: No array filter found for identifier &amp;#39;elem&amp;#39; in path.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Fri, 22 Dec 2023 14:22:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Preji P</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;hi all,&lt;br /&gt;while using this plugin to find matching records for given date condition am getting an error.&lt;br /&gt;please find my code below and kindly help me resolve this issue:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!toJson({&lt;/p&gt;
&lt;p&gt;{&amp;#39;$match&amp;#39;: {&lt;/p&gt;
&lt;p&gt;&amp;#39;ruleUuid&amp;#39;: {&lt;br /&gt; &amp;#39;$in&amp;#39;: {ri!ruleUuid}&lt;br /&gt; },&lt;br /&gt; &amp;#39;dQExecutionDate&amp;#39;: {&lt;br /&gt; &amp;#39;$gt&amp;#39; : ISODate (ri!fromDate)&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;}}&lt;br /&gt;})&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="FieldLayout---accessibilityhidden"&gt;&lt;span id="c88b9597bc6cc3655455395a1554f0d0" class="FieldLayout---field_label FieldLayout---inMessageLayout FieldLayout---error"&gt;error-result-label&lt;/span&gt;&lt;/div&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;Expression evaluation error : The function &amp;#39;isodate&amp;#39; is unavailable.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Without ISODate object who can we apply filter on date field? Is there any other approach?&lt;/p&gt;
&lt;div class="FieldLayout---input_below"&gt;
&lt;div class="RichTextDisplayWidget---inMessageLayout RichTextDisplayWidget---error"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;&lt;strong class="StrongText---richtext_strong StrongText---inMessageLayout StrongText---error"&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start ParagraphText---inMessageLayout ParagraphText---error elements---global_p" data-testid="ParagraphText-paragraph"&gt;Note the plugin version which we are using is&amp;nbsp;&lt;span&gt;1.3.1&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Tue, 14 Feb 2023 22:59:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.3.1 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Bug fix in M_Query()&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Tue, 31 Jan 2023 22:59:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.3.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Minor bug fixes; security updates&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Tue, 25 Oct 2022 21:58:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.2.0 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Fixed a bug in M_Eq() where Appian TypedValues were not being handled correctly&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Thu, 13 Oct 2022 09:20:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>ankitj0003</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Dear Team,&lt;/p&gt;
&lt;p&gt;While testing this plugin we could see that the filter Collection&amp;nbsp; type on the field does not work correctly.. here is an example:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Input&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;m_query(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;m_field(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;status&amp;quot;,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;m_eq(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;Completed&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;br /&gt;&lt;span&gt;)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;Expected :&amp;nbsp;&amp;quot;{ &amp;quot;status&amp;quot;: { &amp;quot;$eq&amp;quot;: &amp;quot;Completed&amp;quot; } }&amp;quot;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;Actual :&amp;nbsp;&amp;quot;{ &amp;quot;status&amp;quot;: { &amp;quot;$eq&amp;quot;: &amp;quot;TypedValue[it=3,v=Completed]&amp;quot; } }&amp;quot;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;Any idea why the text &amp;quot;TypedValue[it=3,v=&amp;quot; is getting added to the request while making call to MongoDB ?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Thu, 03 Feb 2022 14:17:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;Release Notes - v1.1.0.1&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Updated the MongoDB Java Driver to 3.12.1&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: MongoDB Connected System</title><link>https://community.appian.com/b/appmarket/posts/mongodb-connected-system</link><pubDate>Mon, 03 Aug 2020 22:05:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a2a51c5-a08d-4028-a370-c69fe5bc5699</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>1</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.1 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;• Added Array Query Operators&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;• Added Geospatial Query Operators, including new Point CDT&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;• Modified several Expression Functions to take a Dictionary as well as JSON&lt;/span&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2635&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>