<?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 let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/discussions/f/new-to-appian/23526/how-to-let-child-interface-rule-input-value-transmit-to-parent-interface</link><description>I have a checkbox need to be choose in a Child interface, and then i want its selected value transmit to parent interface? how to do it?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/thread/90127?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 03:05:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:05a97a81-2a07-4b7c-b1f0-b1589b4d9dd6</guid><dc:creator>immortalvirgil</dc:creator><description>&lt;p&gt;You are so helpful!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/thread/90126?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 02:59:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e02e2114-104d-418d-a8da-9122dac77aa5</guid><dc:creator>ajhick</dc:creator><description>&lt;p&gt;Let&amp;#39;s say this is your child interface:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1643079413169v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you had your parent like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!checkbox,
  rule!TEST_Child(
    checkboxValue: local!checkbox
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then when you changed your checkbox selections it would save into the local!checkbox local variable in the parent interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/thread/90125?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 02:53:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49da8c1c-06b6-4c21-8241-ecf7f4675775</guid><dc:creator>immortalvirgil</dc:creator><description>&lt;p&gt;how it can pass to parent?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/thread/90124?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 02:52:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0b54f786-3b64-4f07-b54e-529c3dd6d960</guid><dc:creator>ajhick</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure how else to explain this. The checkbox in the child would save to a rule input which would then pass to the parent. This is how every interface parent and child relationship works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/thread/90123?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 02:48:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:31747365-87ee-477e-9d20-45e0bcc68c6f</guid><dc:creator>immortalvirgil</dc:creator><description>&lt;p&gt;I want the child pass to the parent, if i fill value in check box, then how can i let parent interface get it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to let Child interface rule input value transmit to parent interface?</title><link>https://community.appian.com/thread/90122?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 02:45:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7de82b8b-59b1-4f70-ba9f-b1b676f5c898</guid><dc:creator>ajhick</dc:creator><description>&lt;p&gt;You&amp;#39;d have the value in the parent interface as a local variable or rule input and pass it through to the child interface through a rule input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>