-
Recently active
hola que tal? por favor alguien podría ayudarme, estoy teniendo un problema desde hace una semana y no encuentro solución, intento colocar una imagen en una interfaz pero no se como hacerlo, busqué en chatgpt pero nada, youtube lo mismo, estoy perdidisimo por favor si alguien es tan amable de decirme como debo hacerlo ;(
I am getting an error like "ERROR: Work item cancelled (Data Outputs)" in script task in the process. How can I resolve this problem? Any idea?
I would like to ask a question . How to work oauth 2.0 client credentials grant for web api authentication.As may understand external system need to request access token and access token response.How to implement it on appian?
Hi team, How can we get the list of system administrators on Appian. Is there a group to get this list. The users that are part of "Designer", is only admins?
What is the maximum value for a drop down list? And after how much data performance will impact ?
I have a relatively simple Excel document that I want to generate using the Export Data Store Entity to Excel process node. I want a Title cell at the top left, then column headers in the second row, and then the rows of data below. I have my custom cell positions set as: {"A1, A2", "B2", "C2", "D2", "E2", "F2", "G2"}, And my custom cell values set as: { concat("Person Information for Transfer #", pv!transferId), "First Name", "Middle Name", "Last Name", "ID Number", "Date of Birth", "# of High Value Bags", "# of Personal Bags"} Both arrays have a length of 8, but I'm receiving the error, "The custom cell positions and custom cell values arrays must have the same length." What's causing this error?
I am trying to create a record based dropdown component with a filter (shown below), where the filter value changes based on a different dropdown component. local!msSealType is the variable updated by the other dropdown component (via an a!save in that component) and can be either "S" or "D". The sealType field in the record type I'm using is either "D" or "B". I am trying to filter the options in this dropdown component based on the selection of the other dropdown, but it seems like the filter value is not updating. No matter how local!msSealType changes the dropdown values never change. I have confirmed that both data types are text. Any assistance would be greatly appreciated!
I'm getting this error while updating a form. During creating a form, all goes well but as soon as I try to update the form with existing data (I'm updating a dropdown with a new value and this is where it's erroring out) The dropdown field is being called from another interface, everything in that interface works except for that dropdown. Can anyone please tell me what is going on with the saves? I'm including a screenshot of the dropdown field that's erroring out. Any help is appreciated! Once a new value is selected, the below error occurs Here is the dropdown field for reference. If more screenshots/explanation is needed, please let me know and I'll be happy to provide more!
I have been asked to check feasibility to implement below requirement, User will upload an excel file which can have records up to 2000. We have to read the parse the file and create separate pdf file for each of the record. The template of pdf file will be same for all. In short we have to generate 2000 files in one go. Once files are generated we need to display status of each record to user that file has been generated successfully or not. I want to confirm if this is possible to generate 2000 files quickly. If yes then how to do it without getting performance issues.
HI team, I want to integrate any AI tool like Chat GPT and learn something new by doing some usecase. since it needs the Licensed version , is there any possible way i can integrate any AI tool with appian for free to learn.
Hello, We would like to implement Appian at a Private Equity company to run operations. We are not sure if we should use Power Apps instead. What are arguments against power Apps? Thanks
This question is in regard to loops in process models as it relates to Appian Health Checks. Recently I have taken on a more administrative role and one of my regular tasks is to review monthly health checks across our environments. During these reviews I see a lot of items related to looping processes. I understand large looped processes may not be performant. The thing that drew my attention and for which I have not found a relevant explanation in documentation is the health check description (see below) the highlighted section says that 10 or more nodes is considered high (makes sense) but 2 or more is medium. That seems like a very low threshold. 1 process flow(s) contain unattended loops with 10 or more nodes (High) and 19 process flow(s) contain unattended loops with 2 or more nodes (Medium). Looping is typically an indication of using processes to perform extract-transform-load (ETL) type operations. It is recommended to use specific ETL tools (such as a database) to implement c
Good Morning everyone, I would like to ask can we create session based application in Appian ?? Let me explain my use case I want to create an application similar to a small game where the one user can send a specific link along with unique code and the person with the link & unique code should join the particular instance (page) of that game. This application is mainly implemented on Portals. For further discussion, contact me at telegram @Kuzuri_03
I have a parent process (lets say process A) and a subprocess called in it (lets say process B). The subprocess node assignment in process A is set as 'Run as whoever started the process' but in process B there is a lane assignment 'Run as whoever designed this process model'. In this case, on whose security will the process B will run? Similarly there can be a total of 4 cases mentioned below and I am confused that on whose security the process B would run? 1. The subprocess node assignment in process A is set as 'Run as whoever started the process' and in process B there is a lane assignment 'Run as whoever designed this process model'. 2. The subprocess node assignment in process A is set as 'Run as whoever started the process' and in process B there is a lane assignment 'Run as whoever started the process'. 3. The subprocess node assignment in process A is set as 'Run as whoever designed this process model' 
Hi all, How to represent data in the form of tree in appian? Like root node with parent node (with sub nodes as child 1 ,child 2),another parent (one child) and one parent with zero number of child. Can Anyone Please help me write logic on this? Thanks in advance.
We have a use case for a mobile offline application. I'm trying to build a simple app to test the functionality. Are there any other pointers beyond the design guidance in the documentation? An example of the application process flow is as follows: Load application and any data that will be needed for the entry form Go offline Invoke form to enter data with any ref data populated from Step 1 Enter data Submit the form to save changes locally Go online and see the newly created record The documentation talks about offline actions and offline tasks. I would like to implement offline actions but I'm not seeing much detail on configuring them. What would be really useful is a working example with a similar flow to what I've described. In that case, I could dissect to fit my use case. Also useful would be more pointed steps for implementing this functionality. I'm aware of the following: Enable offline mobile in Admin Console Enable interface for offline Use
HI Team, i was created the application like naukri, in that mentioned mobile number and data type is int/text also tried size is 20, when i enter the values 10 digits its getting error "The value provided is too large" i was rechecked and changed all the details and while testing after modifications i below, and its pointed to data source can anyone please help me on that find the below code { a!sectionLayout( label: "Record", labelSize: "MEDIUM", labelHeadingTag: "H2", labelColor: "STANDARD", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "First Name", labelPosition: "JUSTIFIED", value: a!defaultValue( ri!record['recordType!{4f1af93e-2c0f-45a9-989b-904063aa4d46}ND Record.fields.{a4ccef83-8dc6-4fe5-875d-92719c90cf6e}firstName'], "–" ), readOnly: true ), a!textField( label: "Last Name", labelPosition: "JUSTIFIED", value: a!defaultValu
Dear heros of the appian community:currently trying to extend knowledge about "egde cases" of appian Is there any way, that i can call an interface dynamically by a DB value in the sense that:i am storing a UUID or name of an interface component and by calling the value of rule!EXA_recordtype.interfaceNamethe interface is shown. example code snipped I know ,this exact way, it is not working like that due to the exclamation marks etc. just thinking through and to show the route i am coming from.there are ways of choose() etc. I know. but its about not having it "hardcoded". kind of totally based on DB values..Is something in that sense/manner possible?Love to read your inputs
Hello Appian People, [emoticon:c4563cd7d5574777a71c318021cbbcc8] I have a small doubt. Is it possible to underline and bold any word or sentences at the same time. I tried different approaches but it is failed. The only thing working is: Is it possible that the phrase 'Appian is fun' can be written by both 'Bold' and 'Underline' styles? If yes please try sending the correct codes or explanation. Any suggestions/solutions is greatly appreciated. Thank you
I modified CDT and process model in source environment and then I deployed CDT 1st followed by process model to target environment, but still process model was referenced to older version CDT^1 in target environment. Any idea what could be the root cause here?
Hi, How can I get all process models UUID's from Process Model folder? (I just don't want to check it manually, any smart way to get all uuid's with any function via loop?)
I want to create 4 buttons in interface which initially have no colors but when we click on them it turns to blue color( need the code using for loop)
Hi All, Has anyone run with the issue of using the Receive Message event in process model to initiate the process model: (trigger a particular process model through email using receive message event at start node of the process model. In this approach you will have to store all the required email properties using message properties bean.To trigger the process model you need to send an email to processmodeluuid<model_uuid>@subdomain.appiancloud.com(if you are on cloud). If you don't want to provide an email id having processmodeluuid<model_uuid>@subdomain.appiancloud details to users then you need to make some alias configurations in custom.properties file & need to create a service account at MS exchange.Your Appian administrator must enable the Anonymous system user to allow the sending of an email to a process or process model.) By using this approach every time after the process is initiated the emails from the outlook mail box are au
Hi All I am using record data and displaying in a card layout something as below, On click of record actions in the card layout, I need to populate the updated data on the screen without refreshing the screen. Cant go with startProcesslink as I have a requirement of showing dialog box Does anyone has any ideas how this can be achieved?
Hello All , Any suggestions how to create an Interface that will just look like "The submit review " functionality when we submit a review in Uber /Zomato . [ex: 3- 4 stars can be seen and when we click one them their colour changes or greyed out ] TIA
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.