-
Recently active
Hi Team, I am able to create and Send a document to Docusign for signature, but there is a requirement i just need to Resend an Email to Recipient for already created envelope . Due to some reason Recipients have deleted or lost the original notification email and we wanted to remind the outstanding recipients whose turn it is to sign to sign your document. For this requirement i used operation called "Update Envelope Definition" and getting success response but could not got an email . Can anyone suggest me how to achieve Resend the notification . Thanks in advance. Regards, Sinushree
Hi, Error in generating excel - An error occurred while executing a save: java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlCursor.close()V Please provide some guidance on the above error to fix. Thanks!
Is there a method in the Java API that returns the internal ID of a document if you only have the opaque URI?Here is a link to the Java API ContentService interface that returns the opaque URI, but I need to the do reverse: https://docs.appian.com/suite/help/21.3/api/com/appiancorp/suiteapi/content/ContentService.html#getOpaqueContentUri-long-
Good morning, We are trying to recover directory information with the Get Remote Folder Contents smart service (FTPS). The configuration we have is: fileTransferConf: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: "ftp.prueba.es", serverPort: 21021, scsExternalSystemKey: "sftp_prueba_appian", usePerUserCredentials: false() } Server File Path: "/DEV/" * In the user console we have configured the scsExternalSystemKey with the corresponding user and pass. The error obtained is: ERROR com.appiancorp.ps.plugins.filetransfer.ftps.GetRemoteFolderContentsOverFTPS - org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication. The credentials are the same ones we are using in WinSCP and FileZilla. Both work fine to connect to FTPS site. We have tried adding documents so that the route is like this: "/DEV/test.docx" Has anyone faced the same problem? A greeting and thanks in advance.
Hi, i've a portal with some users fileds. When i compile the fields on click button i want to save this fields in my appian db using post api (i want to test the API). I wrote this code for the portal interface: =a!localVariables( local!nome, local!cognome, local!dataNascita, local!indirizzoResidenza, local!codiceFiscale, { a!textField( label: "Nome", value: local!nome, saveInto: local!nome ), a!textField( label: "Cognome", value: local!cognome, saveInto: local!cognome ), a!textField( label: "Data di nascita", value: local!dataNascita, saveInto: local!dataNascita ), a!textField( label: "Indirizzo di residenza", value: local!indirizzoResidenza, saveInto: local!indirizzoResidenza ), a!textField( label: "Codice fiscale", value: local!codiceFiscale, saveInto: local!codiceFiscale ), a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Invia dati", saveInto: { } ) } ) }) I also created a post api: a!localVariables( lo
I am able to successfully sent files via the FTP node, but I am unable to open those files. For example when I attempt to open a PDF that has been sent it tells me "There was an error opening this document. The file is damaged and could not be repaired." JPG, PNG files open with just random pink on white. Word Docs "Word found unrecoverable content." Thoughts?
Hallo All, We do have the following requirements. We need to share some CSV exports from the Kiwa Appian environment to a remote file server using SFTP. However, the SFTP file server must be accessed through an SSH key pair. I'm trying to use the "SFTP Functions" plugin from the Appian marketplace. Since we need to use the SSH key pair to access the remote file server. I was looking Appian community for help and found the following discussion thread useful and tried to follow the instructions. Appian Community But to proceed further, I have a few questions about the shared approach and need your support on this. Is it possible to communicate SFTP file server using SSH key pairs from Appian? Could you please share any Appian documentation for this? In the discussion, It mentioned that I need to configure third-party credentials, could please mention what will be the credentials field names and values? I tried to configure third-party credentials with "username"
I'm developing a custom connected system plugin with related integrations. 1. Does Appian use Spring Boot? If not, then the next question is mute. 2. Does Appian scan for @Component (or any other class annotations) so that these classes are managed by Spring Boot, autowired for dependency injection, etc.? It would be nice if classes developed within a plug-in were Spring managed. TIA, Eric
Hello everyone!!I need help doing an integration in appian with a SOAP API. I have to make a call with a security token that is the public part of an encrypted digital certificate, but I don't know how to include this token in the component.Thank you very much in advance
I have problems when configuring the process model component called Invoke SAP BAPI.The result is the following error.... The scsExternalSystemKey is configured like this... Finally, what would be the SAP data corresponding to Client Number and System Number? I understand these are ClientNumber = Mandante and SystemNumber = ID de Sistema (in Spanish) PD: The credentials are the same as those used to enter SAP through its interface
Hi, I am having a requirement to show 80 columns exported to excel. I used export datastore entity to excel smart service in my process model.Since the smart service does not allow more then 50 columns,I generated 2 spreadsheets,(1st excel is having columns 1-50 columns and 2nd excel has data for columns 51-80). I used Merge excel documents smart service but the resultant spreadsheet is not concatenating columns horizontally. . Can someone please let me know if there is any alternate approach to fulfill this requirement OR Any leads to fix the merge excel documents issue can be helpful. Thanks In Advance! Akhila
Hello, We would like to insert a dynamic number of images into a document that looks like the following, using the Advanced Document Templating Plugin: Entry 1: Data for Entry 1 Image for Entry 1 Entry 2: Data for Entry 2 Image for Entry 2 ... Entry n: Data for Entry n Image for Entry n Is there a way to do this? It does seem possible to put a dynamic number of images all together using a list and the bookmark like so: «[#list logo as logo]» «[/#list]» but is there a way to put in a dynamic number of images separately?
I wanted to block calendars in google and outlook as per the details received by the user in Appian.
Hello, we've been trying to use PGP Encryption Utilities plugin. From here we're using encryption smart service and no other node (to begin with). Public key was generated with gpg4win (RSA, 3074 bit). This configuration actually returns a different error than other formats so my assumption is this is the correct one. But then a new error showed up running the encryption smart service node "In order to access this method, this Document needs to be retrieved via ContentService.download()" The output document shows in appian designer, has corresponding extension, but is of size <1KB (0 probably) and it's not downloadable. In the PM, when using PV to store the encrypted document as an output of the smart service, the PV ends up with no value. Any sugggestion what could be going wrong?
Hi, I'm just wondering if there are any log file in Appian where I can find: - The request that an integration object send and the response it gets. - The request that a webApi execution get and the response it sends Is that information logged any where? To get that information, talking about integration, I keep the request in a process variable to help on debug tasks with other development teams, but I prefer not to do that, in order to keep process memory consumption low. Thanks in advance!
Hi Team, User fill the form and upload images from mobile or tab, The images size is more than 15 mb and i need to convert and merge in a pdf with form data and images,When i am trying to convert images to pdf using plugin pdf tools(image to pdf) the server is getting heap memory and casuing down which leads to total env down, How can i achive this functionality of converting images to pdf I see we have other plugins which will add images inside pdf but not at the end of the page,
Hello Appian Community - I'm following the guide for the Appian Version Manager here: [mention:43c6339b3b7e4b44ba4b4a8c46753052:6b577b8c04704e209d29b6772bf67243] I'm facing an issue when running the `version-application.sh` file where it's erroring out when the tool is trying to send metrics to Google Analytics. My company has security tooling that I suspect is causing this. Is there a way to disable the Google Analytics when running the shell script? The error output is below. Thanks in advance! 2024-01-11 14:26:41,514 - Checking for DDLs2024-01-11 14:26:41,519 - Checking for Flyway directories2024-01-11 14:26:41,648 - Committed all changes to repository at \.local-repo\.git. Commit hash: ffc9cd21f4d874a4f2d9a4cd69e8d50d8cf3eabd2024-01-11 14:26:43,092 - Changes pushed successfully.2024-01-11 14:26:43,094 - close() called when useCnt is already zero for Repository[\.local-repo\.git]2024-01-11 14:26:43,477 - Exception while sending the Google Analytics tracker request
Hello everyone, I'm using iCal plugin to send a meeting request, everything is ok except the attached file. In the node input is included, but it isn't sent in the meeting request. Can you help me please? what is wrong on the node input or is there a particular situation where the attached file isn't being sent? Regards
The error message is attached in the above screenshot,please help me with this, Thanks.
Has anyone experimented with the new ChatGPT GPT action feature making a call to an Appian Web API endpoint?
Hi Team [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] , I hope this message finds you well. I am currently working on a data ingestion process, specifically moving data from an Oracle table to SQL Server within the Appian platform. I am exploring the available options, and I would appreciate some guidance on the most effective approach. Thanks in advance.
I constructed my Integration by configuring with connected system and when I test it I receive this error "HTTP/1.1 500 Internal Server Error" in Appian Designer. Method:POST Its working fine in postman. Thanks
I create a start process after clicking on submit button , it has integration it takes more than 3 mins and it times out , i increase the integration time to more than 3 mins , It looks to me it is some how getting blank data on the first time but it works well we click multiple time how do we build a process model that pulls a integration data which will take more time , what are the best practices for this use case ,
Hi Team, I am creating a sail extension or javascript based UI plugin (Chatbot), it worked perfectly without adding any Content Security Policy (no meta tag added) from VS Code, but when I deployed the plugin in my VM (where appian is installed), it is throwing out Content Security Policy errors in the console. Please help. [Report Only] Refused to load the script '<js_source_link>' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. [Report Only] Refused to load the script '<js_source_link>' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. [Report Only] Refused to load the stylesheet '<css_source_link>' because
Though I am mapping correctly, I am not getting generated document file from aspose service. I also storing the result of smart service into document data datatype. GeneratedDoc ID comes empty. Can anyone help?
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.