-
Recently active
We are building an Appian mobile app where there is requirement to open phone contacts by clicking button in form and when we select any contact we should be able to fetch the email address of selected user. Could you please suggest how to incorporate this?
Im trying to call an api and im getting this error: where do i find the integration configuration? thanks
Following normal database best practices we typically store id fields in our main data tables and then link those id fields to reference data tables when we want to display the reference data values (e.g. status values such as 'Received', 'In Progress', 'Pended', 'Abandoned', 'Completed', etc.). With the new record and relationship functionality it is easy to display the textual status values rather than the id value on the record list and record summary. But, if we need to export the data, including the textual values, to a CSV file for ingestion by an MI tool we can't currently export from a record to a csv file programmatically (our export for MI would typically be a scheduled process running once a day, outside of standard business hours). We could create a database view to pull together the data and structure it for the MI extract but the documentation for the Export Data Store Entity to CSV smart service states 'Because database vie
Hi, Move to collab is not receiving files from the folder. Files exist in the folder and Poll File System folder smart service is able to read the list of files. Details below: 1) Move to Collab Output 2) Poll file system folder Output Both constants point to same folder on local server. Please let me know if anyone has faced this issue
We are trying to connect Face Mask Detection API by passing image and we are not able to get the desired result, We tried hitting the same API via postman which works fine but we are not sure what wrong we are doing while doing it from appian. API-rapidapi.com/.../face-mask-detection Appian Config: API config-
Can anyone please explain why Task will not show in the Tempo after it has been assigned? Please have a look at the attached screenshots. Thank u all in advance.
Hi, I am making an Asset Management application. I have a functionality which allows me to create new assets with information such as asset name and asset Id. There is also an ability to add images of the asset in the interface where I have used the a!fileuploadfield which points to a constant which is a folder that stores the images. Here is the code for the same. /*a!fileUploadField(*/ /*label: "Asset Image",*/ /*labelPosition: "ABOVE",*/ /*target: cons!G1_folderAssetImages,*/ /*value: ri!G1_Assets.imageId,*/ /*saveInto: ri!G1_Assets.imageId,*/ /*required: true,*/ /*validations: {}*/ /*),*/ I want to make a summary view (Interface) which shows all the information about the asset along with its image. But as of now I am just able to show the image id. Is there any way I can dsiaplay the image in this new interface?
Hello, i have a list of maps, how do you add new map value? and how do you update an index of repective value map? this is the rule code (but it do not work): ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ a!localVariables( local!campos: a!forEach( items: ri!map, expression: fv!item.sistema = ri!sistema ), local!indice: where(local!campos,-1), local!resultado:if( local!indice > 0, if( a!isNullOrEmpty(ri!permiso), remove(ri!map,local!indice), /*update value in list*/ a!update(ri!map,local!indice,a!map(sistema: ri!sistema,permiso:ri!permiso)) ), /*add map to list*/ a!update(ri!map,length(ri!map)+1,a!map(sistema: ri!sistema,permiso:ri!permiso)) ), local!resultado) -----------------------------------------------------------------------------------------------------------------------------------
Hi I have requirement where i don't want to show the field if it was null in summary view if it has the data it has to be displayed. the source of the view is interface in that interface the source of the fields is View. so could you please help on how can display this accordingly
Hello, Is there any way to update rule input values as soon as local variable is updated? Do I need to create Process model for updating rule input values?
Hi Everyone, More curiosity about to know more capabilities about Appian compared to other workflow tool. For example, low code...etc features and capabilities. Thanks In Advance
Hi, A situation that arise frequently is that there are several issues open, and two or more of them include same interface, rule or any other kind of appian object. Deveoppers assigned to each issue made necessary changes and usually they coordinate themselves without problem, but in ocassions we deploy untested or unwanted changes to upper environments by mistake. So, I am thinking on a application that help us on get a better control on deployments. This application act as a ongoing package inventory, and should be able to compare contents of each packages in order to warn about objects that were part of mor than one package. To do so, I need a way to programmatically get the content of a package. Does anybody know a way to achieve this? Regards
Hi! I am currently using the smart service "MS Word 2007 Doc from Template" to generate a word with a default template and to be able to retrieve the data of a record within a label that can be printed as a sticker. My question is, is there a way that I can generate a word document with N records and when I retrieve that data each record is stored in a separate tag. It would be something like this: Thanks for your help.
I have a Summary view interface with tabs at the bottom that each display another Read-Only Grid interface displaying info from related tables. I need to be able to have the information on those tabs to only show the records related to the parent record being viewed on the summary view. I know you can set filters at the Read-Only grid level on the individual interfaces, but at that point there is no parent record to reference so it returns an error. Does anyone have a way around this?
Hi Everyone, I am new to Appian and still learning basics. While updating a record, I am getting Data sync error. But if I do manual sync, record is getting updated. What should I do for automatic sync instead of doing it manually after updating a record? I am not using CDTs or DSE.
a!localVariables( local!path:{ id:"1", name:"Method", type: "331324", numberOfChildren: 3, isDrillable: true, image:cons!EA_EMP }, local!name:{ { id:"1", name:"Section 1", subnodes:{ {title:"subsection 1.1", id:"100", type:"264447", numberOfChildren:0, isDrillable:true, image:cons!EA_FEMALEEMP}, { title:"subsection 1.2", id:"200", type:"264447", numberOfChildren:0, isDrillable:true, image:cons!EA_MALEEMP1 } }, type:"264447", numberOfChildren:1, isDrillable:true, image:cons!PT_SUPERVISOR_1 }, { { id:"2", name:"Section 2", subnodes:{ {title:"subsection 2.1", id:100, type:"264447", numberOfChildren:1, isDrillable:true, image:cons!PT_SUPERVISOR_1}, { title:"subsection 2
Hi Appian folks, I was trying to go through Appian documentation and academy for creating a custom function plug-in. I had a question: Trying to import "com.appiancorp.suiteapi.expression.annotations" on IntelliJ for Java class. It is unable to recognize the "com.appiancorp" library. We might need a JAR file for "com.appiancorp" package. I am trying find the JAR file to download but unable to find it. Am I missing anything here? Also, is there any other approach that you could suggest to get the appropriate libraries to create a custom plug-in for Appian via. IntelliJ?
Hi, My question is how you could create a dropdown with the list of months and another dropdown with a list of years and when selecting a value, filter by date. I currently have a date field in my database. I have created an expression rule with a series of filters and one of them is the date with the operator between and the value: {datetime(year(ri!date), month(ri!date), day(ri!date), "00:00:00"),datetime(year(ri!date), month(ri!date), day (ri!date), "23:59:59")}. But how could I do it with a dropdown for the year and another for the month? Thank you very much for the help.
Hii all How to create a report using query entity not using report type ?Can anybody help me .
I have deployed process management utilities in that, I used to configure pause process in the process model to pause the process instance, but i'm fail to achieve expected output can any one help me like how to configure pause process.
Hi All, As per requirement, I have to send data in CSV with pipe separated, but for decimal data as highlighted in screenshot, its appending with ' before the actual value in the decimal. I'm using a DB view to construct the required data and pass it to Export Data Store Entity to CSV smart service in PM. In the DB data is normal but while it's generated in CSV the below highlighted issue is observed. Any leads on this issue are greatly appreciated. Expected --> -92333.00000 Actual --> '-92333.00000 Thanks & Regards Kumudini
Hello, I have a handler for document upload WEB API that has validation if the binary body is empty. The problem is in Appian, the validation is working but in Postman, it returns success even when the body is empty. a!localVariables( local!params: property(ri!request, "queryParameters", null), local!body: property(ri!request, "body", null), local!fileName: property(local!params, "filename", null), local!transactionId: property(local!params, "transactionid", null), local!docCategoryId: property(local!params, "doccategoryid", null), local!docTypeId: property(local!params, "documenttypeid", null), local!validation: reject( fn!isnull, { if( or( a!isNullOrEmpty(local!transactionId), a!isNullOrEmpty(local!docCategoryId), ), "Missing Parameters. Please Try Again", if( or( a!isNotNullOrEmpty(local!docTypeId), a!isNotNullOrEmpty(local!fileName) ), if(
Hello, I'm creating an asset management website application for a company as my school project. I have used the same summary view for three pages (My Assets, All Assets, Available Assets) on my site but with different filters according to the required use cases. I have also created multiple related actions (Request Asset, Retire Asset, Update Asset) and configured their visibility according to the user groups' accessibility criteria. My Assets and Available Assets pages are visible to the employee group. If the employee selects a particular asset, it will take them to the summary page where two related actions - Request Asset and Retire Asset are enabled for them. Currently, I see both related actions on the summary view. My problem is that I want: 1. Retire Asset Button to be visible only when the employee is visiting the summary view via the My Assets page, and, 2. Request Asset Button to be visible only when the employee is visiting the summary view via the Available
Hi, Can I get Expression rule to retrieve specific fields only from data store entity in expression rule.Because while trying with index I am able to get only single field data, If I use the just .data I am getting data of all fields. But my need is to get only specific fields data from data store entity. Thank you
Hi , I have a list of dictionaries with date ranges(refer below screenshot) i need validation that if i give a date and if the given date is overlapped with any of the dates(start and end date) i should get a validation. for example; start date : 05/10/2023 end date : 05/15/2023 i'm comapring the given date in this date range for each dictionary for that it is working fine but if i select date between 05/09/2023 and 05/16/2023 i should get validation that is not working,and there are many dictionaries like this. Cany anyone help me how to do this?
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.