<?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 move between page with parameter being sent over?</title><link>https://community.appian.com/discussions/f/general/34791/how-to-move-between-page-with-parameter-being-sent-over</link><description>Use Case 
 Screen-A 
 Have text field and button to send value to Screen-B 
 
 Screen-B 
 Obtain value from Screen-A and display form based on obtain value. 
 
 
 Solution that I tired 
 1. Record Action: Does not work because can&amp;#39;t send value to Process</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to move between page with parameter being sent over?</title><link>https://community.appian.com/thread/134240?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 09:13:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba0dc17b-9aa7-48ab-92bc-30282ffe8a3c</guid><dc:creator>SRINIVAS M</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;a!startProcessLink(&lt;br /&gt; label: &amp;quot;Go to Screen-B&amp;quot;,&lt;br /&gt; processModel: cons!YOUR_PROCESS_MODEL_CONSTANT,&lt;br /&gt; processParameters: {&lt;br /&gt; &amp;#39;param1&amp;#39;: local!valueFromScreenA&lt;br /&gt; },&lt;br /&gt; startFormLink: true&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note:&amp;nbsp;&lt;/p&gt;
&lt;p data-sider-select-id="2029ad93-a917-43b0-b90f-f351ed0b9d4b"&gt;This link can be placed inside a card layout or any other component that supports links to visually represent it as a button.&lt;/p&gt;
&lt;p&gt;Keep in mind, &lt;code&gt;a!startProcessLink&lt;/code&gt; is designed for use cases where you want to take the user to a new interface related to a specific piece of information on the current interface, making it suitable for your requirement to move to Screen-B after a button click on Screen-A.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move between page with parameter being sent over?</title><link>https://community.appian.com/thread/134237?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 09:08:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e9118c87-ead3-4875-a11c-0afc2e3d3f97</guid><dc:creator>Sorasit</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I did implement&amp;nbsp;&lt;span&gt;a!startProcess() inside saveInto of&amp;nbsp;buttonWidget()&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;After I click button on Screen-A. There is no screen transition.&lt;/p&gt;
&lt;p&gt;It just start process on background.&lt;/p&gt;
&lt;p&gt;Due to charactheistic of&amp;nbsp;&lt;span&gt;a!startProcess() that can&amp;#39;t start chained form on Process Model.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.appian.com/suite/help/24.1/Ways_to_Start_a_Process_From_a_Process.html#starting-a-process-from-an-interface"&gt;Ways to Start a Process - Appian 24.1&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Btw, How did you implement&amp;nbsp;a!startProcess()?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move between page with parameter being sent over?</title><link>https://community.appian.com/thread/134232?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 08:57:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d22165a-1975-47b0-b866-9f22be23362d</guid><dc:creator>Sorasit</dc:creator><description>&lt;p&gt;Hi &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, Screen-B is use for create and update as well.&lt;/p&gt;
&lt;p&gt;Depend on list of value on Screen-A&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try your solution later!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move between page with parameter being sent over?</title><link>https://community.appian.com/thread/134231?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 08:54:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fe3e6839-ef6b-4df4-b0af-3ee825f902d4</guid><dc:creator>SRINIVAS M</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To move between screens in Appian and pass parameters, you can use a process model with &lt;/span&gt;&lt;code&gt;a!startProcess()&lt;/code&gt;&lt;span&gt; linked to a button. This function can start a process that opens Screen-B and passes the value from Screen-A. Configure Screen-B to accept the process variable and display the passed value. This approach does not require &lt;/span&gt;&lt;code&gt;a!startProcessLink()&lt;/code&gt;&lt;span&gt; and works dynamically with button clicks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to move between page with parameter being sent over?</title><link>https://community.appian.com/thread/134229?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 08:51:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d27e3000-91ef-4d48-9213-228ac1d1eaca</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a href="/members/sorasitp1574"&gt;Sorasit&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You will need to use a single interface and achieve this. Use show when conditions or milestone patterns to get your requirement done.&lt;/p&gt;
&lt;p&gt;Is this form used to create new data or to update any existing data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>