Questions tagged [appian]

Questions about Appian, Business Process Model software

Appian, Business Process Model software.

50 questions
0
votes
1 answer

how to generate code based on user interaction through UI?

I'm trying to develop a software based on user interaction through UI for my use case like no code or low code platforms like appian, where if we drag and drop for loop and writing some login, it will run in the backend, how can I develop a software…
Saranraj K
  • 412
  • 1
  • 7
  • 19
0
votes
1 answer

Automatically disappearing pop-over messages in Appian?

I am struggeling to find the correct search term for a temporary notification window similar to the Windows pop-up "Safe To Remove Hardware" and how to implement it in Appian once a button is clicked. The key features of this kind of pop-over…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

upload document URL as response in dailoglow

Iwant to give user guide link as a response in dialog flow through custom payload. Does anyone know how it can be done. Also, i ll be using this chatbot in appian through web content component.
preet
  • 1
0
votes
1 answer

How to make parts of an Appian label clickable?

In my Appian interface, I have a section layout and I want to have a part of the label, namely the "End of Month" be clickable: { a!sectionLayout( label: "Report ""End of Month""", contents: { [...] } ) } I thought of using a link…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

The Appian way to add a derived field to a common data type on the fly?

Assume I have an Appian common data type (CDT) called myTask which contains multiple fields taskName, taskQuarter, taskYear, taskId saved in a local variable (of an Interface) which looks for instance as follows + data (List of dictionary) +…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

Building a (process) variable in Appian using the value of another one?

As far as I understand, it is not possible in Appian to dynamically construct (process) variable names, just like you would do e.g. with bash using backticks like MY_OBJECT=pv!MY_CONS_`extract(valueOfPulldown)`. Is that correct? Is there a…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

Query Help - Where Not Exists?

I only want to return managers who have all active accounts. In this case I am looking to return jane and her three accounts and rows of data. select * from [Table1] t1 left join [Table2] t2 on t1.account = t2.account where lower(t1.flag)='y'…
0
votes
0 answers

Why does Maven clean remove my codes that I have coded?

Background: I am using an appian-plugin where Java is the main language to do customizations. I have inserted codes into a class that belongs to the plugin working space and whenever I maven clean install, at the clean process, my codes will be…
Marcus Moo
  • 196
  • 1
  • 2
  • 20
0
votes
1 answer

Appian field validation erases field value

I have an appian form with fields which should accept only numbers. There is a submit button and a cancel button. However, i cannot make the buttons restore original values on failed validations. When a submit button is clicked, if the values are…
Lazaruss
  • 1,107
  • 1
  • 13
  • 24
0
votes
2 answers

Flow chart how to determine which low code platform to use?

Low code is getting somehow much attention recently, and I am looking for hard, fact-based decision criteria for which platform to choose for which purpose or industry. I found a flow chart at stackify compiled by Ben Putano in 2017 which is a step…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

find associated values in dictionary

I have a condition where I need to get the taskId value of the dictionary where taskcode is "LIFE_MAX_DAYS". How can I do ? Dictionary replFlag: null (Text) taskCode: "LIFE_MAX_DAYS" createdBy: "Administrator" createdOn: 3/20/2020…
0
votes
1 answer

How to use/code stored procedure to stop MYSQL currently running task?

Here is my node, which sometimes freezes by the last INSERT command: This process sometimes will freeze because the functionality for this node is to truncate the table. But sometimes the previous inserting command is not finished and the truncate…
PEIRAN LIU
  • 157
  • 2
  • 11
0
votes
1 answer

Querying Information_Schema on MySQL (Azure) takes too long

Issue is reading information schema from MySql ... too slow: Steps: 1. MySql dump created manually by scripting all objects from existing MySql db which is on AWS. (MySql Version 5.7) 2. Restored dump file on to Azure MySql (Version 5.7) 3.…
0
votes
1 answer

Attempting to access Appian documents using C# and web-api's

I am trying to write a C# program to integrate my Appian cases with an external electronic document records management system (EDRMS). The program needs to download the documents that have been uploaded for each case in Appian and then ensure that…
David
  • 515
  • 8
  • 17
0
votes
1 answer

Rest base URL for dialog flow API V2

I have created an agent in the dialog flow and I want to use that agent in the Appian BPM. For integration, I have used google service account JSON file but I do not find the base URL what URL I have to keep I want through this link…
user3359125
  • 141
  • 1
  • 1
  • 6