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…
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…
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.
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…
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)
+…
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…
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'…
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…
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…
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…
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…
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…
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.…
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…
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…