-
Recently active
Is anyone running Appian in Azure Container Apps? We are a current Appian Cloud customer and wanted to experiement with standing self hosted up in Azure Container Apps but are unable to get access to the media and a trial license without setting up an agreement. https://kodi.software/ https://dltutuapp.com/tutuapp-download/
So I am trying to have a dynamic page name depending on the number of tasks being displayed in grids. I have set up an if() statement for the page view name and I have the expression rule set up as: a!queryProcessAnalytics(report: cons!report, contextProcessModels: rule!ContextProcessModels(), query: a!query( pagingInfo: local!pagingInfo, logicalExpression: a!queryLogicalExpression( operator: "OR", filters: { &nbs
Hi, This is mainly for the Appian team. I just noticed there is a bug in this plug-in. The moment it comes across a blank row, it treats it as the end of file. For eg, if rows 1-100 have data in any of the columns and row 101 is completely blank and 102-1000 rows have data in any column again, it only processes data from 1-100 and ignores the data in 102-1000. This seems to be a bug because previous versions would read from rows 1 to 1000. What can be done to resolve this?
Description: We are currently facing an issue with IDP data extraction in our production region. We have encountered this problem where IDP seems to be stuck near auto extraction status. We are unable to successfully extract the required document values. This issue is affecting the document extraction process and impacting our production environment. 1. Description of the problem: The IDP value extraction process is stuck in the auto extraction stage, preventing us from retrieving the necessary authentication information. 2. Current impact: Our production environment is experiencing disruptions due to the inability to extract IDP values. Please find the attached screenshot for further references.
I have two applications with API Integrations configured. Each application connects to the same gateway - Request Reply Bus (RRBUS) using the same client certificate. Because the host is the same, how can we configure the applications to use separate client certificates? According to this post: https://community.appian.com/discussions/f/integrations/21467/adp-ssl-certificate-usage-in-integrations "This is done automatically by matching the url in the certificate to the server you call." Any input is appreciated. Thanks!
Hi, I have a question, im creating a web api to return data from a query and i have to remove a column from the response. For example: I have an expression rule to bring me all the centers we have and it returns "id" : null, "address" : "null", "officeName" : "null", "countryId" : null, "isAvailable" : true How can i remove the column "countryId"?
Hi, I'm relatively new to Appian and came across a use of the if() function that didn't seem to fit with the online documentation and syntax. According to some more experienced developers it wasn't unusual, but I was disappointed not being able to figure it out on my own. How would you all go about understanding a function use that didn't seem to match known syntax? Or help me read the syntax better: if( condition, valueIfTrue, valueIfFalse ) showWhen: if( local!status = cons!APPL_STS_OFF, local!level= cons!APPL_LVL_THIS, local!level = cons!APPL_LVL_THAT )
Hi, Currently, we are considering the possibility of configuring SAML as the authentication protocol for internal citizens, while using OAuth as the authentication protocol for regular citizens. We would like to be able to choose the authentication method based on the application being used. My specific questions are as follows: Is it possible to configure both SAML and OAuth simultaneously in Appian for different user groups? How can the appropriate authentication protocol be determined and selected based on the application being used? What are the best practices or recommendations for achieving this dual authentication configuration efficiently and securely? Thanks!
Hi- Does anyone know on how to implement generative AI with Appian? TIA
Expression evaluation error at function a!forEach [line 104]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function 'cast' [line 106]: Could not cast from COSELM_coselm_eox_information to Number (Integer). Details: CastInvalidCould not cast from COSELM_coselm_eox_information to Number (Integer). Details: CastInvalid
Hello, I'm displaying a selectable read-only grid on an interface, and the grid is sourced from a record type (entity-backed). Based on what row the user selects, I want to use various fields from that row elsewhere. I.e., a!gridField( ... selectable:true, selectionValue:local!mySelection, selectionSaveInto: { a!save(local!selectedRow, index(fv!selectedRows, length(fv!selectedRows), null)), a!save(local!mySelection, index(save!value, length(save!value), null)) } ) My local!selectedRow looks great. But, when I try to reference this elsewhere, like: local!myselectedRow.name I get an error: "must be indexed by its corresponding record type fields or relationship". How can I index this as if it were a CDT? (which...since it is an entity-backed record, I would think I can treat it as a CDT of that entity type). My only workaround is to do a cast() within my saveInto, but I hope there is a cleaner way.
Could some one please look into this and help me to resolve this. TIA
i have a requirement where "close" related action should be visible when status is not denied and closed . i kept this condition in " views and action security " but the relatedaction is still visible on the request when status is closed/denied also
Hi All, Currently, I'm working on exporting the data store entity to CSV. I tried to use the "Export DSE to CSV" smart service. and our requirement is to use the $ symbol as a delimiter. However, the smart service only supports the predefined list of delimiters. please refer to the below screenshot. If I try to use other symbols, I get the following error."Invalid csv delimiter $. A CSV delimiter must be one of the following values: "TAB", "COMMA", "SEMICOLON", "SPACE", "PIPE", "CARET" (APNX-1-4505-027)" Is there a way to use different delimiter other than the predefined list? Thanks
i have requirement where i need to pass start date ,end date and some mail address to external system (api) . how to send this data using integration and which method i need to use (get/post)Upon startdate api call should happend and upon end date it revert the api call
Is there any smart service available that will give the list of Data Store Entities present in the given Data Store?
i want to create address auto suggestion interface. i found a method called google places api. can you plase explain me how to do that
I need to design a UI with a set of fields, and a button that should take the field and their data directly to Outlook as the body of a new email. Is there any plugin or integration type that can help me do so?
Hi Team, I am currently using 22.4 Appian community version and while trying to submit a record using write records smart service, i am getting the below error: Please help me fix this. Thanks, Kiruthika S
I need to implement following Excel 1 with Data in Sheet 0 Excel 2 with Data in Sheet 1 Need to have Output Excel with two Sheet having data from above excels. Output Excel- Sheet 0 will have data from Excel1 and Sheet2 will have data from Excel2 Can anyone suggest
Hi All, I have two CDTs A and B. B is nested to A. I am creating the data for cdt A using expression rule, for each record in A there may be multiple record of B. Can someone please help me how can I create using expression rules which will further then inserted to database.
Hi everyone.Do you know which is the minimum score for passing the Associate Developer Practice Test? I want to obtain certification. And another question in the exam includes questions related to Introduction to Appian Delivery Methodology? since that topic comes in the learning path, but not in the exam objectives, in fact it does not even include the percentage.
How to call Power BI from Appian and show the reports in Appian. do not send the links , I have seen there is a plugin with which we can connect to Power BI, how to render the reports & show it on Appian. basically which functions help us to call the Power BI inside an interface & How to pass the parameters to power BI from Appian?
I am calling an expression rule in task report for the context of tasks assigned to owner by creating a new column with "Edit". This newly added column with the expression rule is not populating the data in the report, but the same is working as expected while passing the data. Below is the code inside expression rule: a!localVariables( local!toDate: todate(ri!startTime), local!days: tointeger((ri!toBeExpireDate) - (local!toDate)), tointeger(todate(ri!startTime + local!days) - todate(today()) ) startTime = tp!starttime from the report, toBeExpireDate = process variable (using this for calculating the no.of days left) Please let me know if the expression rule can be configured for column within the reports. Also, please suggest if there are any other alternatives. Note: Without calling the rule, I tried with the logic pasted above, but no luck.
I have a Write Record WebAPI that needs to start a process. The purpose of the process is to notify a user group that a new speaker request has been added to the system. I keep getting an error when trying to kick off the process, "PMSO Volunteer Request can only be indexed into using square brackets or the index function" I created a blank process (start node and end node) called "PMSO New Speaker Request". There is one process variable created "entryId" that is set to be a parameter. The Web API a!localVariables( local!value: cast( 'recordType!{ca4c278b-1034-49bc-af7d-e4c16cf132b6}PMSO Volunteer Request', a!fromJson(http!request.body) ), a!writeRecords( records: local!value, /* * Construct an HTTP response to return to the caller */ onSuccess: {a!httpResponse( statusCode: 200, /* * Set an HTTP header that tells the client that the body of the response will be in JSON format */ h
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.