-
Recently active
Hi, I created a simple sample application with 2 connected systems one for PostgreSQL DB an one for Http Connected system, both connected system are working fine on development environment. I have exported application package and import customization file. I have updated the Import customization file and tried to import application (with import customization file) on different environment, during inspect i found below errors I have verified import customization file that parameters are present. I am not able to understand why this error is coming during import?
Does appian have a direct return feature? for example, the normal process runs this way:requester - checker - verification 1 - verif 2 - verif 3there's a condition named 'direct return", it is when verif 3 do a direct return to verif1, and verif1 do another direct return back to the requester, then when the requester do an approval, the process wont go to checker, but go directly to verif1, and after verif1, it will run directly to verif3 (do not need to go through checker and verif2 anymore?)
in this process the financial department submit form to office manager sometimes office manager return the work to financial department to review when office manager return the work to financial department to review on process model , there is no view form option even if i set variables to be multiple
I am using send email smart service. I wanted to mails to customs email, not on groups. Anyone know how to do that? I have used toemailrecipient() function in cc and it's not working and breaking the process also.
Hi All, I want to place a icon along with text in a dropdown as shown below. Is it really feasible to do so with any image/document? I want that circle with blue dot icon. Regards, Ghanashyam
Hi, I am facing an Issue, When we maximize the browser zoom for the site page then the local variable are refreshing and getting null. Can anyone please help me on this Issue? Thanks In advance
Hi, Is there any way that Appian can identify content from email. Thank You, Hema
Good Day!Goal: Using Get API response the html code stored in my DB.Issue:I'm having this issue on my API response on my DB there is no "/' but on my API response it display "/'.pic for details.API Response:
smart services are there to create a user account and adding them to the groups also, Because I want All users should be able to sign up (if he/she is a new user(this candidate added to user group dynamically)), this app should be mobile friendly as well, that should available for wide number of civil users, So please let me know possibilities available to achive this in appian, Pro's & Con's, can also let me know if their is any best suited technology to achieve this
Hi Everyone, I am getting this error while I am trying to fetch the data. A user picker component [label="User Name"] has an invalid value for "value". All users must be valid and visible to the viewer. Please help me on this.
You can see in the above image that Loan amount of rule input showing null even passing the value.Can anyone check it?
Hi All, I need to have a drop down where the values are shown in group by category with a headings as below: Any idea whether this is feasible in Appian or not?
Hi Team, I need to show icons beside to the Section Layout Label field and that is a custom icon. How can I achieve the same. I can see a parameter called Label icon in section layout ; but I am not sure how to insert a custom icon to it. Regards, Ghanashyam
Hi there, I have created two interface which are MedicalRequestForm and EquipmentRequestForm, then I created third interface as RequestForm where I took a radio button and shown the value as RequesType (Medical and Equipment). I want that MedicalRequestForm or EquipmentRequestForm must be shown on the basis of radio button selection which is working. But In my first both interfaces, I have one dropdown, so whenever I am selecting a value from the dropdown, then whole Interface (RequestForm) is getting reload/refresh. Note: I took the rule input as ZMS_Requests in all the interfaces separately. Please see the below screenshots: 1. MedicalRequestForm: 2. EquipmentRequestForm: 3. RequestForm (without selection): 4. RequestForm (with selection of Medical): 5. RequestForm is getting back as screenshot no.3 when I select a value from dropdown Animal Name as above screenshot. Could anyone of you help me to resolve this issue? Please let me know if you need code.
Hi as I am new to Appian so I am not able to figure out the issue behind this. This process model is responsible for generating the Month End Review for the Staff and Supervisor. The process runs every second Monday of the month. Initially, it is in enabled status. When a supervisor starts it, it is in initiated status and then the staff under him acknowledges it, and then again the supervisor files it. Once filed the MER has the Filed status and no one can edit it thereafter. But the problem in production that some supervisors are facing is that once it is filed after some time it goes back to the initiated status. This happens to some specific supervisors, not all of them. But we are trying to replicate the same scenario in the test environment but such a scenario does not appear. What could be the probable reason for this? Can this be a browser issue or many users trying to access it at the same time? We couldn't figure out what actually is happening.
Hi, I am starting the online academy course (Appian Dev) and the playback stops in the middle of videos. I have tried Chrome, Edge and IE, all gave the same result. Anybody encounters the same? Thanks, Chan
Is there any function from which we can count no. of rows present in read only Grid??
Hi All, We are facing this strange issue of Cannot interpret context for UI Expression reason unauthorized. Could you please help us what is the issue and how to resolve it. TIA Harsha [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Good afternoon, We have to carry out the following functionality, we have to show an image in a form and said image has to be able to rotate.We have been looking at the documentation and we don't see how we can do the rotation issue. Does anyone have a solution? Greetings and thank you
Hi there, I have created an Interface, and I have used a!fileUploadField component which is taking 79.15% loading time. Please see the screeshot. Could anyone of you please help to reduce it? or any alternate solution to this? Thank you in advance!
Hi Team, I have a database which stores document data of Appian. The database table stores DOCUMENT ID of the product. it is like TaskOwnerName Document ID A 356234 B 321434 C 413434 D 431431 Now I want a excel export of the above data but instead of document ID i want document hyperlink. I can do this easily on the grid. But I am unable to do that in Excel Export Can you please help me, It is very urgent
Hi Everyone, My requirement is - I am showing an Admin Form, When The user enters data in the fields, they get stored in the database and I am showing the details in a selectable grid. The user can add a row or update/remove any row by clicking on the particular row from the selectable grid which will show the data for that specific row in the form. It is working fine for text box control to fetch and show as well as be blank while entering a new data row(event).But when it comes to a dropdown(year), I am facing an issue with the below code to fetch and show the field for selected row but be blank and mapped to rule input or local variable while adding a new row, for that control. The data is not getting getting populated into a dropdown. I have added a default value "2022" to avoid the error but, I actually need "ri!HolidayDetails.year" in place of "2022". Kindly help Thank in advance.{ a!localVariables( /* This variable is used to persist the check
Hey Guys, I have a database table that contains teams that have applied to the competition. I want to check the validation, if I insert team and competition to apply that already exists in the table displays as "Already applied.a!formLayout( label: "Apply Team to Competition", contents: { a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!pickerFieldRecords( label: "Choose a Team", recordType: 'recordType!{9590f767-061f-48ac-850e-63e14f7db91d}SGDC Dance Team', value: ri!map.teamId, saveInto: ri!map.teamId, showRecordLinks: false, maxSelections: 1, required: true ) } ), a!columnLayout( contents: { a!picker
Hi Appian Team, We are getting the following error, Interface Definition: Expression evaluation error in rule 'pf_sections' at function a!dropdownField_20r2 [line 84]: A dropdown component [label=“Shipper”] has an invalid value for “value”. All selected values must be present in the choiceValues array, but value was 4473 and choiceValues was . We have integer or number tyepe in choicevalue as well as in the value field , both types are same can anyone help me out to clear this error? Thanks Sunu Sam
I'm trying to send attachments through email smart service but it is showing that there are no documents present even though there are 13 of them present. Please share your thoughts.
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.