<?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>ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/discussions/f/rules/34359/ai-knowledge-assistant-sequential-question</link><description>Hello All, 
 My use case is using ai-knowledge-assistant( community.appian.com/.../ai-knowledge-assistant) , chatbot will ask question sequentially like 
 ai-knowledge-assistant: Hello! I am your assistance. How can I help you? 
 Human :I want to register</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132514?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 16:38:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09745118-d5c1-4108-8aa6-d8a4d62cb7d5</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;As your question has nothing to do with the initial topic, I suggest to start a new conversation!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132488?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 11:10:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23178d54-380d-4c69-a866-5676c34054e9</guid><dc:creator>saleemm117000</dc:creator><description>&lt;p&gt;This is working as expected. Thank you &lt;a href="/members/manishs0028"&gt;manishs0028&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132487?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 11:09:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bda1b456-500b-452a-a724-1f1c05c26490</guid><dc:creator>saleemm117000</dc:creator><description>&lt;p&gt;Yes &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132485?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 10:56:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3cb164be-3911-4ba9-854f-bfefa497ba5d</guid><dc:creator>manishs0028</dc:creator><description>&lt;p&gt;Please check below&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;whatever the data your are getting saleem, split it based on &amp;quot;&lt;span&gt;|&amp;nbsp;&lt;/span&gt;&amp;quot; symbol using split function&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and using for each function get the plitted data and pass it as a expression or local variable it will resolve your issue&lt;/p&gt;
&lt;p&gt;a!localVariables(&lt;br /&gt; local!text: &amp;quot;| Column Name | Data Type | Description | | ---- | ----- | --- | | account_id | Integer | Unique identifier for an account | | account_type | Text | Type of account (e.g. savings, checking, credit, etc.) | | balance | Decimal | Current balance of the account | | last_transaction_date | Date | Date of last transaction made on the account | | owner_name | Text | Full name of the account owner | | owner_email | Text | Email address of the account owner | | owner_phone | Text | Phone number of the account owner | | address | Text | Mailing address of the account owner | | city | Text | City of residence of the account owner | | state | Text | State of residence of the account owner | | zip_code | Text | Zip code of the account owner&amp;#39;s residence | | transaction_type | Text | Type of transaction (e.g. deposit, withdrawal, transfer) | | transaction_amount | Decimal | Amount of the transaction | | transaction_date | Date | Date of the transaction | | transaction_description | Text | Description or purpose of the transaction | | transaction_status | Text | Status of the transaction (e.g. pending, completed, cancelled) | | beneficiary_name | Text | Full&amp;quot;,&lt;br /&gt; local!forEach1: a!forEach(&lt;br /&gt; items: split(local!text, &amp;quot;|&amp;quot;),&lt;br /&gt; expression: {&lt;br /&gt; if(&lt;br /&gt; or(&lt;br /&gt; a!isNullOrEmpty(fv!item),&lt;br /&gt; find(&amp;quot;---&amp;quot;, fv!item) &amp;gt; 0,&lt;br /&gt; ),&lt;br /&gt; {},&lt;br /&gt; fv!item&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; ),&lt;br /&gt; local!union: union(local!forEach1, local!forEach1),&lt;br /&gt; local!union&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132483?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 10:53:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f8fcf8f-578d-4bb5-a34a-3d3a706fce82</guid><dc:creator>manishs0028</dc:creator><description>&lt;p&gt;whatever the data your are getting saleem, split it based on &amp;quot;&lt;span&gt;|&amp;nbsp;&lt;/span&gt;&amp;quot; symbol using split function&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and using for each function get the plitted data and pass it as a expression or local variable it will resolve your issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132475?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 09:48:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3baf55ca-2914-4aab-97c6-79ac0fe3e504</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Where do you getting this data from??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is it related to AI Skills???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/132473?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 09:42:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38fd8eb2-459f-4074-b5cc-ffe435e47ecf</guid><dc:creator>saleemm117000</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sentence:&amp;nbsp;&amp;quot;database table for banking application with data type and description in appian grid format&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;| Column Name | Data Type | Description | | --- | --- | --- | | account_id | Integer | Unique identifier for an account | | account_type | Text | Type of account (e.g. savings, checking, credit, etc.) | | balance | Decimal | Current balance of the account | | last_transaction_date | Date | Date of last transaction made on the account | | owner_name | Text | Full name of the account owner | | owner_email | Text | Email address of the account owner | | owner_phone | Text | Phone number of the account owner | | address | Text | Mailing address of the account owner | | city | Text | City of residence of the account owner | | state | Text | State of residence of the account owner | | zip_code | Text | Zip code of the account owner&amp;#39;s residence | | transaction_type | Text | Type of transaction (e.g. deposit, withdrawal, transfer) | | transaction_amount | Decimal | Amount of the transaction | | transaction_date | Date | Date of the transaction | | transaction_description | Text | Description or purpose of the transaction | | transaction_status | Text | Status of the transaction (e.g. pending, completed, cancelled) | | beneficiary_name | Text | Full&amp;quot;&lt;/p&gt;
&lt;p&gt;I want to convert this data into a editable grid. Suggestions are most welcome.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ai-knowledge-assistant Sequential question</title><link>https://community.appian.com/thread/131268?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 18:40:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:628a2f1f-7075-45d2-9d25-2ba03dd506e0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The bot is not able to somehow interact with Appian, as of now. This is a first version and Appian will enhance the features with newer versions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>