<?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>Username not displaying after accepting user input task</title><link>https://community.appian.com/discussions/f/process/31187/username-not-displaying-after-accepting-user-input-task</link><description>Hi All, 
 Firstly, sorry if this is duplicate question. I could not able find from discussion tab. 
 There is a scenario where we need to store UserName who accepts the task . So, the user who accepts the task needs to be captured after completion of</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124852?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 14:50:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:978e0ce0-bc22-4bc1-ad58-dac003d25b7d</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;yup. already i did this in form while submitting user form it&amp;#39;s working as expected.&lt;/p&gt;
&lt;p&gt;Anyway, i really thanks to you investigating on this. And, also thanks to all who are provided your solution.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124850?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 14:43:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8cf7c839-a713-4308-a21d-95db81482b43</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Yeah, that&amp;#39;s the issue. The &amp;quot;save into&amp;quot; config in data inputs conflicts with the custom output in data outputs.&lt;/p&gt;
&lt;p&gt;In such a case, I suggest to just store the output of loggedinuser() to that field in the saveInto config of the submit button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124846?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 14:34:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ff1fd19-f1f1-4c75-84be-cda04ff1f6f3</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Yes, i think it could be overwriting in Data input tab.&lt;/p&gt;
&lt;p&gt;here is the full process model configuration.&lt;/p&gt;
&lt;p&gt;Step 1: I have created one main process flow like below and calling &amp;quot;KT Approval Process&amp;quot; in End node as shown in below screen shot&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:121px;max-width:472px;" height="121" src="/resized-image/__size/944x242/__key/communityserver-discussions-components-files/14/pastedimage1706019937920v1.png" width="472" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Approval process call configuration.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:355px;max-width:479px;" height="355" src="/resized-image/__size/958x710/__key/communityserver-discussions-components-files/14/pastedimage1706019997662v2.png" width="479" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Step 2: KT Approval Process flow and process variables.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1706020061456v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1706020107336v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Step 3: UIT input tab&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1706020161183v5.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Step 4: UIT Output data tab&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1706020203680v6.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Actually, before calling KT Approval Process model already data is getting into(pv-statusIpdate) from existing process model variable(pv- requestData) and same status field is getting updated after UIT task is performed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124824?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 10:53:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:baac7686-1121-4ab1-b1a1-5cc2b06ba555</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Now, what&amp;#39;s the difference? Could it be that you just overwrite your data modifications as the UIT completes? Please share all the configurations for data inputs/outputs of that UIT.&lt;/p&gt;
&lt;p&gt;Keep in mind, that any output data operation at node completion time is performed in a non-deterministic order. Storing tp!owner to a individual field might be overwritten by the &amp;quot;save into&amp;quot; configuration on data inputs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124821?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 10:30:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c10cbe12-3012-4725-9751-639438aa5aba</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Yes, i tested this. i could see task owner name is storing PV in process history tab.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124809?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 08:03:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a85e919b-416c-4be2-a583-ac3445963e77</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I want you to create a separate minimal process. Just a single UIT, no interface. Only store tp!owner to a PV in data outputs. Verify that this works.&lt;/p&gt;
&lt;p&gt;Then we can continue with our investigations.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124806?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 05:59:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e36a527-1495-43dc-b7ac-7c7e2d1df7bf</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The person submitting the form and the owner of the task will always be the same. You so you can rely on this.&amp;nbsp;&lt;br /&gt;Also, instead of firstName and lastName, use the username. That is unique to every user in the system.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And try using this from next time for better readability.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705989570310v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124789?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 00:02:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a16bfd75-9037-46b4-81ca-337603ef1f30</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Thanks for detailed explanation. however still it is not working even i am using 23.4 platform version.&lt;/p&gt;
&lt;p&gt;i used&amp;nbsp;below highlighted code in interface&amp;nbsp;Form and passing value when user submitted the form. it is working fine and value is storing into DB.&lt;/p&gt;
&lt;p&gt;But, this is not actually my requirement i need to pass the value from the user input task tab using process variables.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;primaryButtons: {&lt;br /&gt; a!buttonWidget(&lt;br /&gt; label: &amp;quot;Approve&amp;quot;,&lt;br /&gt; submit: true,&lt;br /&gt; value: true,&lt;br /&gt; saveInto: {&lt;br /&gt; ri!submit,&lt;br /&gt; a!save(ri!requestStatus.status, &amp;quot;Approved&amp;quot;),&lt;br /&gt; &lt;span style="background-color:#ccffff;"&gt;a!save(ri!requestStatus.checkerid, {user(username: loggedInUser(), property: &amp;quot;firstName&amp;quot;)&amp;amp;&amp;quot; &amp;quot;&amp;amp;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#ccffff;"&gt; user(username: loggedInUser(), property: &amp;quot;lastName&amp;quot;)})&lt;/span&gt;&lt;br /&gt; }&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124740?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 15:55:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d28cde3-d72f-4a57-97a4-11234f4570e3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I did a minimal test. Works like a charm. Version 23.4&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705852482027v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705852428496v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705852462789v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124739?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 15:15:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e86eb84f-202c-4095-9291-c840cd82834a</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;Strange it&amp;#39;s working for me. Can you try with process report and pass the taskId. This method might help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124736?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 10:04:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3700646d-7809-44bc-8d9d-e28b37c0f4e4</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Yes, i am storing text field only.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124735?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 10:02:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91167146-865a-4fca-8a64-cc6534bbf9dd</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;Can you check that you are storing in text field or not.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124734?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 05:18:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3c69d7f7-da48-42e8-a494-50f90023424b</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As per suggetion, i have removed script task and i given &amp;quot;tp!owner&amp;quot; in User Input task output tab to store the checkerid value. still same issue gettig&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124733?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 05:15:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad0dff98-d707-41ce-8e5c-c9276066992d</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Yes, this is test process model to investigating the issue. but, still not working properly&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124732?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2024 05:14:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e9562b67-3f76-4fd2-93e6-3cc452d19f09</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Hi JayaPrakash,&lt;/p&gt;
&lt;p&gt;in CDT type is Text and in DB table Varchar as data type. So, i think this is not an issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;same i used for makerId also it&amp;#39;s returning my name right while i am triggering process model. i user in script task &amp;quot;pp!initiator&amp;quot; for makerid storing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124576?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 17:34:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b432be8-1205-4f26-ac57-d47036f6fb27</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;Probably the statusUpdate&amp;nbsp;PV is getting overwritten may be during the status update script task or write to DSE if you are saving stored value back to the&amp;nbsp;&lt;span&gt;statusUpdate&lt;/span&gt; PV. I never faced any issue storing tp!owner to a PV.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124574?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 16:23:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd333c2c-20a4-404e-92a8-6475482d6086</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;Check whether you are storing in the text field or not because in the target it says &amp;quot;checkerId&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124569?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 15:18:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:577bb147-3ea3-4f9f-a627-f2bcd5d3ee97</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;I too was&amp;nbsp;facing this issue when trying to populate the createdBy and modifiedBy . Can be a problem in the latest update.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124568?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 15:16:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd568d95-58ed-405e-8fd2-15dec567756c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There must be some other issue. I never had any problem storing tp!owner to a process variable.&lt;/p&gt;
&lt;p&gt;I suggest to create a tiny test model to investigate on this matter. Once it&amp;nbsp;works, return to this one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124567?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 15:08:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:940bcc7a-48aa-4188-857c-31433ff64fe9</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Yes , i removed other script task after User input task node. even still not getting value for CheckerID.&lt;/p&gt;
&lt;p&gt;if you see from below screen shot the task was accepted by other peer colleague. but username not storing into CDT field.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705590505125v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124566?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 14:30:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:587a8382-5b8d-4d89-97ac-b81cf7a57685</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you remove the assignment from the other node? Not that you overwrite the value later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124565?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 14:17:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43436497-958a-4f25-8dcd-ef582bf2a260</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Strange. My next solution would be to create a process report.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Pre-requisite - There should only be one task in a process.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a process report by &lt;strong&gt;process model&lt;/strong&gt; and select this process model.&lt;/li&gt;
&lt;li&gt;Configure it to give outputs like pm!id, pp!id, tp!id, tp!owner etc. and pass the pp!id as a filter when querying data from that report.&lt;/li&gt;
&lt;li&gt;When the query executes, it will only give you one dictionary of data and then you can index that dictionary to get the required field (task owner)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Process Report - &lt;a href="https://docs.appian.com/suite/help/23.4/Process_Reports.html#process-model-reports"&gt;docs.appian.com/.../Process_Reports.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124564?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 13:47:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9a8810db-e39a-4f95-bd52-4e6e47a92a2b</guid><dc:creator>kishoren0004</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thaks for your reply. i have changed it in User input task node for output tab but still it is not working.&lt;/p&gt;
&lt;p&gt;Null value showing in process variables under process details&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705585586831v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124554?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 12:40:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9a044629-fc96-402c-af1d-42549bfa1db8</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;Hi &lt;a class="internal-link view-user-profile" href="/members/kishoren0004"&gt;kishoren0004&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;In the output of the user input task configure . using below image it will store the tp!owner.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/pastedimage1705581554910v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/discussions/f/general/12612/need-to-get-tp-owner-and-to-save-in-database-field-once-the-user-accepts-a-task-but-has-not-submitted-the-task-yet"&gt;Duplicate ticket Link&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Username not displaying after accepting user input task</title><link>https://community.appian.com/thread/124549?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 12:32:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:118b02b4-1bfc-46c2-aaf2-776f8f69dd87</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I guess this is happening because you have configured it in a script task. tp! domain usually runs in context to the current node and because there aren&amp;#39;t any task properties in a script task, it is not returning anything.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Instead of a script task, try adding the same in your User Input Task&amp;#39;s output and see if this is giving you any result.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>