-
Recently active
Does Appian have an out-of-the-box JSON formatter which I can use to format JSON in a User Interface for our support team? Something like https://jsonformatter.org/ offers.
We are using the helpToolTip parameter with some of our interface questions. Is it possible to change the styling of this (i.e. color, size, icon)?
How can i create 3 column grid on interface with the button at bottom. On the click of submit button new section get open with 3 box having same column as grid columns.
I have a requirement where I have to update a particular field of all the rows of an existing table(Master Table). An API will be called with the PK of the table and the based on the response, data will be stored in the field. And this will be a scheduler which will run daily. How can I achieve this? Thanks in advance.
Hello All, I am not able to complete a task that is created for any attended node by using the a!completeTask smart service from a web api. I am able to successfully complete any user input tasks but not any attended task for any other process nodes. I can complete the same task successfully from Tempo. Also I have used the same assignment group for the user input task and the attended node. Did anybody else face this issue in 21.4? Or is there any other workaround.
Hi Appian DevsI need to provide French language support for my entire application interfaces. I got to know about internationalization support in appian, but I am not able to figure out how to implement it specifically.Can you please guide me through it?RegardsSaif
Hi Appian DevsI am getting an email for everytime i hit the process model, in my test environment.The process is to add a template, basically a file upload field in the interface which is linked to a folder, "templates" inside the Knowledge center.The email on every hit of adding the template is here below:amzad.hussain@telusinternational.com has requested a change to add a new file "Short_Name Template File" to the "TCT_KC" Knowledge Center. Click here to Approve or Deny the request.
Any one tried this card layout method to handle layout forms. I am facing issues in clicking on the below 'yes' and 'No' options as card links on the below layout form. I tried with all the relevant existing Fitnesse methods below to click on 'Yes' and 'No' options on the form attached: click on card CARD_LINK_NAME or CARD_LINK_NAME[INDEX] click on card CARD_NAME or CARD_NAME[INDEX] in card choice field FIELD_NAME or FIELD_NAME[INDEX] Nothing seems to work. Any thoughts or views on this? Many Thanks
I'm trying to update with a stored procedure but the procedure doesn't work these are some pictures not even this stored procedure works i don't know why
Hi Guys, i've tried implementing the post deployment process model feature and was able to get the details of deployment from 'deployment uuid' which is passed by appian to process model by default. But the post deployment process runs only for direct deployments and we need to run our custom code test on manual deployments too. So, is there a way by which we can get the deployment uuids of all the deployments happened during a day, filtered by date so that using those i can create a scheduler which performs quality check on all the deployments once a day. or is there any api using which we can retrieve the deployment details in an environment. Thanks in advance.
Team, I have below code : a!localVariables( local!data1:{"test1<br>","test2<br>"}, local!data1) Output is list of text strings "test1<br>"(Text) "test2<br>"(Text) I want the output to be in format "tetst1<br>test2<br>" Basically i am formatting a data before sending into email template but it is appearing like below , i want the semicolon to be removed. Test1 ; Test2 It should be like below Test1 Test2 ANy suggestions ?
Hi, We are using microservices architecture in our enterprise and all data related tasks are performed using rest APIs. We want to use Appian as UI layer for our application. So my first question is it Appian recommended for such scenarios, when all data related operations (Get data, add, update data) will be performed using API integration? If yes, Will Appian features like Data Sync, Records relationships useful/supported while using Open API connected systems for records?
Hi, Please can any one help me regarding missing id-s. I am using editable grid and after select a value from component pickerFieldRecords the id is not saved into local variable. What I am doing wrong? Here is a code: Thank you. Local variable
Good afternoon, We are using the send file over node to put a file in an sftp. But when we run it, it tells us this in the log: com.appiancorp.suiteapi.process.exceptions.SmartServiceException: userMsg[error.sftp_conn=Error establishing SFTP connection. Confirm your hostname, username and password. See application server log for more details. Error Message: java.net.ConnectException: Connection timed out (Connection timed out)] And it says that it is caused by Caused by: com.jcraft.jsch.JSchException: java.net.ConnectException: Connection timed out (Connection timed out) at com.jcraft.jsch.Util.createSocket(Util.java:349) at com.jcraft.jsch.Session.connect(Session.java:215)
Hi All, I have requirement where i need to display the API data which is in hierarchical pattern. which we need to display in hierarchyBrowserFieldColumns. I have implemented the hierarchy but we need a filter to selected any values from that hierarchy, to achieve that i have used a custom picker but how i need some input from you guys to implement that scenario. Any help the data from API is in the format { a!map( id: "1234", body: "Test1", title: "Title1", name: "Name1", Array: { a!map( id: "12345", body: "Test2", title: "Title2", name: "Name2", lastname: { "Array2" } ), a!map( id: "123456", body: "Test3", title: "Title3", name: "Name3", lastname: { "Array3" } ) } ), a!map( id: "123456", body: "Test2", title: "Title5", name: "Name5", Array: { a!map( id: "12345545", body: "Test2&qu
Hi everyone, I'm on 21.3 and noticing that Section labels aren't being read out by a screen reader despite what the documentation seems to state: https://docs.appian.com/suite/help/21.3/ux_accessibility.html#use-accessible-headers Using NVDA on Firefox. Here is a sample of the code. Am I missing something? a!sectionLayout( label: "Section 1", accessibilityText: "Section 1 Accessiblity Text", labelHeadingTag: "H2", divider: "ABOVE", dividerColor: "ACCENT", contents: { a!sectionLayout( label: "Field Set 1", accessibilityText: "Section 2 Accessiblity Text", labelHeadingTag: "H3", divider: "ABOVE", contents: { a!columnsLayout( columns: { a!columnLayout( contents: a!dropdownField( label: "Field 1", placeholder: "Placeholder", value: index(ri!formData.FORM_DATA_SECTION1, "field1", null), saveInto: ri!formData.FORM_DATA_SECTION1.field1,
At what stage of Appian Delivery Methodology we repeatedly do backlog refinement. Is it the Build or the Optimize stage or am I missing something?
Hi Appian Developers, I hope you all are doing well and safe. I have created a Facebook group for Appian Developers so that people can understand about Appian technology outside too. Please join the group at https://www.facebook.com/groups/appiandevelopers to share the questions/answers and contents about Appian. Regards, Shubham Kumar
Hi, I'm experiencing the following behaviour. To the best of my knowledege it is not the expected one, but maybe I'm wrong. I have a process with an usertask node assigned to two groups. Lets call these groups A and B. User1 belongs to Group A, and dont belog to Group B. When the process is started, it creates the task, lets call it task 1, corresponding to mentioned usertask assigned to groups A and B. I check on a report task of type "Task attributed to user" with User1 in context, task 1 is included. So far so good. Then I remove User1 from Group A. What I expect is that task 1 disappear from the report, but it remains on the report (of course I refresh it once and again) until no less than half an hour. After 30 minutes more or less, it is not an exact measure, report shows correct tasks, I mean, task 1 is not showing any more on the report. I assume that this is not the expected behaviour ¿Am I wrong? Regards
i'm trying to get the billNo of this invoice object but when i try to retrive it i get null values if i use the index function if i don't use index function i get an error saying the error that i just wrote in the subject the only way for me to get this information is just getting all the values how could i get just one value ? bellow i'm gonna let you some examples of what i see.
The video sound does not work in Appian Academy lesson Create an Application: First Steps. Tried Chrome and Firefox but that did not fix the problem. Sound works fine in both browsers for non-Appian websites. Sent multiple emails to 'academy@appian.com' and received auto-response emails only. But sound has not been fixed and have not received any communications other than the auto-response emails. Suggestions on fixing the source so I can use the Applian Academy lessons? Thanks for the help.
Hello there, I've used the index() and property() function for years to pull from CDTs and dictionaries however I've recently run into a problem where both functions are no longer working as expected. Am I crazy here or is there something else going on? I would expect both of the following statements to return "999" however, I am actually receiving "null" as the output. fn!index({startYear: 2022}, "YogiBear", "999") fn!property({startYear: 2022}, "YogiBear", "999") The screenshot below shows several varieties of the call, along with proof of dictionary format and content, returning null instead of the defaultValue from the index function. I am able to reproduce this in 4 different environments including a cloud setup.
Hi All, How to handle exception while using Import Excel to Database in Process Model . In other ways, I want to show an Error Message in the interface if Import Excel to Database throws an error.
I'm doing an interface with Milestone component for 7 steps ,the flow continues until 4th step when i click on "next" BUTTON .But from fifth step it was not cotinues its flow. (Please NOTE: INTERFACE doesn't throwing any error)
I am having an issue with a read only grid that is selectable. Upon page load users can select checkboxes, but those selections disappear. However, if the user selects the checkboxes a second time, the selections save and persist. It is only the first attempt at saving the selections that fails. Note: The first selection takes a long time to load and then disappears. The selections after that load normally. This issue does not exist in the interface designer (only on the live site) selectable: true, selectionValue: local!selection, selectionSaveInto:{ local!selection, a!save(local!selected, append(local!selected, fv!selectedRows)), a!save(local!selected, difference(local!selected, fv!deselectedRows)) }, selectionRequired: true, Code above is where we save each selection in the read only grid. a!startProcessLink( processModel: cons!PS_OPEN_NEW_TICKET_PM, processParameters: { periIDs: local!selection } ) Co
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.