I recently learned about a low-code platform by Appian - it is basically a web service which allows you to click-and-drag interfaces, design processes using bpmn, and connect various data sources. Before I get too excited, I would like to figure out…
I found article in the Appian-community which is over two years old (see Copy Text functionality) which states that it is not possible achieve what I want:
Is it possible to configure a feature as below:
A button is displayed next to a Non-editable…
I am new at Appian and eager to learn, so please help me if you can and don't tell me go to search before asking here as I have already searched and found nothing.
I can't find Appian Admin Console as shown in screenshot, how can I get it?
I have two different automation frameworks that both make use of the Chrome driver. These frameworks do not exactly directly access Selenium (they are Appian based) but I have suddenly (beginning today) found that none of my tests work and I get the…
I am try to integrate the karate with #Appian low code platform application UI, facing some issue
failed to pass the dynamic data (except hard codded data)
failed to automate editable grid
failed to automate some UI component available only in…
I have this regex code that removes leading and trailing white spaces.
regexreplaceall("^\s+|\s+$", ri!value, "")
However, it only removes halfwidth spaces.
Sample result process:
a) value(consist of half width spaces): " he llo "
result: "he…
I am trying to connect netsuite using Postman's get auth code functionality. According to NetSuite help center a POST request needs to be sent to the token endpoint with the JW token and grant type.
But if we go to postman and select Oauth 2.0…
I'm new to Appian, and have created an RPA process by importing a .side Selenium file. This has created a new section in the workflow.
I've tried running this but whenever I attempt to test it, or to trigger it from a process flow it remains queued…
I am trying to integrate few of Google AUTOML API's to my system and I am always getting an error as "Service account credentials are invalid". I have tried creating multiple Private keys but none of them worked, I believe I have correctly followed…
I am writing an Appian web API, to retrieve documents from our Appian system which will be used to integrate with our other systems.
To this end, I am using the folder() method to get information about the contents of a folder in Appian.
folder(
…
I am trying to write a custom web-api in Appian that will [among other things] return a count of the number of rows in a database table. To that end, I have added this local variable in my api code.
local!countOfRows: a!queryEntity(
entity:…
I have one label that upload files, and below the label I have link "Upload more" that when I click on it, it have to create me another label same like the previous one. I'm doing this in Appian.
I have a .NET 4.0 WCF service hosted in IIS on Windows Server 2008 which is running just fine over HTTP. The WCF service is being consumed by a third party, who is using Appian Process Modeler to configure the WCF client (not that it's relevant, but…
In Fitnesse for Appian to Chrome browse
Code snip it
!***> FitNesse Configurations
!define TEST_SYSTEM {slim}
!define DATE ${!today (yyyy-MM-dd)}
!define TEXT ${"Hello World"}
*!
!*** Click on
!define DATE ${!today (yyyy-MM-dd)}
!define TEXT…
In Appian, i have created a process model. In that approve, reject, and screening action is involved.
I am taking decision for each action. If decision is true for any of the action i am finishing the process. Or else it will return back to main…