-
Recently active
So in the above pic i have an interface where i gave the user an option where he can select or reject a candidate. And when he clicks select a candidate, a mail will be sent to the candidate saying he has been selected for the job and when the user hits reject, a mail will be sent to the candidate saying sorry you have been rejected. So i created this process model and kept 2 emails for the both different mails.Is this the correct format or am i missing something. Can someone Please guide me through this.
Hello! I have a task report which shows tasks from all users that have the current logged in user as their supervisor. The problem I'm facing is that tasks with the status "Assigned" are not being shown in the report, which in turn creates a problem where if I reassign a task from someone it immediately goes to status "Assigned" and stops being shown in the report. Here is how I pick up tasks from my subordinates. a!localVariables( local!currentUser: loggedInUser(), local!directReportUsers: a!queryRecordType( recordType: 'recordType!{SYSTEM_RECORD_TYPE_USER}User', fields: 'recordType!{SYSTEM_RECORD_TYPE_USER}User.relationships.{SYSTEM_RECORD_TYPE_USER_RELATIONSHIP_directReportUsers}directReportUsers.fields.{SYSTEM_RECORD_TYPE_USER_FIELD_username}username', filters: a!queryFilter( field: 'recordType!{SYSTEM_RECORD_TYPE_USER}User.fields.{SYSTEM_RECORD_TYPE_USER_FIELD_username}usernam
So the 5 text fields in the bottom of the page are actually link fields. This is a Landing page i was supposed to create which is still in progress. And the link fields lead to another site, but as you can see above they are very plain and unattractive to call them as a site. Is there any way that i can make these link fields more presentable and in a nice way so that this site can be called a WEBSITE. Thanks and Regards.
I am currently investigating process mining using ProcessHQ.I have added a process to do a ProcessInsight analysis within ProcessHQ, but an error occurs and I am unable to do the analysis.The error code is APNX-1-4579-027.A web search for the error code did not turn up any hits, and I am unable to proceed with my investigation into the cause of the problem.I would appreciate it if you could tell me the cause of the above error and how to correct it.
Hi there, As a result of a process, a CSV file is output, and I want to store that file in AWS S3. Also, when needed, I want to be able to copy the file in S3 to the Appian Knowledge Center by pressing a button. I want to achieve this by connecting via AWS Private Link, not via the internet. To achieve this, is there any way other than using Lambda, etc.? There is an Amazon S3 Utilities plugin, but it seems to connect via the internet, so I don't think it meets the requirements. Thanks
when trying to upload a template with 500 lines of data the readexcelsheet function was calling in interface to read those 500 lines in that only first 250 lines was fetching the function other 250 was not reading tried providing paging info too but still same only first 250 lines was reading Could you please confirm what could be the reason for this issue
context:I have 3 interfaces that communicate with each other, What I need to do is give users the ability to open a project and from the project detail interface have a button in related action that opens another interface that allows the user to add employees to the project.This is the path they take:"GP_ProgettoInterfaccia" > "GP_ProgettoSummary" > "GP_CreateOrUpdateGPprogettoAnagrafica"here all in order:[View:/cfs-file/__key/communityserver-discussions-components-files/16/GP_5F00_ProgettoInterfaccia.txt:233:29]>[View:/cfs-file/__key/communityserver-discussions-components-files/16/GP_5F00_ProgettoSummary.txt:223:27]>[View:/cfs-file/__key/communityserver-discussions-components-files/16/GP_5F00_CreateOrUpdateGPprogettoAnagrafica.txt:335:25]. The record types involved are: . The problem is that once I get to "GP_CreateOrUpdateGPprogettoAnagrafica," I can't populate the multipleDropdownField. In the standalone interface, I c
Hi Everyone, I'm receiving filename and content_base64 from an API which I'm calling it in Integration and in the response of the integration using following way Can I provide Name of the document as I receive in the response of the API where i get the filename. I tried to access it but didn't workout thanks in advance.
Hi , I am working on requirement when creating a request for a user some plan will be available they can select any of the plan.Its ready only. It will be write to request plan table . Later in another task they will have option to select other plans belongs to them and they want to edit the plan name as well and they want to add new plans for the request alone and for the task related to it. Now this plan are populated from reference table we shouldn't alter that. So I tried to create the new plans from ref of type above mentioned request plan table. And I created a editable grid to populated the plan name to have option of edit . But I m struct saving the local data to rule input . This is my expression to create request plan from ref table local!gridDataforPlan: a!forEach( items: local!existingClientPlans, expression: if( contains( tointeger( index( local!vetRequestPlans, 'recordType! Request Plans.fields.planId',
Requirement is I will be entering emailaddresses on UI and it will be passed to the integration and the integration will return the emailAddresses with GUIDs . If any emailaddress is missing from the response which we entered then it must show that emailaddress on UI. Suppose I have passed test@test.com and test2@test.com and In repsonsed I get only GUID of only one emailaddress then it has to show the 2nd emailaddress on the UI as invalid error . How Can I achieve it
Hi Everyone,I'm running into an issue where one of my Appian process models stays in the "Active" state but doesn’t actually move forward past the first node. There are no errors in the logs, and all inputs look correct. It's just... stuck. I tried canceling and redeploying, even restarting the Appian engine, but the same thing happens again. This process used to work fine a week ago nothing significant has changed in the model. Could this be related to a timer event or a data store node silently failing? Thanks!
I have created a Robot in Appian RPA and it comes online. At the end of the day when I turn off my system the robot goes offline and the next day, in order to bring it back online I have to download the new installer and install it again. Then only robot comes online. Is there any way we could bring the robot back online without having to download and install the installer again every day?
Currently, when users paste multiple lines of data into these fields, Appian merges everything into a single line. The requirement is to improve this behavior by allowing multi-line inputs to be preserved and formatted correctly—each line should be treated as a separate entry. Based on this input, the system should identify and display relevant matching data for each line, helping users quickly find and select multiple valid options. Example if we search - "Option 1", "Option 2", "Option 3" then relevant options should be displayed in the dropdown a!localVariables( local!selectedData, { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( choiceLabels: {"Option 1", "Option 2", "Option 3", "Option 4", "Option 5", "Option 6", "Option 7", "Option 8", "Option 9", "Option 10", "Option 11", "Option 12"}, choiceValues: {1, 2,
So as shown in the above image iam using safelink() function for the buttons "Recruiter" and "Vendor" , etc... and i gave the web address of another site, but when i click on the button iam getting no response as if the button is just a dummy button, it is doing nothing. Have i made any errors in configuring the safelink function. Please someone guide me through it.
Hi all, I have a process model that calls an expression rule to generate a 6-character random alphanumeric string. I encountered a case where two instances of the process model were triggered at the same time (based on time logs), and both received the same generated value from the expression rule. I understand that there's always a chance for it to generate the same value. However, I’d like to ask: Is it possible that both process models used the same instance or execution thread of the expression rule, which might explain why the same value was returned?
Hi everyone, I'm working on a Robotic Task in Appian RPA that performs the following steps: Opens a browser and accesses a web portal. Enters credentials (passed as text input). Navigates through some pages and downloads a file (PDF). Accesses the local folder where the file was saved. Currently, after downloading the file, the robot uses Upload Document to upload it to Appian as a Document. My question is: Is there a way to pass the downloaded file directly to the process model without using Upload Document? In other words, I’d like to avoid explicitly uploading the file to Appian and see if it’s possible to return it directly to the process model as a file in memory or temporary file reference using the output data tab of the robotic task. Has anyone dealt with a similar scenario? Thanks in advance for any suggestions!
Historically, we’ve used Data Sources and Custom Data Types (CDTs) to manage our data integrations. As we transition to using synced records for our new application, we’ve encountered a challenge related to schema access in SQL Server. Currently, our SQL Server Data Source is configured with a username that has access to the database. However, any synced record created under this data source only has access to tables within the default schema. Our data model spans multiple schemas within the same database, and ideally, we need to connect tables across these schemas within a single synced record. One workaround is to create separate data sources for each schema, each using a different username. However, this would require maintaining multiple data sources for the same database, which adds unnecessary complexity and overhead. We’re seeking guidance on the best way to configure our SQL Server connection so that synced records can access tables across multiple schemas wit
Hey Everybody, I am fairly new to Appian. Since yesterday, I haven't been able to access the community edition. All I can see is "This site is temporarily unavailable due to maintenance" But the status of my country on their status page shows "Online". Is it just the case with me or for anyone else too?
I am having a wrapper interface and inside that first interface will have links listed in a grid ,on click of that dynamic link another interface open and has back button ,This wrapper is used as a record summary view.When I am testing from interface it is working fine but when I am testing from record View It is throwing an error.kindly help me to resolve? Grid Code:a!localVariables( { a!gridField( data: ri!relatedTransactionsInfo, columns: { a!gridColumn( label: "Transaction Id", value: a!richTextDisplayField( value: a!defaultValue( value: a!richTextItem( text: index(fv!row, "transaction_id", {}), link:a!dynamicLink( saveInto: { a!save(ri!currentTransactionId,ri!transactionId), a!save(ri!transactionId, index(fv!row, "transaction_id", {})), a!save(ri!showInterface,cons!NWS_TXT_NAVIGATION_TRANSACTION_VIEW) }, ), ), default: cons!NW_NULL_PLACEHOLDER_VALUE ) ), align: "START" ), a!gridColumn( label: "Type", value: a!richTextDispla
As shown in the above image i have a record table and from this record table i have to retrieve the fields recruiter and candidateID so i can send e-mails to them. This was my code for retrieving the data from the fields and then sending them automated emails. But, i am not getting any mails. Can anyone please help me about where i went wrong so i can rectify it.
Hi all, Is it possible to display an icon as a label in the header related action ? There is an option to select an icon but it's just a string, I couldn't use richTextIcon. The icon we can select below doesn't work either in that case. Thank you
Hi all, I'm trying to create a token for my Box integration using Box plug-in createtoken() function: privateKey and publicKey points to PEM docs containing publicKey and privateKey from box developer console / JSON config file downloaded from Box Dev Console sub: enterprise ID kid: publicKey ID from JSON config file iss:client ID from JSON config file I assume setup of my PEM files might be wrong, here are my steps:1. Generate Public/Private key pair in developer console2. Copied both keys to separate .txt files3. converted them into pem files4. uploaded to appianare these correct? I'd appreciate any advice,Thanks
Hi All , I want to generate a table inside a word doc. I am trying "MS Word 2007 Doc from Template" but unable to create a table. In other threads i see someone recommended "Advanced Document Templating" plugin. Please can someone share a sample code for this. sample table UserName Project ABC 22222 Xyz 33333 Thanks!
Hi Team, I want to export more than 50 columns. Created a process to generate two excel and merge them Case 1: If using to new doc in both smart services. The combined doc is not started from specified cell. It starts from last data of first doc. E.g If first excel data ends at AV81 and other sheet starts from AW82, actually it should start from AW1. Case 2: If I am updating the first doc then the data of 1st doc is not reflecting and only 2nd excel document data is reflected Please let me know how to fix this. Thanks
Hello team, We have a requirement to implement an chatbot in Appian and similar to Enterprise copilot. Will it be possible to use this Appian LLM standalone whenever needed? So that we can make the bot LLM configurable. We have to give option to connect with Appian LLM / OpenAI / Azure OpenAI. Thanks in Advance!
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.