-
Recently active
Hello,I'm trying to create a POST method WebAPI that waits for its process model to end.I need to receive a JSON data type, process this data, and return an XML generated with the process model as the WebAPI response, is it possible to process the JSON information received and make the WebAPI wait for the process model to end ?I know that by the own definition of this method, the process model runs asynchronously, but I don't know any other way of approaching this case.Any idea will be welcome.Thanks in advance !
Hi Techies, We have a requirement where we want to show a particular site page when a particular user logs in. We have provided the site page url directly to the users but the problem is they want to see different site page for different users on log in. Is there any way we can change the default page that opens after logging in for different set of users? Thanks
I have this querydelete from PLSM_note where noteId in (fn!substitute(fn!joinarray(ac!selectedRecordIds, ";"),";",","))as shown in the below image. This query should translate to: delete from PLSM_note where noteId in (1,2,4,50)A) This is all on a single rowB) This is a single queryWhat's the solution to this?
Dear Team, Could someone help me to understand the below issue please. I am trying to fetch the total count of the records from DB view. When I give fetchTotalCount=true it's throwing an error 'Expression evaluation error at function a!queryEntity [line 2]: An error occurred while retrieving the data. Details: Unexpected error executing query'. If I change the fetchTotalCount=false, it's working fine. Sample code is below: a!queryEntity( entity: cons!DB_VIEWS_DSE, query: a!query( selection: a!querySelection( columns: a!queryColumn( field: "id" ) ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 1, sort: { a!sortInfo(field: "id", ascending: false()) } ) ), fetchtotalcount: true )
I'm making an interface form with Appian. I'm making the form interactive. A textbox should only appear when specific variables are true. Appian offers a wonderful feature for this where you can add an expression to a "only show when" function. It presently holds the following expression: edate(today(), -804) >= ri!GeboorteDatum The variable on the form is ri!geboortedatum. Another statement that says: only show when the date value is not null is required. I tried everything but nothing worked. Is there a solution? The programming language appears to be similar to Microsoft Excel. Perhaps something like edate(today(), -804) >= ri!GeboorteDatum & isnull(ri!Geboortedatum)
Hi, I have CDT which is created from a View. The view takes around 8 sec. I have process model which uses Export DSE to Excel smart service to export the content of view to an excel. The process model executes fine and generates the excel when run in debug mode (Start process for debugging). When the process triggers on a timer ( timer event) it fails to execute Export DSE to Excel node and raises error " Error accessing data store entity: <<xxx_V_xxxxx>>. Please contact a system administrator for additional details. (APNX-1-4505-026)) I have checked the system error logs, following logs are logged. Error accessing data store entity: <<xxx_V_xxxx>>. Please contact a system administrator for additional details. An error occurred while retrieving the data. Details: Unexpected error executing query (type: [xxxxxx], query: [queryentity expression], order by: [[Sort[id asc]]] Caused by: org.hibernate.QueryTimeoutException: could not execute que
How can I temporarily disable any of the processes that I drew a green box around Something is generating an JSON input error and I'd know which one.
BTS Reminder Email (internal.38) > Subprocess (0002e8d6-af83-8000-422a-7f0000014e7a) > PV_LIST_ALL (BTS_FEEDBACK_EMAIL_DATA) PARALLEL_EACH
How do I go about debugging a JSON error like that shown in the videowww.loom.com/.../8b757da9f50e4585b93907988fc7587f
Hello Folks, I am interested in using Fitnesse as a QA automation tool for my product. I have successfully imported Fitnesse 23.1 on the cloud, and I can access three menus: Automated Test Grid, Data Input, and All Fields. However, I am having difficulty locating documentation on how to use the Automated Testing application. Could someone please refer me to any helpful material such as documentation or videos that can assist me in learning and effectively using this application for test automation?I need material for fitnesse 23.1.
So I have seen a lot of questions asked on this topic. However I have a very specific question. When I took the practice test, I could only move forward while answering the 32 odd questions. In the actual exam of 60 questions, can I mark / skip and return to the beginning / jump in the middle to re-answer a question? Basically want to know if I can only take one pass at the questions because this would become important when we only have 1 min on average to answer each question.
I just want to confirm if scheduled process model running in backend in Maintenance Window?
Hi, 1.Which method should i used for entering value in Text area which is having tag <textarea> ? 2. Which method should i used for clicking on radio button which is having <lebel> tag
Hello everyone, I have been struggling to automate navigating to this documents tab. I have tried "button," "link," "menu," and "menu widget," but everything fails. I don't understand the problem. I can also use Selenium for Appian if necessary. After speaking with my developers, they have informed me that this is an element that Appian defines, and they cannot set the alt-text, only the label. So do I need to combine the above elements with the index, and if so, which element? Can anyone give me any ideas?
Hi, My appian site is down since 16th Mar'23 and i requested for reactivation of my site. Its been more than 25 days but there is no use and support from team. Facing lot of difficulty, pls someone support to get my sire restore...
How can we get application based expression performance trend in single report? Is there any Appian provided way to check this. I know about single interface drilldown Peformance report but if we want to review whole application expressions or interface then how can we check in sigle report?
a!gridFieldColumn Doesnt show Tag Fields used in value
I want to store my passwords in an encrypted format and then decrypt them when using in integration. Is there a way to do that?
How to store decimal Values by using record type
Cancel Request (000ae33c-da34-8000-6ee0-010000010000) -> get all system tasks (5 nodes in loop, 0 mb size on disk, 0 active processes, 0 completed processes) I'm getting this error how to resolve?
Hi, Is there any way I can get to know which objects are deleted from the application ?. I know that it is not possible to retrieve those objects back but is there any way to know the details like name of the deleted object and who deleted it etc. Thanks
Consider I have created a package and added 5 objects. Someone has removed some objects in the same package. And I didn't notice that and added some objects in the same package. Now the last modified was updated by me right. But I need to see who has removed the objects. Can anyone help me in find this?
Hi, We have a requirement to create reports using BigQuery data. If we use API to access BigQuery the data is very huge and we are unable to process it or we need to call the integration multiple times to retrieve the data. Instead, we are trying to configure BigQuery as a data source. Do we have any plugins or a way to connect to Google BigQuery? Please let us know. Thanks, Bhargavi.
Hi Team, I have a requirement to send email outside our organization with an embedded link to either accept or reject the mail. Once the recipient receives the mail, he/she should click on the link which would open up a page for the user to either accept or reject the mail. This information then has to be passed back to Appian and the work-flow to be continued then. This email response from user is time-bound. If within specified time the user does not respond then the default work-flow is to be followed. We don't want to use a delay timer. We would like these processes to be asynchronous. Can someone suggest me how to achieve this? Any help is appreciated. Thank you!!
Process Model ran successfully but Values were not written in DB in Write to multiple data store entity. We have the values available in variable, what can be the cause?
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.