-
Recently active
Good day, I would like to know if there is a plugin that allows extracting data marked as "tags" in .doc/.docx documents I would need the same functionality that the PDF Tools plugin allows with .pdf files (getPDFFormField, getPDFText, etc.) but for MS Word files Thank you very much in advance and farewell. PS: In the image: example of a MS Word tag from which I want to extract its information
Hi All, I have created a Web API. I tried with 1. Basic Auth by providing username and password. - Worked 2. Using API Key - Worked - Created New API Key with service account and copied API Key - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing Appian-API-Key: <API Key Value> in Header 3. Using Appian OAuth 2.0 Clients - Authentication is Successful but getting empty data - Created New API Key with service account and copied Client Id, Client Secret, Token Request End Point - Created a group in my application and added the service account in that group - Provided viewer access to Web API - Accessed Web API by passing the values like below I tried using
Hello, does anyone know how to make a service monitoring API? To notify when Appian it's under maintenance for example.
Do to security concerns of iFrames our risk team wants us to pass the sandbox attribute on our webContentField that displays a thrid party website within our Appian application. Bassically we need the equivalent to this: <iframe src="demo.htm" sandbox="allow-scripts"> Is there a way for us to achieve this in Appian?
Hello, I have used the smart service "Import Excel to Database" to import a huge Excel Data(200 rows and 150 columns) into a table. Issue 1. When we add more than 10 columns to import excel to DB we are getting an Error (conn=935099) You need to set exactly 15 parameters on the prepared statement. Issue 2. we tried Importing 10 columns from excel to DB, even though we have 100 rows in excel, it was importing 20,000 null rows in DB. Could any one help me with these issues, Thanks Gopala Krishna Raju
Hello, We are trying to integrate with a client's external system to send notifications and, when we send documents attached to the notification, they arrive corrupted. As I mentioned, to send the notifications we need to call an external system and the request body has 3 parameters. One of them must be in base64, which originally is an XML that contains the notification information (body, recipients, attachments, etc.). The XML code is the follow one: concat( "", "", "", /*(Opcional) Indicar si se debe realizar la comunicación solamente por una vÃ%ADa de envÃ%ADo: SMS, EMAIL, PUSH sin contingencias*/ "EMAIL", "", "", ri!codigoPeticion, "", /*Destinatarios*/ joinarray( a!forEach( items: ri!arrayDestinatarios, expression: char(10) & "" & fv!item & "" ), "" ), "", ri!asunto, "", toHtml(ri!cuerpo), "", if( a!isNull
I created a Web api and tried to use it in Appian Integration of same environment but I am getting time out error, how can I resolve the issue. The web api is of POST method with startprocess. The process model is triggering but I am getting below error in Integration
Hi All I am calling one web service through Appian Integeration and getting the below error. <soap:Envelope xmlns:soap="">schemas.xmlsoap.org/.../faultcode><faultstring>Error transforming the soap request to be processed</faultstring></soap:Fault></soap:Body></soap:Envelope>"(Text) While calling through postman it is working completely fine. The reuqest that I am sending is the same as in Postman. Please refer the below screenshots. Many Thanks in advance. POSTMAN REQUEST
Does a service account is needed to create an integration object (used in process model ) and when service accounts are used?
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
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.