<?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>how to display the same data back in UI</title><link>https://community.appian.com/discussions/f/process/39227/how-to-display-the-same-data-back-in-ui</link><description>If the integration fails it will show the error in the same UI but the already entered values are missing on the UI .how can I keep those details stay on the 2nd UIT</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148657?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:47:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c03b4945-831c-467f-af2f-9d77ff6be60a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Which UI? And what method do you use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148656?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:45:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:968663ee-ebdb-4ba2-8de6-bd86d71e31a4</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;From UI when I click on New request it will open the form to enter details and with submit button&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148655?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:43:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23949b31-64b4-4686-bbf8-698ad543aac7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. How do you initially start that process?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148654?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:40:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f84e4829-cddd-4ad5-8729-f9fb9c75d83f</guid><dc:creator>poornimam15</dc:creator><description>&lt;p&gt;if you are handling the error path and UIT in same process model, then no new instance will be started, it will flow through the same process instance, so you can handle then in pv itself&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148652?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:31:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2e1fea44-256a-4950-8199-21ce33ecfdf7</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;Requirement is first the form pages gets opened (first UIT ) when I click on Submit it goes through the Integration. if there are any errors in integration it goes to same UIT (with previous details of 1st UIT) and displays the error .When i click submit again during the error it it starting new process instance .(My requirement&amp;nbsp; It has reiterate the form until no errors and then store in db only when there are no errors )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148651?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:23:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:446fba2c-f3c5-49a5-ad15-b4b2e04fef18</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Resolve what?&lt;/p&gt;
&lt;p&gt;And what do you mean with &amp;quot;same submit button&amp;quot;? You use this interface in two places, which means that the &amp;quot;submit&amp;quot; button does different things, depending on the process design.&lt;/p&gt;
&lt;p&gt;And, important, that first UIT does not start the process, as it is part of an already active process instance which you started otherwise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148650?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:21:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a8c42e1-54f8-4b29-956e-9739b4837b15</guid><dc:creator>poornimam15</dc:creator><description>&lt;p&gt;In that case, you have to store that values in any table and use them during 2nd attempt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148649?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:19:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4152616d-f4e0-442c-ba6a-498331dcf6a7</guid><dc:creator>ZAINAB</dc:creator><description>&lt;p&gt;When I hit submit for the 1st time ,process is getting started and it goes to 2nd UIT and shows the error .When I hit same submit button it is starting new process instance .how i can resolve it&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to display the same data back in UI</title><link>https://community.appian.com/thread/148648?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 09:06:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aad34fd5-2c68-42f8-a586-78711bab2495</guid><dc:creator>poornimam15</dc:creator><description>&lt;p&gt;You have to get the data from UIT 1 as process variable and pass them as input in UIT 2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>