-
Recently active
Hi,I'm calling an external Integration which works fine, but when I try to set the "Convert JSON to Appian value" option, the Integration returns the error below.1/ How would you do to deal with that error ? do I have no other choice to deal with the raw response ?(it is an old API, and we can not ask any update)error-result-guidance The response body could not be converted to an Appian value The jsonText parameter was not valid JSON. Received:
Good afternoon everyone, As a Microsoft Power Platform Low-Code developer, I don't have any experience with creating Appian applications. Is it possible to create an Appian application on top of data that's stored in Dataverse? Or would it be more advantageous to migrate our data from Dataverse to, for instance, SQL? Thanks in advance!
Hi, we have a problem connecting from Appian to an external URL (for es: https://ourserver.spid.local/service). Initially there was a problem of conflict between the URL's IP and some internal appian IP. The connection from appian to the url is through a static VPN and I have correctly trusted the domain spid.local and the IP of the server in the VPN configuration details. The internal CA which signed the url's certificate is trusted in appian. When we Try to connect to the URL we receive the error: "Certificate for <esternal URL> doesn't match any of the subject alternative names: [*.appiancloud.com, appiancloud.com]" How can we fix it? Thanks for your help. V
Hi All, I'm using a http connected system with OAuth Client credentials type authorization. When I Authorize from connected system, It is authorizing successfully. But when I tested the Integration using this connected system, It is throwing an error as this Invalid credentials error-result-guidance Appian was not able to authenticate with the access token you provided. This request requires Bearer authentication. HTTP/1.1 401 Unauthorized Next Steps This integration is using a connected system with OAuth 2.0 Client Credential authentication configured. You may need to authorize access to the external system and retry the request. Make sure that you are using the correct OAuth 2.0 configuration for this external system Make sure that the OAuth 2.0 configuration provides the required scope to make this request Check the request and response for more details Review the external systems documentation for information on what may have caused the problem.
Hi Team, When I make API call from Appian, I am only getting iSession id in Cookie in Header whereas in Post man I am able to get both iSession id and JSESSION ID. Can you please help me to get JSESSION ID while calling an API from Appian? Thank you in advance
I am getting this error on Export to Excel function when I am exporting the data in excel via SQL query- The following error was raised by the Export to Excel function: Attempting to write a row[4] in the range [0,157943] that is already written to disk. We have this functionality where there is a Create and Modify workflow and we want to create a excel template in both scenarios using SQL query. The strange thing is - We are using same excel base template on both Create and Modify workflow but this error only occurs when executing Modify workflow. We have formula on A column which is populated on 4th row and excel headers till 3 rows so the starting cell is B5. Can anyone please help me out to understand the root cause here?
Hi, we are attempting to use the Appian PowerBi plugin. We are able to successfully connect. However, when we attempt to use operations like "Get all Groups" we are getting error code 401 unauthorized. I would appreciate any help. Here's a screenshot of the error:
I am using the AWS Assume Role plugin with the Amazon S3 plugin. Entering the credentials (e.g., Access Key, Access Key Secret, Role ARN, Role, etc.) directly in the Appian designer console when creating the connected system is non-ideal. An ideal solution would be to natively integrate with AWS Secrets Manager, which would allow for automated secrets rotation. In the interim I would like to use Appian's SCS. How can I inject the secrets in the Assume Role Plug-in using the SCS? From what I've read the Third Party Credentials can only be used by Java plugins. Do I need to create a new plugin? Do you have an example that goes through this kind of use case step-by-step? This is the only documentation I've found -- how would the custom plugin then inject the secrets into the AWS Assume Role plugin?
Hi, Which jar I need to import to get classes of com.appiancorp.services package? Below are the jars I have in my system. But these jars doesn't have classed from com.appiancorp.services compileOnly 'com.appian:connected-systems-core:1.2.0' implementation 'com.appian:connected-systems-client:1.1.0'
Hi Team , I am developing a connected system component which require to handle Appian documents. How can I get ContentService instance to my integrationTemplate class which is extended from SimpleIntegrationTemplate . Thanks
Is full calendar paid plug compatible with latest 24.1 version & future ones?
I'm trying to integrate with a SOAP call where the only credentials in the header is the current datetime: <soapenv:Header> <sec:Credentials> <sec:Created>2024-03-12 17:44:34Z</sec:Created> </sec:Credentials> </soapenv:Header> How do include that information in the header? I'm calling the webservicequery, but I can't figure out how to include that header information. I would guess I would use a wsHttpHeaderField, but how to I make it nested with the two layers of information?
I have a Sharepoint connector defined and authenticated with an integration that uses it. It is set to create a folder. I am trying to use it in an expression like so:a!localVariables( local!user: rule!HR_getUserFromUuid(ri!uuid), local!employeeFolder: upper(user(local!user, "firstName")) & " " & upper(user(local!user, "lastName")), rule!HR_SharepointCreateFolder( folderName: local!employeeFolder, rootPath: cons!HR_SHAREPOINT_EMPLOYEES_FOLDER ) )It however doesn't create the folder. If I go to the integration, enter the same values as test inputs and click test, it does work as expected.
I'm sending a document to this web API and i need to retrieve another document that is going to be generated in the process model. It gets to make the process run but the API does not wait for it to finish i have every node in my process chained and is a short process with less than 25 nodes.
Hello,so currently I am attempting to utilize the SFTP Smart Services plugin to read files from a remote virtual machine hosted on AWS. However, I am encountering difficulties in configuring the plugin properly to achieve this task.The documentation provided lacks sufficient detail for someone at my level, as I am a beginner certified developer. i want to ask on what are the steps to configure it in order to acheive the goal which is send or receive file from aws server is there any third application credentials to be configure?and how cna i configure the node plugin? thank you
i have a post web API which receives an XML file and with this files it triggers a process model. but unfortunately when we get the file we just get the XML file content. it's like we where getting just the content of the XML and this is a signed file that should not be modified that's why i hesitate on just cutting the text and paste it in a new file. my web API This is what we are getting in the body of the httprequest is there a way on turning this into the sent xml file again ? just for letting you know the a!httpresponse.formData is empty because we are not using the xx-www-form-urleenconded
Good afternoon all, We are seeing an issue with generating a PDF file from the HTML document (that was generated with 'HTML Doc from Template' Smart service). We are using the Smart Service 'PDF from HTML' that is available in 'Dynamic Document Generator' (version 2.2.0) plug-in. This is was working earlier and suddenly stopped working for the past 2 weeks. We are currently on Appian version 23.4 Following is the error stack from the logs: 2024-03-05 17:19:32,294 [Appian Work Item - 2966 - WorkID 946 - execution00 - process 1066450 - model 4572 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.xmlfo.util.HtmlUtil - Error while generating the PDF file. javax.swing.text.ChangedCharSetException at javax.swing.text.html.parser.DocumentParser.handleEmptyTag(DocumentParser.java:189) at javax.swing.text.html.parser.Parser.startTag(Parser.java:429) at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1956) at javax.swing.text.html.parser.Parser.parseC
{{ 'type!{urn:appian:ps:pdftools}PdfContent'( page: 1, xPercent: 10, yPercent: 95, angle: 0, sections: { 'type!{urn:appian:ps:pdftools}PdfSection'( components: 'type!{urn:appian:ps:pdftools}PdfImage'( scale: .2, document: todocument(ri!imageCreated) ) ), } ), 'type!{urn:appian:ps:pdftools}PdfContent'( page: 1, xPercent: 50, yPercent: 10, angle: 0, sections: { 'type!{urn:appian:ps:pdftools}PdfSection'( style: 'type!{urn:appian:ps:pdftools}PdfStyle'( fontSize: 9 ), components: { 'type!{urn:appian:ps:pdftools}PdfText'( value: concat( ri!Nm, ", FEI#", ri!Id, ) ), } ), 'type!{urn:appian:ps:pdftools}PdfSection'( style: null, components: { 'type!{urn:appian:ps:pdftools}PdfText'( value: concat( a!forEac
Hi All , I used readexcelimportfile() function for reading the Excel , In excel in one field we provided $ symbol and its failed with error= ERROR:Work item cancelled (Data Outputs).Is there any limitation with filed please provide you input. a!localVariables( local!read: readexcelimportfile( excelDocument:pv!file, sheetNumber:0, startRow:1 ).result, a!forEach( items: index(local!read,"values",null), expression:'type!{urn:com:appian:types:PST}PST_ListBill_ExcelData'( CaseId:pv!caseId, NAME:index(fv!item,1,null()), REFERENCE:index(fv!item,2,null()), CONTRACT:index(fv!item,3,null()), DATE:index(fv!item,4,null()), ) ))
Hi All, I am trying to use communicationChat plug-in functionality by referring the below document, the information that is displayed over there does not help with the understanding. Reference link: see attachment4377.Readme.pdf (appian.com) Can anyone who might have used it before please help me with the sample example? Your help will be appreciated. Regards, Riddhi
We will going to use Appian to remediate one of application. We will need to fetch data from Appian db and load it into our in house database, In our existing set up, where Appian is not used , we are using informatica Power centre to fetch data from external vendor application via CData ODATA connector. Is there any way to do with Appian also?
We are using Appian's MongoDB connected system. In our integration object we are using "Update One in Collection" operation to update a specific element of an Array of Documents. Below are the Filter JSON, Update Instructions JSON and Error Message --- Filter JSON --- a!toJson( { '$and': { { { "_id": { '$oid': "6407f59c20f85f4027c3655b" } } } } } ) --- Update Instructions JSON --- a!toJson( { '$set': { "form_schedule.$[elem].formName.oldValue": "forms old value 1" }, '$arrayFilters':{ m_field( "elem.amendmentComments", m_eq( "Rk Form Number" ) ) } } ) --- ERROR MESSAGE -- Mongo Write Exception error-result-guidance Write operation error on server serff-develop-shard-00-02.ylpdg.mongodb.net:27017. Write error: WriteError{code=2, message='No array filter found for identifier 'elem' in path 'form_schedule.$[elem].formName.oldValue'', details={}}.
Hi Everyone, In our environment we are using 'Chart creator' to create charts. Is this plugin still functioning in appian? i know that we have chart generator plugin to generate charts.
Hello fellow devs, I have a requirement, but I'm unsure if Appian supports it. I need to set up an integration that involves using certificates. Specifically, one of the certificates is meant to encrypt the payload. If I upload the appropriate certificate in the admin panel, will Appian automatically understand that the payload needs to be encrypted when sending an integration request? Let me know if you need more info. Thanks!
Is it possible to apply the Adobe Sign e-signature based on an Appian button? If so, is there any documentation related to 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.