-
Recently active
Just for clarify .... In which language appian is written?Python or Java? I found a result in google .【APPIAN pipeline is implemented in Python using the Nipype library】 Is that true? Thanks
Hi Team, Is it possible to have Multi level/hierarchical category axis as below in Appian
local!test1: { { item: "stapler", name: "Mike", countryId: 1 }, { item: "printer", name: "Larry", countryId: 2 }, { item: "laptop", name: "Mike", countryId: 1 }, { item: "glass", name: "Mike", countryId: 3 } },
Hi, is it possible to have a search field (a!pickerFieldCustom), which looks for existing values from record and integration data. But disable selecting existing data and convert the field into a text field to add a new value? I essentially want to use the picker field as a search and new value text field in one.
base64 is not supported in gmail in email template. what should I do for displaying image in email template.
is this true ? Refresh variable's control is only limited to single interface not in nested interfaces ?
Hi Team,I'm having a function which calculates the time difference between a date time( output of a rule) and now(). then applying hour() to find how many hours it differing. But incase I'm checking this at 06-11-2023 7:00 am(output of rule) and my current time is also today 7 am , it generating Interval (Day to second) in negative like -0::00:06:37.727 due to millisecs difference, so while taking hour for this converting 0 hour to 23 . but what I need is 0::00:06:37.727. so that my hour difference calculation will return 0. Anyone know how to do the conversion or any better solution?Thanks in advance[mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Hi, Can you please suggest that what need to be changed or checked..The scipt is not able to fill login and password in window.
Dear Appian Community, I'm seeking clarification on process upgrades in Appian and how to address failed requests in production. I've been unable to locate a specific plugin for process upgrades. Currently, I have numerous requests in production that are failing due to exceptions. I need to update the process for these old instances to resolve the issue. Could you please advise on the following: Is process upgrade functionality still available in Appian? If so, how can I perform a process upgrade? How can I effectively handle failed requests in production and update the process for existing instances? Your insights and guidance would be greatly appreciated. Thank you for your time and expertise.
I have a requirement for an organizational chart. I have an employee-specific table in the database containing the reporting manager column and role.I tried the code but it doesn't expand to down-level resources. I require a dynamic chart to add employees and roles. a!localVariables(local!user: loggedInUser(), a!orgChartField( value: local!user, saveInto: local!user, showAllAncestors: true, showTotalCounts:true ))
hi, i want to know is there any way we can extract data from this kind of string. "[place_id:519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e,address_line1:London,city:London,address_line2:ENG, United Kingdom,country:United Kingdom,state:England,county:Greater London,formatted:London, ENG, United Kingdom]" i want to get data as { place_id:"519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e", address_line1: "London", city: "London", address_line2: "ENG, United Kingdom", country: "United Kingdom", state: "England", county: "Greater London", formatted: "London, ENG, United Kingdom" }
on click of submit am getting this error what might be the reason
Does it means that, for local variable 'outage' the value from database is given through recordtype power outage.
Hi all, I have a use case I have build a webpage using HTML and JS and I am calling it using a Web-API from Appian interface which will be triggered by a safelink.But whenever the user clicks the safe link the page is re-directing to the Web page, but i want to show it inside the Interface , i tried using webcomponent object but it's error saying internal appian urls cannot be used in webcomponent.Is there any alternate way to achieve this. Thanks in Advance.
When triggering a process model from the Receive message event by sending a simple mail, it works fine. I'm having an error like the above when adding an Attachment to the Start process triggering mail also, I'm having an Error with Create Eml File from OOTB Poller "An error occurred while creating the note. (APNX-1-4101-005)" These are the PV ...
Hi Team, I have requirement to get the groups names which has the input value which we pass. For example: If I pass input value as "United States" I should get the group with the name "<App prefix>_United States", India => "<App Prefix>_India" Can anyone please help.
I have been in the construction industry for quite some time now and am looking to make a career change. Over the last few months I have learned some AWS and have obtained my AWS cloud practitioner certification. My girlfriend has a job working with appian and she suggests that I learn appian and try to get a job do that. I’m worried that with no prior work experience or a bachelors degree that I won’t be even looked at even after I get the 2 appian certifications (appian associate developer and appian senior developer certifications) does anyone have any experience on this? https://tutuappx.com/ Vidmate
Hello everyone, I am building an Appian process that needs to have only one instance running at a time, since every instance would be inserting to/ truncating the same database table. In order to achieve this, at the beginning of the process I check if the current instance is the oldest among the active instances of the process, through a query to a process report. This works just fine, the problem is that I want to also check if the oldest instance has, for whatever reason, a node with error and therefore it's flow has been blocked. This way I could kill that instance or skip it in order not to block the other instances in the queue. What I noticed is that even though a process may have a node with errors, the status in the process report remains "Active", so I couldn't find a way to verify through the Report. Even the functions num_problem_tasks() and num_active_tasks() are not helping. Do you guys know of any efficient way to make this control
which gate way can be used to execute 2 flows at a time
We are using Write to Multiple Data Store Entity smart service to write multiple Process variables at once ( In that couple of Process Variables are null. ). After writing to DB in output we are trying to get data written back to PV using ac!storedValues. However even though PVs are null, after writing to DB it is returning empty CDT instead of null.
Currently I have a requirement to provide filters for all the columns present in the Read-only grid which is like 25+ columns. To provide filters individually for all the columns it won't be a good practice any is there any alternative way to display the filter in efficient way.
Hi fitnesse working very slowly on window server. however, it is working smoothly on window 11. can you please help me? in case of anything is to be enabled on to server for running chrome Thank you in advance!
We have compare and deploy set up between Dev and Test. Packages can only be deployed after manager approval. Let's say package 1 contains ABC Process (version 1). This package is submitted for approval. Later, package 2 is created and contains ABC Process (version 2). This package is also submitted for approval. The manager approves package 2 before package 1. After both packages are deployed, will ABC Process in Test be (version 1) or (version 2)?
I have a web API that gets and downloads a file when the end point is hit. Is there a way to set the download file name to a value that is passed into the web API as a query parameter? We don't want to permanently rename the actual file itself, just the download file which the user gets when they hit the endpoint.# Below is what I have so far. Thanks for any help!
I have a SAIL form that displays CDT data which ultimate came from a web service. There is a button on the interface to refresh the data. Clicking this button invokes an expression rule which calls an integration to retrieve the latest data to return to the interface. The data in the external system changes based on actions taken by users that also use the SAIL form. Users know when they need to click the refresh button to see the newest data. When the form is opened (it opens from a workflow task), the data is displayed. When the refresh button is clicked, the data is updated and the new data is displayed. So far, so good. However, when the button is clicked a second time while the task remains open, the data is not refreshed and the interface shows the old data. When clicked a third time, same result (no refresh). Fourth, same result. If I close the task, re-open it, and click the button, the data once again is refreshed.... but
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.