-
Recently active
Hi Community, I have a multiple question on the Document classification AI Skill. I have trained the AI Skill classification with 2 types of document. Both type does not have fixed structure (few text change based on the conditions). When we upload the document of these 2 type the confident score is always fall between 55 to 60 . Another behaviour i observed when i upload different document type which is totally different , the confident score is 50 which i do not expect. Questions: Does anyone know how the confident score is determine? The document structure is not same every time is that because the confident score not going beyond 60? I expect to be more. Why confident score is still 50 when non trained document uploaded?
I am having a scenario to select the seat in a theater. Once I click on the seat the particular seat is selecting again I want to de-select the seat it is not getting null from the selected seats. We have used remove function to de-select the seat and we have tried to null the particular index but it is not getting null
Is it possible to create an article in the Appian Knowledge Base for everyone? or how to create an article in the Appian Knowledge Base. Thanks
How to create a movie ticket booking Seating Arrangement dynamically based on individual theater the seating for each and every theater is different. Admin can change the no.of seats how much he required.
Hi,I am trying to connect AWS Rekognition service with Appian. I am getting an authentication error for the AWS Signature Version 4. Can anyone help on this please?
Is it somehow possible to create a map or dictionary using variables for the keys? For example, is there some way for me to do something like a!map(localvar1:local!var2) to make a user generated map? Or maybe use a foreach loop over a 2d array to convert it to a map?
hi, my json response is as follows : Body={………… message={role=user, function_call={name=fn_test ,arguments={ "annotations": [ { "originalText": “text1”, "annotation": { "classification": "Rule", "rule": true } }, { "originalText": “text2”, "annotation": { "classification": "Rule", "rule": true } } json to Appian shows like this. I was able to traverse until arguments using httpresponse but cannot pull anything inside annotations ,wanted to extract every ( original text, classification and rule) and store it as records in database.Any ideas appreciated.
I was blocked to accessing my community edition because of decreasing popularity of appian community edition. I am a new to appian and I am doing appian certification course but after blocking it was very difficult to complete the course and I was not able to practice . Can any one help me with this?
My use case is to have the ability to add, remove and reorder items in a list similar to what we see for defining the columns in a grid in interface designer. Is something like this possible using SAIL? I would think so, but having a hard time envisioning this. Is it a series of cards with rich text-based links to manipulate the positioning? Thanks in advance.
Hello, I have the following question: while watching an Appian training course the instructor used the a!dropdownFieldByIndex() component. I tried to search for it inside the interface palette when in design mode but I was not able to find it anywhere. Is there a place or a doc that contains a list of all these hidden components? Besides the a!dropdownFieldByIndex() component I know some others are a!multipleDropdownFieldByIndex(), a!radioButtonFieldByIndex(), a!checkboxFieldByIndex() and a!timeDisplayField(), but it would be great to discover more if any. Many Thanks!
Hi All, I need help in having Appian AWS Infrastructure Documentations and related documents for the architectural diagrams & DB Infra Setups & Dr Documents
Below are the points where I need help: Database Design of AWS In Which regions AWS is available in CANADA AWS Integration Info How Appian can be connected to AWS Steps to fetch the data from AWS in Appian How To extract data from AWS into Appian Documents related to Appian AWS Infrastructure Disaster recovery information
Is there a way I can use one record action in two different places with different display names?
Hello, I´ve configurated the Azure service insede de Admin Console as it shows the image: This returns me a succes, and i see in the interface design mode the Copilot: But when I upload a fillable PDF to generate the form in appian, i keeps loading, but nothing generates Anyone knows what its happening and which could be the solution for this? Thx
Hi, I am trying to call my appian web api from my angular application which is on localhost however it is throwing cors error. NOTE: I tried with Postman it is working fine (Getting expected response). Error i am getting : Appian api end point from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Thank you in advance.
I have set up several drop down selections and know that if you do not set the value and saveInto parameters, the value once selected does not "stick". As soon as you move to another field, the value selected disappears. This is a fairly simple form for uploading a document. The user selects the Document Type and then enters the name of the document. Once those two values are populated, the file upload is shown. The Rule Imputs for this screen are: spkrDocRecord of record type Speaker Document spkrDocIsUpdate of type boolean speakerRecord of record type Speaker a!localVariables( local!spkrDocRecord: ri!spkrDocRecord, local!DocTypes: rule!PMSO_getDocTypeforLU(), local!file, a!formLayout( label: if( ri!SpkrDocIsUpdate, "Update Speaker Document", "Upload Speaker Document" ), contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( /*data: 'record
HI All,I am trying to create integration to read the new email i.e unread mail from Gmail account but when to integrate with "inbox". I am getting below screenshot error and Connected system successfully created.Any idea can anybody share on this?
I am getting below error in the middle of training on appian academy after every 30 min or so. Is this error related to appian site or has something to do with browser settings? Can anyone guide. I have tried with different browsers still getting the same error.
Hi all, I have a requirement of adding documents which has to be related to a case.I have tried it using record actions of document by giving a dropdown of cases to relate the document to the case selected. But I have to do it without using dropdown .So I have tried it using start process link in cardlayout.It was working fine but after triggering the process it has to go to previous page where i have an option as documents grid in summary page, but in my case it was navigating to the previous tab in the same summary page which has another grid in it. I am using start process link in 2nd button but it was navigating to the 1st button in the same page.Is it possible to open the start process link in dialog box? or Is it possible to add documents and directly relate them to the case without using dropdown? Kindly refer the below file where it contains the screen recording of the exact issue that i am facing. [View:/cfs-file/__key/communityserver-discussions-components-files/13/startpro
Hi, We have a use case to upload the documents stored in Appian to the SharePoint folder. We don't want each user to provide the SharePoint credentials every time a document is attempted to move to the Sharepoint site. Hence, we want to establish the Connected System on Appian via the "Client Credentials" approach. However, the instructions on the link shown below this in the Connected System box is not clear on how to generate the "Client Secret". The steps documented to generate Client Secret on https://docs.appian.com/suite/help/21.4/Integrating_Sharepoint_with_Appian_CS.html is followed, but on the Connected System when selected "Client Credentials" as Authentication, Appian is throwing the error: Unable to retrieve access token The following error occurred: Invalid Client Secret Please ensure that your Client Secret in the connected system is correct. (Refer screenshot). Any thoughts on how to generate client secret key on Sh
I would like my RPA to return the CDT the CDT variables to the process model. My RPA has array of CDT which has following in it:[{item1=value1,item2=value2, item3=value3}, {...} ,...] this CDT has dynamic row. Could you tell me what I should do for it?
Hi All Please suggest some ideas how can i externally/manuaaly capture the the access token generated from OAuth2.0 in apian. As of now it is managing to pass tokens directly from connected system to integration. One link is already there in apian suggesting capturing the access token code, but don't know where to write this code, link is given below docs.appian.com/.../working-with-oauth-2-0.html
Hi all, grid field is showing the error when I am query entity to view the data in the interface, the CDT are of the ARRAY type. when I am removing the filter I am getting this error if I keep the filter I am getting another error. can you please help me with this error. a!localVariables( local!VerificationDecision, local!listingetails:a!queryEntity( entity: cons!SHA_LISTING_DS, query: a!query( selection: a!querySelection( columns: { a!queryColumn( field:"propertyTypeIdFk", alias:"propertyTypeIdFk" ), a!queryColumn( field:"propertyName", alias:"propertyName" ), a!queryColumn( field:"propertyAddress", alias:"propertyAddress" ), a!queryColumn( field:"propertyDescription", alias:"propertyDescription" ), a!queryColumn( field:"floorPlanName", alias:"floorPlanName" ), a!queryColumn( field:"neighborhood", alias:"neighborhood" ), a!queryColumn( field:"price",
Hi Everyone, I am getting the cdt rows through record type using expression rule. Is it possible to add more unique rows to cdt through expression rule. If yes, can anyone please help me out?
if the outageEligible (boolean) is false , then I need to null the value for outage(boolean) if(rule!GBL_isnull(ri!outageEligible,false()) , a!save(ri!ouage,null(), a!save(null(),null())) above is the code , I am using. But it is not working
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.