-
Recently active
Hi all, What's the correct process for backing up plug-ins and then reverting back to this version after an upgrade if necessary? I've tried selecting the plug-ins, clicking "Download Selected" to get the zip folder, and then importing this ZIP folder but this is giving me the following message: The specified file does not contain a valid package and cannot be imported. (APNX-1-4154-000) Thanks
Hi All, Request your inputs / thoughts regarding this requirement we have. Consider a task has been assigned to a user, that user should be able to complete the task (Approve/Reject) by clicking on a link or button on the task email he receives. Is this possible, if not what would be the best work around.
Hi, Can anyone please guide me on how to integrate the ft_config in SFTP smart services for sending and receiving files through SFTP. I've read the documentation - https://community.appian.com/b/appmarket/posts/sftp-smart-services?CommentSortBy=CreatedDate&CommentSortOrder=Ascending&pifragment-12437=3#:~:text=Contains%20multiple%20Smart%20Services%20for,Features%20support%20for%20zlib%20compression. and it is not helping. Kindly help me complete this task.
Steps Done 1. App registration on azure portal.2.Admin Consent on Azure.3.Getting Access token from login.microsoftonline.com/.../token4. Use the access token to call Microsoft Graph works for https://graph.microsoft.com/v1.0/users. but While Calling Graph Api to access OneDrive https://graph.microsoft.com/v1.0/users/{user-id}/drive After Admin Consent I received the error "Tenant does not have a SPO license" . Is this the free version issue or i need to add Office 365 to my existing tenant and how to do that ?
Hi Everyone, If anyone have setup integration with Microsoft Dynamic 365 FO Ever. Please help me out with the steps till authorization.
Hello there,These trhee plugins are implemented by appian:community.appian.com/.../mail-pollercommunity.appian.com/.../msgraph-email-pollercommunity.appian.com/.../poll-email-from-microsoft-exchange-ews-apiHowever the latest version of the plugin needs to be on Appian 22.3 or later.Is it possible to get a previous version of the plugins compatiable with Appian 21.3?Kind regards, J
Hello, We have a requirement in our application to have a grid with advanced grouping/sorting/filtering capabilities, bulk editing, paginated editable grid to handle thousands of records. These features are not fully achievable using the in-built grids that Appian provides. We are trying to if we can use a 3rd party library (such as Ag Grid) which has the capabilities we are looking for. However, as per this article we see that there are license restrictions on using proprietary libraries. I am not sure if Ag Grid falls under such restriction. As an alternative, if there is already such a plugin available in AppMarket please do suggest. Thanks in advance. Rahul.
I am trying to configure the third party credentials in the administration console for the MS graph plugin but entering these values does not work for me. Can you help me with the data to enter? tenant: login.microsoftonline.com/aena.es
Hi Champs, I want to create a password field component where user can't do copy paste. Can I create a custom sail component like this ? Regards, Ghanashyam
Good Morning! I downloaded the Database Load Generation on the APPMARKET and tried importing it on the environment and updated this properties file. I updated the Data Generation Application Properties file and updated the line 29, 30 and 37,38. First I remove the pound sign and change the colon (:) to equal (=). Then I imported it like this after that I inspected it before importing to check if there are any errors since there are no errors I proceeded to import it. then when I imported it the status is failed. Then when I checked the import log this is the error that are written Has anyone have an idea how to solve this error? Thank You!
With the implementation of Appian 22.3, we had to upgrade our LDAP Tools plugin to the latest version due to a java error. This also required us to replace the LDAP User Profile Synchronization smart service nodes wherever they were used. We copied parameters from the old version of the smart service into the parameters on the new nodes. The parameters were copied exactly. Now, when these processes run, they are pulling users from "similar" baseDN's. Example, when we try to sync baseDn "OU=ITS,OU=Depts,DC=abc,DC=company,DC=com", the node is also pulling users from "OU=Contractors,OU=ITS,OU=Depts,DC=abc,DC=company,DC=com". This assigns the Contractors to groups only intended for employees, presenting us with a possible security issue. Is there a setting or filter that will force the Sync node to ignore the members of extraneous groups with "similar" baseDn string values? Please note that the ldapsearch function works as expected and does
HI Team, I am converting html file to pdf, The image which i show as logo is not displaying and show white blank when i convert it into pdf, Attached html code , Any suggetsions ? <!DOCTYPE html><html><head><style>table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%;} td, th { border: 1px solid #dddddd; text-align: left; padding: 8px;} tr:nth-child(even) { background-color: #dddddd;} img { display: block; margin-left: auto; margin-right: auto;} </style></head><body> <img src="">www.cscsw.com/.../cscsw-logo.jpg" width="200" height="200", class="center"><h2>< </body></html>
Hi there, we are trying to read the data from SAP tables, for instance the table "T001". This table holds maybe only about 100 entries. For this reason we do not have any conditions. We already have a connection to our SAP System and we are using several BAPI's. But with the BAPI "RFC_READ_TABLE" we do have some issues. a!sapInvoke( scsExternalSystemKey: cons!SAP_EXTERNALSYSTEMKEY, usePerUserCredentials: false, hostname: cons!SAP_HOSTNAME, clientNumber: cons!SAP_CLIENTNUMBER, systemNumber: cons!SAP_SYSTEMNUMBER, bapi: "RFC_READ_TABLE", importParameters: { QUERY_TABLE: "T001" }, tableParameters: {} ) Errormessage: Details from external system: java.lang.IllegalArgumentException: InvalidFieldType We have tried unsuccessfully several option for "importParameters" and "tableParameters". Any idea how to create a simple call to read from a SAP table? thanks Yusuf
Hi, I want to display an image from an external API call. Currently, I can achieve this on the interface using a button, but it is not ideal. The user wants to load this image from the API on interface/page load without the need to click on the button. Is it possible? Below is the current call I use for the button. thank you. a!buttonArrayLayout( buttons: { a!buttonWidget( label: "View API Image", saveInto: rule!GI_APIExternal_itemImage( imageNumber: Local!ImageNumber, onSuccess: { a!save(local!FTNICallresult, fv!result), a!save( local!AppianInternalDocumentID, rule!LCP_GetNumberOutOfText(local!Callresult.body.imageData) ) }, onError: { a!save( local!CallErrorMessage, fv!error.message ) } ), size: "STANDARD", style: "NORMAL" ) }, align: "START" )
I would like to use a customized large language model in appian.(I am not asking about official connected systems created by openai or appian)I know it is possible to use LLM through API in Appian, but is there any way to implement LLM in Appian? I suppose it might be a bit difficult since you can't use Python in Appian.
Hi everyone, I created a Web API with the get method. To test it I want to use an integration (created in another appian enviroment) but I have some issue. I can access to the API with Api key as authentication method but I have this error: title"The external system did not understand the request"(Testo) message"The request was missing required details or was improperly formatted"(Testo) detail"HTTP/1.1 400 Bad Request"(Testo) To test the connection I always return this: bodyParagraphField { "test" : "success", "call" : { "url" : "mockURLforExample", "pathSegments" : [ ], "queryParameters" : { }, "headers" : { }, "body" : "" } } This comes from the api and I don0t have any header or parameters. I use an integration with GET method without any headers or parameter but the http response is this: HTTP/1.1 400 Bad Request Date: Tue, 0
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.
requirement is to get all documents from particular folder and then send those document one by one to third party API, but problem is, this API accepts document as base64 URL, not Appian document id, so can someone suggest , how can we get base64 URL for Appian document such that, we can send the same to the third party API
We have used MS Graph email poll plugin to read the emails and store relevant data. Once email is received and read, Emails are moving to junk folder. How can we create folder and apply rules to move emails for different folders.
I want to connect docusign send sign intergration to portal via service account ,how can I do that
Hello.I would like to use Advanced Video Player Component to display a video from a URL registered by the user.The reason why we don't use the existing Video Component is because we want to restrict video downloads. However, the Advanced Video Player Component was unable to pass the URL as a constant. It will be pitch black as shown below.Please tell me the solution for this.
Hi, I have a docx template which has notes and footers, but when I make a conversion to PDF, the file doesn't keep these footers and notes (except the footer which is in the first page, if it is the only unempty footer). I need to put a note in the PDF or a footer in the second page. I tried putting a table or a textbox in the footer in word but the problem is not solved. The plug-in version is 1.0.7 and it is used by a lot of objects inside the application, so I'm not sure updating the plug-in is a safe solution.
how to load a pdf through url in component plugin
Hi team, A user able to download the request form in pdf format which user submitted , when downloading the pdf containing korean words(which converted from document to pdf in process model) name was coming in ## format. Initially we faced this issue in chinese and japanese also, we tried with different font styles and it was working fine. Now we are facing the issue with Koreans language, May I know the universal font style which work for all the international languages. thanks
About using Appian Cloud. I understand that adding plug-ins can be done from Admin Console → Plugins. Regarding deletion of the plug-in, will it be completely deleted by pressing the delete button in the same place?
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.