-
Recently active
Hi team, i am refering appian application tutorial i have interface 1 and interface 2, i wanna reuse interface 2 into into interface 1...but shows error like this.....Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!formLayout [line 4]: The contents field on a column layout cannot contain a form layout. Received a form layout at index 4. INTERFACE 1 a!localVariables( local!readOnly: ri!step="APPROVAL", local!labelPosition: if(local!readOnly, "ADJACENT","ABOVE"),a!formLayout( label: if(local!readOnly, "Approve expense Report", "Submit Expense Report"), contents: { a!textField( label: "Expense Item", labelPosition: local!labelPosition, value: ri!expenseItem, saveInto: ri!expenseItem, refreshAfter: "UNFOCUS", required: not(local!readOnly), validations: {} ), a!dateField( label: "Expense Date", labelPosition: local!labelPosi
I have 2 page/interface say A,B,C,D. Each page has 3 items. Am able to store the value of items in CDT(Array). My doubt is Suppose I have selected 2 items from each page and want to display the value of items in page 3. How to achieve it. Thanks.
Why only one smart service can be executed in an interface saveInto parameter at the same time?
Hi, I have this code where if the index points are not returned, it should return the default value. But instead it returns empty data. How do I make sure that the default value is returned a!localVariables( local!address1: {{id:1},{id:2}}, local!mdmAddress:{{id:5,name:"abc"},{id:3,name:"pqr"}}, index(local!mdmAddress, wherecontains(local!address1.id,local!mdmAddress.id),"Hello" ) )
We need a simple way to migrate a large number of documents from our Appian-based APS application to a non-Appian application. To do so, we need a way to attach metadata to the physical files that reside on the application server, under accdocs. We can obtain the following information regarding a document in Appian: Document Name: sf1449 Document ID: 59834 File Type: TXT Parent Folder: All Objects > APS Community > Contract Documents > Contract CORFD-21-C-0001 > Attachments Parent Knowledge Center: All Objects > APS Community > Contract Documents > Contract CORFD-21-C-0001 Parent Knowledge Center ID: 59680 Using the Parent Knowledge Center ID, 59680, we can find the folder on the application server where the document is stored. Folder on Application Server: /app/APS/_admin/accdocs1/59680 By going to the application server and visually inspecting and/or downloading a
HI. We have a requirement for an unfinished task to send out a reminder email 3 days starting, followed by every day. I have done this with an escalation containing an alert with a timer set to start after 3 days, then reoccur daily. However we have an extra requirement to only send these emails out on work days. Do any of you have any recommendations on how you would solve this problem?
Hi all, I'm unable to execute the Appian RPA, I was trying to create Bot using selenium, once its execute it should open link.
Hi there, As far as I know, it is only possible to use a Single Sign On mechanism with Appian using SAML but one of our clients requires to use OAuth2 tokens instead of SAML. Is that possible? Thanks a lot
Hello, I have a record table and a nested funding type table. The record has typical information but I normalized the database to have some sections in their own tables and nested them according to documentation. For the drop down, the choices are populated by a expression rule that grabs the names of the funding types. I then have a index on the front end {index(rule!RP_GETfundDropDown().data, "fundTypeName", null)} grabbing the names. I then added the primary key of the fundtype table as well and listed those as the choice values. The goal was that I would just need to insert the id of the funding type into the record record type and it would be a reference fk. Instead, it is requiring the whole array of objects. See image. I am not entirely sure what I am doing wrong or why its expecting me to pass the whole row when it's referenced as a fk. Get_FundType a!queryEntity( entity: cons!FundTypeNames, query: a!query( selection: a!querySelection( columns: {
Hi, I am trying to re do the excercise of vehicle fleet management from the Appian developer course and i am also doing a project on my own.In both cases in community edition,the supervisor tasks page does not display ,the assigned,completed or Accepted tasks ,duw to which i cant connect the supervisor approval form interface in the site. Could you please help me with it?
Hi all, I have used the "Send E-Mail" smart service to send emails with attachments in my process model. I got the error "Failed to send Email" in a process that errored out at the node "Send Email". When I analyzed the file size I found that one of my attachments had a file size of approximately 61 MB. What is the maximum file size allowed in Appian "Send E-Mail" smart service for attachments? Thanks in advance.
Hi All, Suppose I have a rule input of type doc or folder, I need to perform a check whether the passed data is actually a doc or folder. Any idea on how to implement this? The same goes with the case of User or group. Have tried using typeof() but it doesn't work for me.
We just want to find out if there is a possibility of downloading Community from the designer like the download feature available for Knowledge Center. We have several acquisition documents in knowledge centers which is stored under communities. Would like to know if a download feature is available at the community level since KC level download has to be done page by page in the designer and we have thousands of pages. We are in 18.2 version. Thanks, Meena
Hi, I need to show a check box in UI on click of Submit button, if there is a validation triggered on Submit. The check box should not be visible otherwise. If there is no validation getting triggered in UI then the form should just submit. How can we achieve this. Thanks in advance.
I have two user Input Forms(A,B) in Process Model. Form- A Enter Data, Form-B review the data and view the uploaded files using the StartProcesLink(). When i clicks the StartProcessLink() it opens another interface with read-only. When i complete the StartProcessLink() form it navigating back to Form-A instead of Form-B? Noticed backend when it completes the StartProcessLink() Process instance, Creating new instance with parent process and Old parent instance still Active. Any inputs or is this limitation?
HI All, I have implemented a Export to excel functionality, where clicking on Export to excel will kick off the process , and once the document is available the Download excel link will be made available, the problem is, the user can click on export to excel multiple times at a time, is there a way , i can disable the export to excel link until the process is completed Thanks in advance
Hi,We want to know the integration_uuid for every integration object. Is there any possibility to know the associated integration_uuid's for every integration object?We knew from integration_details.csv file contains calling integration_uuid's and if we copy the integration_uuid and search in object tab in appian it will give the object name with other details.So, our basic question is from object name it's possible to know the integration_uuid? Thank you,Nandakishore.
Please, in what document folder is the best practice for saving Process Report in ?
After Submitting a form by clicking Submit Button, it says action is completed . But unfortunately Page is not refreshing?PS: My Button type is Submit.
I have a connected system that needs to be manually clicked in order for it to get a token. Once you press the "Authorize" button, it somehow saves the token in Appian and then you can call an integration. Can that same functionality be replicated in a Process Model? What needs to happen for the integration to get that token in the PM? Or is there a way to get the token in a PM?
This is the error message I receive when attempting the "user" function not the a!user function: The user function does not have a domain prefix....
Hi Team, I am facing one issue. In my application, in local variable section of Interface intializing local variable by calling expression rule and trying to refresh that variable based on refreshOnVarChange, also tried all available refresh options but nothing worked. Is there a limitation on refreshing variable for expression rules? localVariables( local!record: a!refreshVariable( value: rule!ADMIN_DF_DH_getAllTestConfigs_Exp( bearerToken : ri!bearerToken, programId : ri!program.id, sourceId : ri!source.id, datasetId : ri!source.dataType, pageNo : local!pageNo +1, batchSize : local!batchSize ), refreshOnVarChange: local!testConfigResults, ), ........ ........ ........ ) ADMIN_DF_DH_getAllTestConfigs_Exp a!lo
I want to know about to show confirmation form on any error or completion of a particular activity. Suppose, in write to data store entity, i want to show the alert box on the success updation/insertion of the data.
after selecting year from the dropdown list..., we should able to see the calender of that selected year(in dropdown) &within that calender we should able to months forward and backward & also we shoud able to select a date in particular month..., how to get it done..
Hi, Can you please explain what is the pricing structure for hosting a Dev, QA and Prod environments on Appian Cloud at enterprise level for multiple clients? What is the user count by default? Or is user count purely based on the requirements? Is it on per user/month basis? Regards, Thiru
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.