-
Recently active
Hi Team, I created a Application and I want to add chatbot in that application. Can we do this requirement in Appian? if so what are the steps to implement chatbot. Regards, J Vinay
I am using a windows machine and while trying to use the Task Recorder on Appian RPA by following the Tutorial: Get Soccer Stats with RPA, being stored at step: Create Robotic Task: Hover over the headshot for Lionel Messi, click Actions, and select Get attribute...Under Save into, click the plus button to create a new variable to save the values into. It won't be able to create or search existing variable, because it cannot set variable type to Text as well as cannot search existing variable your advice and help is very appreciated! thanks!
Hello guys, i have an issue when saving data into the record type. In my application i have following record types: 1. Record Type "Employees" which contains "employeeID","firstName","lastName","email", ... I have a interface where i can add this data, i created a process model that saves this data and it creates a basic user in appian based on this data 2. Record Type "Vacation Requests" which contains "requestID","employeeID","startDate","endDate","approved" In my process model "Create Vacation Request", i added a script task which should store "employeeID" into "Vacation Requests" record type. I created an expression rule "EAA_GetCurrentUserID" whish contains: I use this query in my script task's Output tab to store logged in user's ID into my process variable and then store it in "employeeID&quo
Hii, I have to involve Business Rules given by admin by controlling the internal team or percentage through Admin page. Details: We have 3 internal teams, who will approve the request sent, now, ADMIN can set the internal teams, it might be 2 or 1 or 3. I am using Internal team Group which Contain 3 subgroups (Eg: PricingTeam, transportTeam,CashTeam) - Depends on Admin selection it should move forward. If Admin gave for x case it should go to only pricing and cash team, next time he change for the x case to only pricing. Thanks,
I got an error message in a Process Model that is running a script task to update on a recordType. Error writing to process variables (Invalid a1e14d1a-f90e-42c0-821e-33ec2665fafd: Cannot validate type, incorrect number of elements, Invalid c3c2a3f4-623c-4f0a-b2fc-d893215c2897: Cannot validate type... (Data Outputs) The individual is a foreign key being passed to the following. The first one: a1e14d1a-f90e-42c0-821e-33ec2665fafd is a phone number record. The second one: c3c2a3f4-623c-4f0a-b2fc-d893215c2897 is an email record. if(rule!AF_RULE_General_isEmpty(pv!emails), {},repeat(count(pv!emails), pv!individual['recordType!{3d84f28c-0ab1-4452-aa14-6f0eaa2b6612}OLMS REC Individual.fields.{6942f6b1-21e5-418a-9944-1d58af72dba2}individualId'])) if(rule!AF_RULE_General_isEmpty(pv!phoneNumber),{},repeat(count(pv!phoneNumber), pv!individual['recordType!{3d84f28c-0ab1-4452-aa14-6f0eaa2b6612}OLMS REC Individual.fields.{6942f6b1-21e5-418a-9944-1d58af72dba2}individualId'])) What c
Hello All, After doing an upgrade of Appian servers to the latest version as per the documentation, I am losing the data which is present previously in the older version. Is there any suggestion from your end? that will be most helpful. PFA docs.appian.com/.../Upgrade_Guide.html
I want to generate 24 months based on the given month and year. for ex: if i gave "Nov-23" as rule input i want to get next 24 months list, result something like this {Dec-23,jan-24,feb-24,mar-24,apr-24}. can someone help to achieve this
I have installed the installer and Java V6.0 as well but not able to make my robot online in Appian. Can someone please help me to get my robot online?
I have below code. Can someone help how to break it into batches/looping in dynamic way. Its reaching threshold so i need to convert into batches/looping. a!queryEntity( entity: cons!MA_DSE_ABC, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "Name", operator: "=", value: ri!name, applyWhen: not(isnull(ri!name)) ), a!queryFilter( field: "Id", operator: "=", value: ri!id, applyWhen: not(isnull(ri!id)) ), } ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 2000) ), fetchTotalCount: true() ),
I have an requirement where i have to add watcher to JIRA from Appian .Just wanted to know how to Add the service account as a watcher
If you have a database schema table with data that multiple applications need access to... 1. Do you create a single Record Type which multiple application use/share? This in my opinion tightly couples your applications. 2. Do you create separate Record Types per application so they can evolve separately? This in my opinion allows each application to evolve it's Record Type independently, and the only tight coupling is the shared database table structure. What are your thoughts and recommendations on the two approaches?
Hello there, I wanted to convert html to csv file and send CSV file in email. I have used "HTML Doc from Template" node and "Convert HTML to CSV" node. My CSV file has generated at backend folders but HTML file is going in email. How Can i send a CSV file in email? Please suggest. Thanks
Hi all. I would like to capture via API the error that has occurred within a process instance in Appian. I have tried to do it with several methods through the ProcessExecutionService, but I can't find a way to do it. The error I want to capture is the one I can see within the process instance in the errors tab Could you help me please?
Hi All, Is there a way to implement a form for other users that are not in the application to fill out, but at least have some sort of validation of who gets access to this form. The purpose is to save the form information but the user who fills it out is not an application user, and this form doesn't appear in any menus of our application. Is this possible?
for this read only grid , if request is denied then for that row i need to show like Request has been denied ("comments for denied") and in brackets rejection comments as shown in pic . Can someone help me with the code
i have a Execute Stored Procedure Smart Service in Process Model , when i start the process model i got this error , Non supported character set (add orai18n.jar in your classpath): AR8MSWIN1256 i have oracle 19.3.0.0 in my Linux Server and i downloaded orai18n.jar file and i need a help to know were can i add it to solve the problem , can i make it from Appian Admin Console ?
When the screen loads Custom picker show load the Editable Interface. And while search example if searching any data from the grid it should return the respective row from editable grid
As per my Requirement I need to use the Dual Picklist with Editable Grid in Interface instead with Dual Picklist with Checkbox Design Pattern. So the issue here is 1.Currently i am having the 4 items in the available list 2. When i am selecting 1 & 4 the local variables is taking the respective data related to 1 & 4 and after clicking on the ADD SELECTED it moved to the Selected List local variable 3.Remaining items available 2 & 3 when i am selecting them it should consider as 2 &3 but instead it was consider as new iteration as 1 & 2 Now the issue here is when i am selecting 1,4 those needs to be added to selected list and after submitting these when i select 2,3 the items needs to consider as 2,3 instead of 1,2 and all needs to be append and display the data Code: a!localVariables( local!availableDataIndex, local!selectedDataIndex, local!availableList: rule!example().data, (record type) local!selectedList, { a!sectionLayout( contents: { a!col
Hi All, I want to retrive my credentials stored in third party credentials in Admin Console or in Settings page. I have tried a!scsfield() and a!httpAuthenticationBasic() but no luck. Can anyone suggest how can we retrieve the data stored in secure credential store to integration object. Thanks In Advance.
this process model starts at particular date ,so it has 6 requests for today . timer has started and fetched the details and xor condition is true so it should update in db for each request instead it updated all the values of 6 request for the 1st request .can someone help me on this
Hii, I have used interface in Start node (Process Starts From), and using this PM in Related Action. Now i have changed the interface from start node to user Input task in PM. now while using the related action it says Action Completed and task has been Assigned in My Appian Task Queue. My Requirement: Once i clicked on related action button this interface should display for me.
Hi Team, I have a requirement where I need to convert MNI into batches/looping, since its reaching threshold(MNI has limitation of 1000). Can someone help how to convert . Requirement: I am trying to write data to database via Stored Proc(Data is huge). In advance I don't know how many records am getting to write in database via integration. I cannot use Record, since its old Application(Business People are not in favor to convert to Record, since it has dependency on 100 objects.)
Downloaded and installed installer but its showing no robots are available,its showing robot on standby.
I am having the below array configuration as output, but I only want 4 array of List Of Document with each having 50 items.
Hi, I have a question regarding exporting users of one project to another. We have one project in one of the environments and the other two in different environments. I want to bring all the two in the same environment, I can export the other two projects but how to export the users of those projects with specified groups they were in one go?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.