-
Recently active
The client has AWS Db with JWT AuthenticationThere is no JWT Authentication provided in appianHow can I connect with their AWS DB now ?
Hi Process was getting errored saying the error like a!fromJson: Invalid index: Cannot index property 'body' of type Text into type Text) (Logic Output) in appian in the output of node passing the logic like below tointeger( index( a!fromJson(it was integration:rule!UIP_GetQueueItemBy( OrgsUnitId: 100, reference: ri!reference (type of rule input reference is text) ).result.body ), "@odata.count" )) > 0 Kindly suggest on this for some instances it was working well for some it was erroring like above
hi, I been exploring End user reporting plugin the lower environments, While working in UAT, I came to know that record types configuration needs to be done in dev and then pushed to UAT. My question is ,will the plugin allow the EUR admins to configure the record types in Production environment, instead of pushing from lower environments. Documentation says that we have to configure the records from scratch in prod.
Hi All, Got below error when trying to decrypt the csv file using PGP. Does anyone know what can be done to resolve this class org.bouncycastle.openpgp.PGPLiteralData cannot be cast to class org.bouncycastle.openpgp.PGPCompressedData (org.bouncycastle.openpgp.PGPLiteralData and org.bouncycastle.openpgp.PGPCompressedData are in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader
Hi Team, We are new setup Kafka tool in our On Premise Appian setup. Kindly guide us for the below questions, as Kafka documentation not covered all the details 1. How to create Trust store and Key store to connect to Kafka? 2. What are the details we have to get from Kafka team? 3. what p12 file used for in Appian? this we got along with Kafka crt certificates. Thanks in advance.
has anyone tried sending an email from Appian custom smart services using javax or Jakarta libraries - We have a use case where we have to send an email notification once all business logic is executed. I tried using both Javax/Jakarta and keep getting library dependency issue
Hi everyone, I’m trying to use the Amazon S3 Download Objects smart service from the Amazon S3 Utilities plug-in in my process model (Appian 24.4) to download a PDF from an S3 bucket and save it to an Appian folder. Here’s what I’ve configured: • Secure Credential Store Key: My AWS key is correctly configured in Appian’s Third-party credentials store. • AWS Region Name: us-east-1 • Amazon S3 Bucket Name: <my-bucket-name> • Use AWS Client Side Encryption: <value> • Destination Folder: A valid Appian folder (pv!destinationFolder) • Files: Dynamically generated file key The smart service node completes without error, but • The output document variable is empty • No file appears in the destination folder What I’ve verified: • The file definitely exists in the S3 bucket (I’ve confirmed it manually) • My credentials have access to get the object • No errors are shown in the process instance
I'm new to integrations and what to know about headers in it. Someone can explain the purpose of it? Thank you in advance
Hi all, We are developing a custom map component using Appian’s Component Plugin SDK to render an interactive map using ArcGIS. The map rendering and logic will be handled entirely within the custom plugin. We want to display standard Appian UI components (such as interfaces using a!formLayout, a!dropdownField, etc.) on top the map rendered by the plugin. Is there a recommended way to: Overlay or position Appian UI components above or within the same space as a custom plugin component? Please find below the expectation we are looking for.
Hi All, we have Content Tools plug in version of 1.11.1 in that we are using function called generateuuid() in our application but recently content tool upgraded with new version of 1.3.0 in that generateuuid() function is not available. could you please suggest any one have alternative functions for this. Thanks!
Hi everybody!I am getting a weird error when I try to select a connected system to create an integration object. As soon as I write anything on the connected system field: I get this error: Error Evaluating UI Expression Expression evaluation error [evaluation ID = 87317:f0efe] : Unable to find Connected System Template with the id "plugin.[uipath-connectedSystem-rwm].[UiPathConnectedSystemTemplate]@2" I don't understand why the error mentions a plugin as we are not using any plugin for integrations/connected systems.Has anyone seen anything similar?Thank you
Hello, I have a question about SharePoint integration. I have created a connector between appian and sharepoint, where I am trying to use one of the possible operations which is adding a document. To add a document it is required to provide the destination path of the folder and also the document itself. The problem is that despite the fact that I got write and read permission from the administrator for all objects on the page, I still get error: SharePoint returned a 401 HTTP error error-result-guidance SharePoint returned the following information: A potentially dangerous Request.Path value was detected from the client (?). Tank you, Michael
I am trying to fetch document metadata from sharepoint Integration which I have bult using pre built sharepoint connected system by appian. As I am retrieving the data I could not find the document data for its size, extension etc how can I achieve this as I need the data to store document information in table.
Hello! I am playing around with the PDF tools plug-in and I was wondering if there is a way to create tables using the Create PDF Smart Service. And if so, do you have any example? Thanks in advance!
Hi team , In SFDC integration , we are using SOQL query in operation to fetch some data for a given financial id , need to understand how to write the query to fetch data for multiple values involved.Current implementation - concat("select Id, Name, Reference_Type__c, System__c, Seq__c from SRS_Service_Request_Related_Order__c where RO_Service_Request__c " ,"='",ri!serviceRequestNo,"'");How to write above for fetching data for multiple financial id's involved , ri!serviceRequestNo will be of multiple type of string . Tried to replace above = with IN operator in where clause, it shows malformed SQL as integration error.Thanks
Hi team , In SFDC integration , we are using SOQL query in operation to fetch some data for a given financial id , need to understand how to write the query to fetch data for multiple values involved.Current implementation - concat(Select shareclass_c from breakdown_c where financial_id= ' ''' ,ri !finId) ;How to write above for fetching data for multiple financial id's involved , ri! finId will be of multiple type of string . Tried to replace above = with IN operator in where clause, it shows malformed SQL as integration error.Thanks
Hello Team,I am using Appian version 25.1. I need to use JWT plugin function createdocusignrsajwttoken , but I am getting below error when used in an integartion:Expression evaluation error : smartTestPane.errorInfo.inFieldBodyThe function 'createdocusignrsajwttoken' is unavailable.I have updated version of jwt plugin Let me know if its not compatible or what could be the issue?
Hi everyone. I have a json providing by a WebService like this : [{ "id": 1, "title": "Essence Mascara Lash Princess", "reviews": [ { "rating": 2, "reviewerEmail": "john.doe@x.dummyjson.com" }, { "rating": 2, "reviewerEmail": "nolan.gonzalez@x.dummyjson.com" }, { "rating": 5, "reviewerEmail": "scarlett.wright@x.dummyjson.com" } ], "returnPolicy": "30 days return policy"},{ "id": 2, "title": "Eyeshadow Palette with Mirror", "reviews": [ { "rating": 4, "reviewerEmail": "liam.garcia@x.dummyjson.com" }, { "rating": 1, "reviewerEmail": "nora.russell@x.dummyjson.com" }, { "rating": 5, "reviewerEmail": "elena.baker@x.dummyjson.com" } ], "returnPolicy": "30 days return policy"}] I want to create a
Hi All, I m trying to delete the old versions of interface and expression rules using Delete Rules/Constant version Smart service in Content tools plugin. I have passed the folder id(folder where interfaces and rules are present), number of versions to keep (10) but after executing the smart service, no versions got deleted. So, could anyone who used this plugin suggest what exactly i should do? Thanks in Advance, Pradeep
Hi, Anyone here has worked on appian to salesforce integration in latest projects. Doesn't latest version of salesforce connected system covers almost all integration needs with salesforce ? like writing/updating to salesforce objects etc. Is it still recommended to use salesforce connector functions like a!sfcUpdate()? For a brand new project, Is there still any reason to consider salesforce connector ? What are the pros & cons of using connected system versus connector regards to security , support etc ? What are connectors actually ? Are they native to Appian ? In my view , connectors seems to be outdated and better to use connected system and use salesforce SOQL/SOSL to integrate. Your thoughts & any real time experiences on this will be really appreciated. Regards, Mike
Hi Team, I am working on integrations to post data to another system. After posting the data to another system, I have to get the id from body. But the body is in text format and the id, success are concatenated. How to getch the id from body by any direct function without hampering the performance? Please suggest. Thanks in advance.
Hello Community, I want to use this plug in. Just wanted to know if the document uploaded gets deleted after our operation is done? Because we don't get asset id to delete the document uploaded afterwardsI tried to find this in the plugin documentation but was unable to do so. Please let me know if anyone has any updates.
Hi, We are using a styled text editor for the email body. Once the "Send Email" button is clicked, the email is sent, and an EML file is created. The emails in both Spanish and Portuguese are being sent correctly, with proper spacing and special characters appearing as expected in the translations. However, when generating the EML file, we encounter an issue where special characters are replaced with question marks or empty boxes. Additionally, spacing and line breaks are not preserved; instead, the content appears as a single paragraph when the EML file is opened. We are using the "Create EML File from OOTB Poller" Smart Service to create EML File. In English is working properly and we are facing issue in Spanish and Portuguese
I have a excel sheet where the cell values are refered from different location as highlited below Here the value 4.00% we are getting from different document, if i try to extract this data using function - excelreadcellsbynumber() I am getting below error. How can I extract such kind of data?
I want to know how to implement "Convert base64 values to Appian documents" without using an integration object. I have implemented a process that retrieves attachment information from an external database via HTTP connection and converts it into an Appian document.The process is as follows: 1. On the interface, execute an API request (an integration object) without "Convert base64 values to Appian documents", obtain information on 10 attachments, and store it in "local!fileList." 2. Perform a check: "If any of attachments 1 to 10 is not null, then the result is true; if it is null, then the result is false" and store the result in "local!notNullFile". 3. Press the "Get File (ファイル取得)" button. If the 10 file information items are judged to be false in "2.", nothing will be done. Only if the result is true will an API request be made with "Convert base64 values to Appian documents" enabled. 4. When th
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.