I have been extracting data from SVA_DELAY table in a CSV file daily and importing the file into SAS DB using ETL.
I want to automate this process. Is there any ETL tool or any other process I could follow to reduce the manual work?
Table…
I have 2 applications in my Appian designer. Let's say app(a) and app(b).
Can I call process model of app(b) from some process model of app(a) directly through subprocess setup in Setup tab?
I've 2 applications in Appian designer : booking and…
My app is built on an Oracle Database.
Would it be possible to overcome the 4000 byte of Text limitation we have for Synchronized Record fields of appian?
I know the VARCHAR2(4000) limitation is considered to be a standard column type by Oracle,…
The view has several join, but no WHEREcloses. It helped our developers to have all the data the needed in one appian object, that could be easily used in the "low code" later on. In most cases, Appian add conditions to query the data on the view,…
In the Tomcat-log of my on-prem Appian platform I see the following error approximately once a day and not on all machines of my Appian cluster:
00:20:00,050 [com.appiancorp.quartz.BackgroundJobScheduler_Worker-1] ERROR…
I'm facing an issue that the column name is not showing in the placeholders outside the graph. The image is attached. I'm using appian tool. I have column data in chartColData variable & rowData in chartRowData. All the data seems to be correct, but…
I want to establish an integration between Appian and mulesoft using OAuth2.0 authorization but I cant find the key or secret anywhere on Runtime Manager dashboard.
I know there's a prebuilt integration for Appian built by MuleSoft but for my…
To my understanding it is not possible to close an opened browser tabs programmatically in Appian (although I have not found a written confirmation anywhere in the docs). What is the best practice to deal with that issue?
An idea would be disable…
My question is:
What kind of field would you use in an Appian interface to display [but not allow editing] of a field like "created by" and "created date" that you want to display but not allow user editing - such that the data from these fields is…
OAuth2.0 in webapi
Aim is to implement Web APIs authenticated by an OAuth 2.0 client in appian.
1.I have created a sample WebAPI.
I have created a OAuth credentials from adminconsole. AdminConsole->Web API Authentication->OAuthclients2.0
If i…
The Appian Release Notes for version 21.4 states the following on container-based installation of the Appian platform on a production environment.
Appian for Docker Containers has been replaced with a new implementation using Kubernetes. We are…
I am trying to input a value to a text field using fitnesse for appian with ruby functions.
I have a cucumber scenario:
Feature: create a quick decision
Scenario Outline: decision
When I populate the "Decision Title" field with…
I have created an appian Connected System for DocuSign authentication with Authenticate Code Grant. I am able to authenticate & hit APIs successfully. But the issue is my token gets expired every 8 hours, then I have to go and authenticate from…
We have an Appian grid that shows all Appian tasks of a user. The corresponding data we obtain using queryProcessAnalytics(). How can we make this update automatically when the task status changes?
Currently, we have stored the result of…
I am trying to integrate Appian with DocuSign. I have been able to create & authenticate connected system successfully. But when I am trying to call API Send Document For eSignature, I am getting this error not sure why. Please help me with it.