-
Recently active
Hi All, i am stuck in one scenario, i just want to create interface where rules would be displayed ,added and updated. i want to list all the existing rules to be display like below screenshot. There are several products with base prices and i want to set some tax percentages as per the product and countries. and my appian records are like below screenshot.
Hi, I have a record action that uses an expression rule for its name, and I would like for it to update after the action has been executed, however it seems the name for a record action gets cached upon its initial creation and doesn't update after that unless the page is refreshed? Activity chaining has been set up for the process appropriately as far as I am able to tell, and any local variables that need to be refreshed are, including in any expression rules, as demonstrated by the button and link shown beneath the record action, which use the same expression rule to define their label. For the sake of convenience I set the expression rule to also return the current time as I could then just open and close the record action for the result to update, and as you see the time refreshes for everything bar the two record actions at the top (the one on the right has a name defined just using the now() function to ensure updates weren't tied to expression rules). a!localVariables(
I am trying to complete the Query Your Data lesson and I followed the instructions in creating the Query Your Data (W000QYD) app, but when I go to search AA_GetVehicles in the expression rule, I keep getting a message saying I do not have permission to see all the objects in the app. I also cannot make a new expression rule with the name because the expression rule already exists. Does this have something to do with my security settings? I created the app so im confused as to why I wouldn't be able to see all objects. Please let me know, thanks.
Hi team, We recently planned to migrate the IDP configuration from one to another. During this migration, we did not delete the old IDP (IDP1) but added a new one (IDP2). However, when testing the new IDP (IDP2), we encountered a 401 error. Remarks: I have accounts in both IDPs with similar Email IDs. The first IDP (IDP1) works properly. When testing IDP2, the SAML response shows success (<samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/></samlp:Status>), but we are receiving a 401 response. where i find the SMAL responce logs in appian In Idp2 responce we recevied name id and attribute(email) was different but we are using email id as AttributeValue of Username in appian Could you please assist in resolving this issue with IDP2? Thank you.
I use the related actions of the record type to change or delete records. The flow is as follows: ①Click the "Inquire" button from the list (button of record action)②Click the "Delete" button on the inquiry screen③The inquired record is deleted.Suppose that Mr. A and Mr. B are viewing the listings at the same time. In this case, if Mr. B tries to open the inquiry screen immediately after Mr. A opened and deleted the record, an error will occur. (Error message: An error occurred while applying the context of the related action)Is it possible to handle this error?For example, to move to a screen that displays an arbitrary message, etc.Thanks
Hi, As per SAIL documentation (https://docs.appian.com/suite/help/24.2/SAIL_Performance.html) it will go for server for new UI rendering. Is it fetch call for the DB query to populate the local variables? Now, a problem is small colour change on UI, which can be done easily using JS or jQuery, it taking longer than expected as it is doing the server call. How to optimise this? Is there any way out?
Please tell me how to set up dynamiclink when switching between interfaces.
Hello! Im having trouble trying to resolve this. I have a record Action that can be activated only when a client goes to the Activity Log "Customer Registration retries on: 28/06/2024 9:23 GMT-05:00" three times, but im having trouble for the query to find me that activity log without the date.
I am trying to set an array I have to be null as a variable and not as an array What I want: null What I am getting: {null} I tried indexing but it did not work a!save( index(ri!CommitteeLevels, "[]", null()), null() )
Hi All, We have a requirement for counting the number of pages in a word Doc , Is there any solution for this. Already tried to convert to PDF and to take the count but format is getting changed and not getting the exact count.
Currently i am undergoing my training in Appian, where i am working on a POC named Upload Document App. I am facing issue in a process modeler where it is showing please select a record with data sync enabled. I have already synced it but it shows the error again can you help me with the problem.What I did in this application so far was uploading documents . Now what I am doing is I created a record type UDA Review so that to review the document. In that I added reviewer for reviewing the document. So I am stuck at place where i want to assign the document to the reviewer so i created process model and i am getting the error. I am providing screen shots. So kindly help me to solve this problem.
Hi All, I am using dateandtime field to send an invitation on mail, here i am facing issue with time, when i am selecting a date and time, the ttime which i am selecting which is showing different in grid field Like i am selecting 06/28/2024 05:00 am it's showing in grid as 06/28/2024 09:00 am which causing issue for time difference in invitation. So any one please suggest attach below code. a!sideBySideItem( item: a!dateTimeField( label: "Event Start Date & Time", labelPosition: "ABOVE", value:local!eventStartDateToSave, saveInto: local!eventStartDateToSave, required: true, requiredMessage: "Input required!", validations: {} ) ),
Hey Guys, We are trying to use recordsChatField component in the interface but it is giving the below error. Any help will be appreciated.
Hi All, Can anyone confirm the format when I want to select only a set of months, I used = {1,4,7,10} for January, April, July and October But not sure if this is the correct format for the monthly timer recurrence. Thanks in advance
Hi Team, I have recently deployed a new version of CDTs to my staging environments along with multiple other objects, the newly added Object are referring to latest version of the CDT however there are multiple process which are still pointing to CDT which is 4 version older. What could be the reason behind this issue ? I tried to find if there are objects depending on older version of the CDT but nothing as such in the warning from CDT. We are not supposed to manually map the latest version of CDTs in the staging environments and when we are trying to compare and deploy these objects from Dev they are getting ignored as No change is detected in theses objects. Please Advise. Thanks, Gaurav Singh
I want to validate if current row being entered in editable grid is duplicate or not i.e. does it exists in grid already or not.
So the requirement is to generate a PDF with dynamic fields, so we created a word document and when we are trying to convert word to PDF, the format is getting chnaged entirely. Tried 1. PDF from DOCX : The format is completely deteriorate what should we pass "PDF Options" Tried 2. PDF from Single DOCX with Fonts , Content not visible in PDF (what should we pass in Font Document) Tried 3.PDF from HTML : Getting document in one single page
Hi! I am trying to generate a pdf document from an html using the "HTML to PDF" plugin. The html structure used is the following: // HTML <table> <thead><tr><td> <div class="header-space">&nbsp;</div> </td></tr></thead> <tbody><tr><td> <div class="content">...</div> </td></tr></tbody> <tfoot><tr><td> <div class="footer-space">&nbsp;</div> </td></tr></tfoot></table><div class="header">...</div><div class="footer">...</div>// CSS.header, .header-space,.footer, .footer-space { height: 100px;}.header { position: fixed; top: 0;}.footer { position: fixed; bottom: 0;}The problem comes when transforming to PDF. It works by replicating the header, but from the second page the content overlaps the header.My cloud version is 22.
I have a scenario where I need to generate a Google Workbook with multiple sheets by using integration services.
for the date field need to show in red colour when then date is less than today else no colour
I have a record that I use in many interfaces, querys. I need to change the data type of a column in the database. If I make this change, the references to that field are lost and I have to edit all the objects that use the field from that record to reference the new field type. This can be avoided somehow. That is, appian updates the reference of the record.field automatically.
I have having some issues with creating the OneDrive Connected System. I am getting the error in the picture.
Hi I want to DISTINCT duplicate data like the attached image.I know that using recordtype of grouping it can be distinct data.As my requirement i want to distinct value columns and other columns. How can I implement it?
Hi All, we are using the sharepoint Connected system and we are trying to create Folder using the Create Folder API, provided by the sharepoint connected system. However i am unable to provide the Destination path to the Folder in which i need to create this new Folder. Can someone please help me in how to pass the folder Path. This is the Error which i am getting Please help.
I have recently been facing a hiccup in my Appian application upon creating a task report where I can't add process variables in my fields (I want to do that for further clarification of the tasks info for the user and searching for tasks based on data stored in process variables, I found a workaround for this issue but it is impractical and I was wondering if there was a better way of going through the process in general: First, in my process model, after initiation and upon moving to the next node I stored the needed process variables in the process name as follows: First, I created my process report as follows: I then created my process report: Now within my process report, I place any necessary filter, I also add a column that includes the name of my task: I then add another column that basically extracts the added process variable from my task's name to view it separately: while this solution definitely works, it feels very finni
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.