-
Recently active
Hello, Is there any way we can automate the plugin discrepancy problem across all env (DEV< SIT< UAT< PROD) ? we are facing issues while release time, get to know that plugin version is different in Production env as compared to UAT. This is causing delay in release. i want to create an automated utility which get plugins data from Production env and compare UAT and PROD plugin, warns beforehand about all the discrepancies. or can we set privileges to certain developers for plugin upgrade in lower env. So that every developer can not update plugin in lower environment.
Hello All, Could you please help us to redirect the URL using Appian webapi. Below is the sample code I used . Now the URL is displayed in the body because i mentioned in the body. I tried to mentioned in headers but nothing happened. Also i didn't see any keywords apart from body,statuscode,headers in a!httpResponse. Requirement is to download the documents using URL .(documents URL's are dynamic so we are trying to use redirect here). a!httpResponse( status Code: 302, body: {rule!example(fileName:concat( "537","Customer " "454", ".pdf" ))}, headers: {},),
Hello Everyone, does anyone have experience with test automation in Playwright? Dou you know if it is possible to use Appian Selenium API within Playwright? If yes, could you provide some config details? Thank you in advance, Chris
Hi all, We're currently working with the AVM and AIM plugins together with a deployment pipeline in order to automate our deployments. We are trying to make use of AVM for pushing our appian code to bitbucket.Anyone can suggest where we should configure AVM for that and how we can execute the script. We have configured AVM in /data-01/appian/AVM path, but while executing .sh script we are getting error saying Linux prompt: version-application.sh -action addContents -vc_username <abc123> -vc_password <******* >-application_path <"Windows Sysytem path" >-commit_message “Adding account test record” Error: Could not find or load main class com.appiancorp.ps.automatedversioning.AutomatedVersioningManagerLinux prompt$: Thank you. Harikrishnan
Hi,I have an webapi which accepts xml as body request, So in order to test that webapi, I'm passing below xml:<UserInformation><id>TestUser1</id><isAppianUser>true</isAppianUser><firstName>Test</firstName><lastName>User1</lastName><name>Test User 1</name><systemRole>{'Initiator','Manager'}</systemRole><market>Hong Kong</market></UserInformation>But I'm getting below error when I test: can anyone help me how to test webapi in this case.
Hi, I have a Web API (Method GET) that sporadically fails and responds with http status 500. When I test it manually, with the same request, it works perfectly. Checking web api logs (web_api_req_resp_activity.log) I see: "body" : "500 - Internal Server Error" Checking tomcat-stdOut.log I see:[Appian AppianServerThreadPoolProvider 1680924] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=Connection timed out, The integration execution time exceeded the configured timeout] Checking design_errors.csv I see:All_Digital_Channels,AWS_GetPage (getpage),Web API,API Web Services,APNX-1-4198-000,Expression evaluation error [evaluation ID = a6e0f:1d079] in rule 'aws_aaabbb': Invalid index: Cannot index property 'body' of type Text into type Text,a6e0f454abd9e91cd6945ab8487579a8:1d079c3d00638e7f,aeccefc3-09ab-4951-9e47-80ff276293b2,,,,,,,, This error doesn't seem to make sense to me because w
Hi I need to download multiple files in one zip file from a web API, I have multiple Document IDs so I need to download them all at one in a Zip format.
Does anyone know if the advanced call web service app market plugin supports SSL Client Authentication? The documentation indicates is supports ability to call secure HTTPS services that use a self-signed certificate but unclear if that is the same thing as SSL Client Authentication. Thanks Bob
HI i am getting an error in PM while executing generate PDF FROM DOCX Element type "ceatable" must be followed by either attribute specifications, ">" or "/>". How can i reslove this Thanks
Hello All, We are having a requirement to split the document uploaded by the user into smaller documents if the size of the document uploaded by the user is more than 5MB. The file type can be any like Excel, txt, pdf etc. We need to create a solution that will pick the file and divide that in small size files and save in Appian document folder. Thanks in advance for your response. Regards
Hi, we need to make an integration with SharePoint Online, in form of single system login, with Appian 21.4 The customer after done the configuration on SharePont, gave us a PFX certificate and no client secret. But as I read on Appian documentation the "certificate authentication" is an alternative to Client Secret authentication which is needed by Sharepoint Connected System on Appian. So we need the customer to configure following "Granting access using SharePoint App-Only" (https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs) and not "Granting access via Azure AD App-Only". Is what I say correct? Is there a way to configure a SPO integration on Appian by using the certifcate authentication? Thanks
Hi, I have a web API, and inside that am calling few expression rules and storing it in Local variable. Is there a way that i can see what value is getting stored in that local Variable.(just like we have an option in interface, expression rules.) Eg: From local!getDelta am getting Delta value local!abc: rule!xyz( getDelta:local!getDelta, processid:index(http!request.querryParameters,"processId",{}) ) I need to check what is the value in local!abc in Web API object.
calworkminutesplugin is working fine in expression rule. But when i call the expression rule from the process model getting the below error message. Expression evaluation error in rule 'xxxxx' at function 'calworkminutesplugin' [line xx: ) (Data Outputs) Any Suggestions Please.
Hi All I am using the plugin to import Excel to a database in Appian while importing data in to appian cloud database the null values are stored as empty strings. Many Thanks in advance
Hi All, In our application, there are slowness integration. Pls need solution
Hi, We have a requirement to integrate a component that is based on a javascript library. The instructions given tell us to include into the consumer application page, an HTML script tag and a div tag with some specific attributes to setup the behaviour of the component. As far as I know, there are no other way to get this kind of integration that build a plugin, ¿is that correct? I'm trying to establish the alternatives we have, I would like ti be sure I'm not forgetting some easy way behind. Thank you all
Hello everyone, I'm trying to figure out if it's possible to retain the data selection I make in an interface that I invoke in a dialog when I close and reopen the dialog. I had found an Appian plugin that handles these activities with cookies or something similar, but I can't seem to find it again. Can anyone help me? Thank you very much.
in googleComboChartField() is it possible to show drill down data grid below..., up on selection on report
Hi all,I have the requirement to replicate certain services, with functionality and endpoint already defined. The problem is that when creating a web api it does not allow to use the character "/" to compose the URL, which makes it impossible for me to replicate certain URLs. For example: /add/vehicleI know I could use the "add-vehicle" variant, but it is imperative to keep the same structure for the other systems.Is there any possibility to do this in Appian? Thanks in advanced!
Hello everyone, trying to configure code grant integration. Client did set it up in a way where I need to pass the token not only in header but also in body, AFAIK there is no way to access the the headers of to get the token generated by CS ( very unfortunate ) any advice how to get code grant token into body of request easily ?
Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item. Getting this error in ms poller graph. In the mailbox ,getting the below error:The following error(s) was thrown: Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETE Prefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox: can some one please help me
Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item.Getting this error in ms poller graph.In the mailbox ,getting the below error: The following error(s) was thrown: Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETEPrefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox:
Hi Vuram, We are able to successfully install this plugin in one of the on-premise environment however when we try to use analogClockDisplayField() or digitalClockDisplayField function on the interface we are not able to load clock/actual time properly. it shows blank screen on the interface. our on-premise environment setup i) we made multi domain environment ii)We are on Appian version-22.3 Could you please suggest if we are missing any setting to work this plugin on -premise environment?
We are able to successfully install map field component plugin(downloaded from link--https://github.com/appian/integration-sdk-examples) on on-premise environment but we are not able to load map on the interface side We have google map key generated and used in this component as well. We are using below sample code in interface to display the map load( local!location: "the white house", local!pin, { mapField( label: "Map", height: "AUTO", key: "AIza...5vE4", location: local!location, pinValue: local!pin, pinSaveInto: local!pin ), a!textField( label: "Location", value: local!location, &
any one have any idea about hw to create the chart like this?.if any one have any idea could you please help me with it?
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.