-
Recently active
Hi , we have an on-premise environment and we have installed the this plug-in ( google chart component ) in our environment, and when we started working on it we are facing below error, i have attached a screenshot of the issue .we are using 21.3 version. thanks in advance
There is an requirement to send existing or uploaded docs to external system with metadata , with SFTP protocol I think we cant send metadata , What would be the better apprach
I have requirement to integrate Twilio with Appian to send SMS. How could I reach Twilio features in Appian? Can you guide me how to integrate and implement this task? Thanks.
Problem statement: I have a requirement wherein we receive file in Appian from a third party system. For security reasons we want to restrict only few file extension. I have created a WEB API using a ' Document Upload' Template , so that external systems can push documents to Appian. I want to return error code in response when some hits this WEB API and upload files with extension other than .xlsx. I have used document(http!request.body, "extension"), however this does not restrict document to be added to target folder. Is it possible that , WEB API returning error code and not even allowing files with specific extension to be added to target folder.
we have requriment in our project , where we need read many documnets and search for partcular text in these docs, we need know what is the limit of number docs we can pass if we loop the getpdftext() in PM asychronusly , is ther any threshold for document size for getdpftext() function has the limit and is there any performacne issue can occur while processing of mutiple pdf docs here.
Hi All, i am using path segments to extract data from the request and i'm testing the API through postman everything worked fine in dev environment but when it goes to the higher environment its not working for example abc/bcd/cde http!request.pathsegments[3] returns cde in lower environments but in higher environment it returns bcd endpoint is almost same in all environments. path segment index is changing on the environments is there any server side setting for this anyone can help me please ? Thanks in advance
Hi, I have used "urlforrecord" in the email template to provide a link/url to the users. But, then email has been generated and clicked on the url, it is trying to open the record in "tempo" instead of "site" =urlforrecord(cons!AT_EMPLOYEERECORDTYPE,pv!employee2.employeeId) How can I provide link to the "site" instead of "tempo". Thanks
Hi everyone, which is the best way to send a binary doc via a SOAP serice? To be clear, using soapUI the documents are uploaded into attachments tab Thank you!
Good morning, We have the need to use the Tivoli tool to monitor different parts of the Appian software stack. Is it possible or are there any limitations?We see that in the list of tools it does not appear. community.appian.com/.../server-monitoring Thank you very muchAlex
does anybody know what does this error mean? Test Output Expression evaluation error in rule 'ums_qr_getvaappdetails' at function a!queryEntity [line 3]: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [VAAPPDetailsDT5506], query: [queryentity expression], order by: [[Sort[processIndicator asc]]], filters:[(aapp = TypedValue[it=1,v=100165])])
Due to security reasons my Organization does not allow to do CRUD operations on Oracle Database directly. Iam allowed to do via API Call. Iam not sure how do i perform CRUD operation via API to the Database. Request you to suggest your thoughts or please share me the links by any chance if you have. Thanks in advance.
Hi, I have an Appian WebAPI that performs a DB write using standard Appian smart service. During regression testing it was observed that sometimes the API fails with a http status 500 for a request that otherwise works perfectly. On further investigation I noticed the below error in tomcatStd.log [Appian AppianServerThreadPoolProvider 4577208] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=You are not permitted to perform the requested operation, The external system understood the request but refused to authorize it] The API is authenticated by oAuth 2.0 clientId and the service account does have access to all the necessary objects required for execution. Does anyone know how to drill down this error to find the component that is denying access? Thanks!
Greetings All, I am interested in creating a POC during my trial (time running out) that includes the use of Twilio Integration. I have used Twilio for years in other companies and with other integration technologies. For some reason, I just cannot find Twilio in the Process Modeler so I see no way to include it in the process. Thanks in advance for any pointers on how to do this. Paul
when I try to call a related action I am getting the following error: The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = ad9b8:6311a] at function a!recordList: An error occurred while retrieving the data for "UMS DOL AAPP". Details: Unexpected error executing query (type: [VAAPPDetailsDT5451], query: [Report on Record Type], order by: [[Sort[aapp asc]]], filters:[null]) (APNX-1-4198-000) And the error is not constantly showing up, sometimes it shows and other times it doesn’t. I have created the CDT via Appian so all the values are the same as the table. Any Input will be greatly appreciated if you can point me to the right place to see why this error is happening, will be great
Hi everyone, We have exposed a service which is accesed by HTTPS (SOAP) but it's defined by HTTP on a WSDL service. We can't change the WSDL definition because it's automatically generated. If we send a message to the HTTP endpoint it throws the following error. Details: Transport error: 302 Error: HTTP/1.0 302 Moved Temporarily (APNX-1-4045-000) This error is thrown because the SOAP server has a redirection from HTTP to HTTPS. In fact the end server does not listen to HTTP requests. How we can connect to another endpoint that it's not defined in the WSDL service?
Hi, Google Maps Integration is working and displaying fine in Appian Mobile App but the same is not getting visible in Interface, only web content is getting displayed. Checked Integrations and plug-ins, it is working fine and correctly installed. In laptop interface, it doesn't load the API, the API_KEY is working as I am able to see the details on phone after searching. Is there any special setting which I missed to configure the API. PFB the code snippets which is part of cardLayout: ---------------------------------------------------------------------------------------------------------- googleMapsDirectionsField( label: "Directions", labelPosition: "ABOVE", height: "AUTO", googleMapsApiKey: cons!BM_MAPS_API_KEY, origin: local!finalOrigin, destination: local!finalDestination, enableZoom: true(), enablePanning: true(), enableStreetView: false(), enableTrafficLayer: true() ), googleMapsDisplayField( label: "Display", labelPosition: "AB
Hi All , How to use Regular Expression for Validation . I am getting this Error : Expression evaluation error at function 'regexMatch': The function 'regexmatch' is unavailable.
Dear all, we have a scenario to capture the use activity when they are accessing Appian to track the user activity. decided to capture the data and store into database for generating report out of it. Could you suggest any approach to write the data into database without button click. Thanks in advance
Hello everyone, Please share your inputs/thoughts on below use case On click button/link from Appian, external web page should open with some form fields. few of them suppose to filled by data from Appian and there on users continue to work on their page can save data to their external system. (i.e. Something similar in Angular post data to web form using form inputs) Is there way we can achieve this from Appian?
Hello, I need to sent a xml file to a endpoint (https:// ) different than the endpoint publised in the exposed wsdl file ( which is http:// for firewall reasons). How can we do it? Enclosed the implementation and the message error. Thanks in advance Jesus Salazar
I want to use one get API endpoint which has dql query in the endpoint. but its failing in Appian integration and getting result from postman. 1. When I execute Get API endpoint in postman am getting result. but if i do the same in appian Integration am getting error. what might be the reason? Do integration doesnt support dql query?
How to configure/Integrate a plug In in Appian Admin console..? is there any particular procedure? and share me if there is any helpful documentation links
Is there any Plug-In to convert IP Address to Lang and Lat? I am trying to get the User current Location, I have its localIp using IP tracer Plug-In, Using GeoCode to convert Lan and Lat to Pin Location. Not able to find any way to convert IP to coordinates inside Appian.
Google Maps Display or Directions configured in Interface not working in Site but working in Mobile App Configured Google Maps Connected System, Working Fine, Integration Working Fine, WebContent Working fine with the Key. Google Maps Directions and Display field is not updating on either Interface or Site, but is working fine when I log in through Appian Mobile App on App Home Page. Is there any specific configuration to be done to display those fields on Site Home Page on Laptop as compared to Mobile. fyi, I have not configured the home page as per mobile.
Dear, we have created an integration with Sharepoint (using Authortaion Code as Authoritation Type) to add document in a specific folder months ago. Integration worked, but yesterday I have received the following error (with the same test): Clicking on the link, integration worked, but how can we solve this problem without a manual operation? Thanks in advance for any suggestion
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.