-
Recently active
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?
I have a excel file and while placing into DB tables need to convert it to a CSV file but getting a below error can anyone help
Hi, has anyone integrated Adobe PDF Services so, please help me with finding thew secret key for the connected system configuration. Adobe API services provides the client id and client secret but connected system also require private key.
While trying to setup connected system for Sharepoint using Client Credential authentication system, we are getting the error as We have used Sharepoint OOTB Conneted system and provided the Client Credential Authentication details like, instance URL,Application (Client ID), Client Secret and Directory( tenant ID). We have also obtained the SSL certificate for the sharepoint Online in PEM format and uploaded in Admin console-> Trusted server certificates. Can anyone help resolve this error to establish the connection successfully?
We are looking to connect to customers Data Warehouse (Google BigQuery) by configuring a Custom Data Source (JDBC). Curious if any others have implemented this successfully?
how Set up an endpoint in Appian application to have a publicly accessible endpoint in Appian application that can receive and process webhook notifications. This endpoint should be capable of handling incoming HTTP POST requests from Docusign.
Hi,We must configure Okta in Appian.When adding a new SAML identity provider, I've added a .pem certificate but Appian is rejecting it saying the private key is missing ? But I've read over the web that only the public key was required (and only public key is in my possession). Am I missing somthing ?Any help would be appreciated. Finally, would you know where I can find good tutorials to configurate Okta in Appian ?
Hi, What are the protocols supported by Appian for file share? Regards, Chetana
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.