<?xml version="1.0" encoding="UTF-8" ?>
<?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>is it possible to call a integration from the interface only</title><link>https://community.appian.com/discussions/f/user-interface/31232/is-it-possible-to-call-a-integration-from-the-interface-only</link><description>I have a requirement where before submitting the form (without clicking submit ), it should call the integration and validate the entered text , if incorrect data is present then throw validation on UI . Is it possible to call the integration with in</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/132394?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 13:42:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:860a88cb-87bf-40c5-b19f-7a0ca4097e06</guid><dc:creator>daisyMSingh</dc:creator><description>&lt;p&gt;Yes it Like saving any Value&amp;nbsp; with save you can use with Any Appian Components either it be any Fields like text Field or RIch text Display Field and on Success Result you can save into local Variable using a!save and Play with the Achieved Result&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/128418?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 18:10:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ce80d6a-f14f-407c-a02f-a82474700054</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That difference depends on what you want to achieve. If you need to call multiple modify-data-integrations in a row, you need to use a process model.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/128412?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 16:54:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:df10fbdf-ade5-4c5f-b191-1da01207853b</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;what if i use start process service ,&amp;nbsp;&lt;span&gt;what is the difference between this approach and start process (process model with startnode,integration and end node)&amp;nbsp;&lt;/span&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/128411?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 16:42:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2232dcea-e18d-497f-8362-f19222b55035</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;If the integration is configured to modify data, you can only call it inside a saveInto. This does not depend on the HTTP method.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/128410?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 16:36:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5bc518c4-5218-4027-8d6e-d7ebd1504137</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;Is it possible for all integration methods like post,get ,put?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124947?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 14:01:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c081abe1-9041-4362-a395-9059bf8f5d8a</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="91720" url="~/discussions/f/user-interface/31232/is-it-possible-to-call-a-integration-from-the-interface-only/124945"]how to edit the incorrect data and then submit the form[/quote]
&lt;p&gt;the user would need to edit the incorrect data, and the validation would run again....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124945?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 13:45:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89177b05-26c4-48c5-848b-5266561604d0</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;if the integration throws then it should display error on UI as validation message, the doubt is if the validation errors are present on form then we can&amp;#39;t submit the form ,right?&lt;br /&gt;&lt;br /&gt;how to edit the incorrect data and then submit the form&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124931?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:19:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b90917c7-ea4c-45d9-8430-a1d4de3d3bbc</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;For the validations you can use the validations in the textfield().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124929?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:11:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f5e6882a-fd2c-4805-a497-a8f3137d2590</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;If you want to call it without the button click, then you will have to call it in the textField&amp;#39;s saveInto parameter.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124928?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:08:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e366e211-739d-4e68-b656-fcbeb3841038</guid><dc:creator>kraty Maheshwari</dc:creator><description>&lt;p&gt;Yes, you can call your integration in a local variable using the rule! domain.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124927?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:08:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c89b5496-a165-4927-930d-0b2629d7f3d9</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;Will it validate the data without clicking on any button?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is it possible to call a integration from the interface only</title><link>https://community.appian.com/thread/124925?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 10:00:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3fbcfa88-6746-4ca0-89c7-02cbef3e4c74</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Yes. See here:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/Call_an_Integration.html#call-an-integration-to-query-data"&gt;docs.appian.com/.../Call_an_Integration.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>