Questions tagged [appian]

Questions about Appian, Business Process Model software

Appian, Business Process Model software.

50 questions
6
votes
2 answers

Version management and continous deployment with Appian?

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…
B--rian
  • 5,578
  • 10
  • 38
  • 89
2
votes
0 answers

How to create a button in Appian which copies a pre-defined text into the clipboard?

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…
B--rian
  • 5,578
  • 10
  • 38
  • 89
2
votes
3 answers

Can't find Appian Admin Console

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?
1
vote
2 answers

Getting a strange error out of the blue in a Cucumber framework that uses Selenium and Chromedriver

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…
jesric1029
  • 698
  • 3
  • 10
  • 33
1
vote
2 answers

Appian UI automation

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…
satheesh
  • 15
  • 5
1
vote
1 answer

Removed HalfWidth and Fullwidth spaces regex

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…
Joshee Joshy
  • 77
  • 2
  • 7
1
vote
0 answers

NetSuite OAuth 2.0 Client Credentials using Postman

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…
1
vote
1 answer

Appian RPA process does not run

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…
jamiemax
  • 179
  • 13
1
vote
0 answers

Google AUTOML API integration issue using service account

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…
1
vote
1 answer

Getting more than 1000 documents using folder() in Appian

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( …
David
  • 515
  • 8
  • 17
1
vote
1 answer

How to get a count of database rows in Appian web api

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:…
David
  • 515
  • 8
  • 17
0
votes
1 answer

Create textbox (label) with click on link Javascript

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.
0
votes
1 answer

Java Client Consuming .NET WCF over SSL (WS-Policy not supported)

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…
Scott
  • 13,735
  • 20
  • 94
  • 152
0
votes
0 answers

I am trying to get a populate grid to display a dynamic date from a $VAR on a web page

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…
0
votes
0 answers

In Appian, i have created a process model. In that approve, reject, and screening action is involved

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…
1
2 3 4