-
Recently active
I have a use case for AI Skills but it seems whenever i pass any document this happens. For this example im passing a PDF file exported from a word file uploaded to appian, and it is being called by the process model below as a constant. Using the Extract From Document Smart Service doesnt give me an output, when I check the reconciliation all characters are being outputed as boxes, as shown in the screenshot.Checking with the actual document before and after goes through the smart service ( document passed through different variables for before and after ) and it is shown normally. Would want to understand why this is happening and what steps i need to take to rectify this issue.
a!localVariables() can be evaluated as empty a!localVariables() can increase the number of queries that are executed
which type of record is best to use in appian? and in which scenario we should use entity backed record, process backed record and service backed record?
can we make changes to the database in the development environment and can we changes directly in database
Can some one suggest on this please. Thanks.
Hello what is the difference between - AI Skill Document Extraction = https://docs.appian.com/suite/help/23.2/create-skill-doc-extraction.html - Start Doc Extraction Smart Service = https://docs.appian.com/suite/help/23.2/Start_Doc_Extraction_Smart_Service.html ?Thanks
Hi Everyone, We have a requirement where Application is writing 500 rows parallely via startprocess smart service(Loop). Now for every Write opertion sync will run that means sync will run 500 times in backend. It seems to be creating connection pool issue though connection pool is 200. can some one suggest the best soultion in this case? Thanks in Advance!!
Hi , Is there any possible way to extract table structure from single line string , like I am using the getpdftext to get the text in single like string , but it has table structure inside it, is there any way to extract the table from it? Thanks Bihitak
Is there any way to compare two record values of different record type to find the difference and provide the result matched and not matched record
Hi, I need to put validation for two fields in below formats. 1. P (upper case).7 digits the user provided input should have first letter as capital P dot with 7 digits 2. P (upper case).7 digits.2 digits the user provided input should have first letter as capital P dot with 7 digits and dot with 2 digits Kindly suggest on this
Hello Everyone, I want to highlight the selected slice in column chart as below (as red color selected slice) on drill down selection. Any suggestions? Thank you in Advance.
Hello,following the tutorial "Automate Your Business Tasks with AI Skills i created the AI Skill object, but i have this error. I need to receive an help/explanation.Thanks to all.
Hi ! I am facing a pagination issue with Grid Field. I need to fetch data from a csv using previewcsvimport and display it in a grid, batch size 10, but an error pops up when I try to move directly to the last page , only for the files which have (10n +1) number of rows.
I have registered a CDT with @version columns available. When updating this CDT with OptimisticLockException using the Write To Data Store Entity Smart Service, the status of the Smart Service becomes "not attended" and the process stops. Are you aware of a technique for handling an exclusive lock as an error when it is detected by Smart Service?
Hi Community, We are getting this type of error e.g Cannot detect WSDL version of the file. Ensure a valid WSDL exists at the provided URL. Please suggest me the solution
Hello all I am using the "Send meeting request" Smart service in the process model. The smart service was properly executed without any error but I am not getting any meeting email or Invite.
HI, I'm adding a new SAML configuration for Okta and to save it I have to make a successfull verification before. The problem is we fail to establish the connection so the Test return false. When the user tried it has the error below : "Authentication was unsucessfull Reason : the user tested with was invalid" Nevertheless, the user connected is a valid user of the Appian application (and is system Admin). Regarding the Tomcat logs, I see this error : 2023-06-22 10:18:13,730 [http-nio-8080-exec-1535] ERROR com.appiancorp.security.auth.saml.SamlTestServlet - Error occurred during SAML authentication test: Invalid Username com.appiancorp.security.auth.saml.exception.InvalidAppianUserException: Invalid Username at com.appiancorp.security.auth.saml.SamlAuthenticator.getAppianUserProfile(SamlAuthenticator.java:100) at com.appiancorp.security.auth.saml.SamlAuthenticator.authenticateUser(SamlAuthenticator.java:54) at com.appiancorp.security.auth.saml.SamlTestValidator.valida
Hi. I would like to implement a system that includes the following features: Regarding No. 3, please tell us whether it can be realized or not. 1. Create a list from a data entity containing video URLs. 2. Set up a link that will take you to some interface when you click on the list. 3. Dynamically change the video displayed in that interface based on the URL of the video registered in the list. Thank you.
We are sending 3 Documents for Customer for DocuSign using connected System. Requirement is hold the process After DocuSign Mail has sent to Customer and resume after the DocuSign completed by customer.(Real time implementation) once the user completes the Signature , we want to get response from DocuSign to Appian mentioning event completed until this response get from DocuSign to Appian the Flow will be paused. whenever the response hits the Appian then the Process has to be Resumed and flow will be continued.
I have to create Dynamic UI meaning based on the API JSON response received. I will be receiving the input type like check box or input and all the other attributes in JSON response, using that can i create the component and create dynamic UI?
Hi, I am using a Record Type, and it has years of existing data. Unfortunately, the active data is identified by the length of the column name "uniqueFieldId", which is a text value so there is no consistency. Note, this is not a primary key in the table. The active field length must be 5 characters long. Anything greater or less is not considered active. Since it has years of existing data, we do not want to insert a new column, as I was thinking the easiest solution would be run a sql inserting an isActive column and then running the filter on it. Now, my requirement is to use a record type, and filter the data. I am unsure how I can use record filters to ignore data by the length of the characters in the uniqueFieldId. The record type is then being used in a readonly grid. A gist of the code below, the aggregation below is necessary as there are other fields and calculations I am doing using relationships to this record type. In a gist, is
Hello people, do you know web or agencies for work as a freelance in Appian projects this summer?Most common
Hi all, I have a dropdown field and have a condition for disbaled, based on that it will be disabled or not.--> if it's not null or empty it's working fine --> if it's null or empty, the dropdown is not disabled and I'm able to select a value for first time. Once I select the value, the dropdown gets disabled. ( since it considers that the field is not null and it's disabled. But I want the field to be editable) Can someone please help here. disabled: { if(a!isnullormepty(ri!record[my dropdown field])false, true ), },
Hi , When I have a rule input for the record in the interface , the values will get updated in the rule input as I update the values in the interface. In interface test, If I am have the record A and pull all the data from the DB, initially it has the values from the DB. But later when I edit the fields, the values will keep on changing (in interface level)How can I store the value when it's initially being pulled from the DB. Can someone pls guide me here?
Hi, I am parcticing with the a!queryRecordType() function and I realized in return one field called identifiers where the primiary key is returned and I would like to know if I could transform it together with the data field into a map where the identifiers values are the keys and the data values are the values. For example: Having: identifiers : {12,20} data : {"first value", "second value"} Transform it into {12: "first value", 20: "second value}
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.