-
Recently active
Hi I have a form on record type page the data when I submit the form is not updating after I submit the form?
How many sites can be created for an application? Do we have any limitation in creating no of sites for an application?
Hi, Actually I am looking for: how we can add the if condition in word template. we have added like this «[#if doc.tech.showDate=="true"» but we are getting doc.tech.showDate value as null....so throwing an error like cant compare null o string.....how to add condition in XML for that if condition how we can show the signature in word template...lets say for example we have 4 employees each employee will draw a sign using signature component in appian that eventually store as a document in appian. how we can put the signature document in WORD Template. Can anyone help me on this. Thanks in advance, Gousii.
Hi All, From the Appian community page, I have noticed that they will give a free voucher for certification for following Courses: Appian Foundations, Appian Developer or Applied Development after completion of course, and it is strictly mentioned that only for public instructor-led training . Is it only for paid courses or free courses as well? Please let me know if anyone know about this. Link: Appian Community Thanks & Regards, Saidivya Minna.
i
https://docs.appian.com/suite/help/23.1/Delete_from_Data_Store_Entities_Smart_Service.html#:~:text=The%20Delete%20from%20Data%20Store%20Entities%20Smart%20Service%20lets%20you,node%20input%20of%20type%20EntityDataIdentifiers. Hello, we using Delete From Data Store Entities smart service to delete a nested entities up to 2 levels with cascade All option Data seems to be deleted fine from main entity as well as nested entities , but record types seems to be not synced. If I use queryRecord - I'm still seeing deleted data from cascaded record , but if I use query dataStore entity deleted record not returning as expected . Appian documentation says automatic sync is supported on on nested CDT's until 1000 rows, my tables have less than 1000 rows in total - any thoughts ? ..
I'm trying to implement google maps in my UI but I want to show the pin marker on logged in user's current location
Hi, I am facing one challenge to sort a list of addresses into particular order. The appian sail expression should match the sorting order as in our C# equivalent using orderby and thenby. My SAIL expression is not giving same results as C# code(Expected one).Kindly provide suggestions. in c#: sortedAddresses.AddRange(addresesList.Where(x => x.AddressId != primaryAddress.AddressId).OrderByDescending(o => o.EndDate).ThenByDescending(o => o.EffectiveDate).ThenBy(o => o.AddressType.Name).ThenByDescending(o => o.IsActive).ToList()); in SAIL: todatasubset( todatasubset( todatasubset( todatasubset( remove( local!7sortedaddresses, wherecontains( touniformstring(local!primaryAddress.addressId), touniformstring(property(local!data, "addressId", "")) ) ), a!pagingInfo( startIndex: 1, batchSize: - 1, sort: a!sortInfo(field: "endDate", ascending: false()) ) ).data, a!pagingInfo( startIndex: 1, batchSize: - 1, sort: a!sortInfo( field: "effectiveDat
I have a requirement where User wants to extract any Pdf value whose format is not fixed. Means invoice or any other Pdf will be different ?. if yes then how can we build dynamic CDT value in IDP for document extraction of different extracted PDF.
Removing because it's not relevant to the community [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi, I currently have a a!gridField() that is being used to add a list of samples. We have made the grid list selectable so that all rows can be selected, however there is a current request to have all rows in the grid selected without having to page to the next set of samples in the list when selecting the checkbox to select all rows. I wanted to see if this is even possible to configure in Appian?
Hi all,I have the following problem with this web API integration: if I make the POST call on Appian it works correctly, but if I try to make it outside of Appian (ex: from my computer's prompt) it gives me the following error: 401 check credentials. For the POST call I used the curl command using as url the one written in the web api.I attach screenshot of my API call on Appian and the settings used. Instead the GET calls I can do them correctly. Thanks in advance!
There is an integration , where we upload the documents . But the documents are now taken over http, there is a size limit . Can anyone help me on how to find the payload size limit .
I have a process model where the start form is an interface and the user inputs the data and when he submits the form, i am getting message that Action completed successfully. In the process model after the start form, the next node is write to Datastore. How to show any result page after submit button is clicked to user instead of form going back to the first page of the form?
and when I click on cancel for this 2nd interface , I need to get 1st interface again with 3 buttons hiding the comment form(above form)Can someone help me with the code please
Hi I have value 2.67 I want to get this value in integer without round off i.e 2 (integer)
Given an array of size N-1 such that it only contains distinct integers in the range of 1 to N. Find the missing element. Example 1: Input:N = 5A[] = {1,2,3,5}Output: 4
Hi Team, Adobe Document Services and Adobe Sign plugin is compatible only for 23.1 version. Is this plugin available in 22.2 version?
Hi All, created line chart to with month on x-axis, its working fine with 80% of zoom, but if i made less than 80% of zoom than the month converting back to dates. can anyone help on this? Thanks in Advance
I Have line items grid in the pdf document that continues from first page to second, but IDP is extracting only from first page, the second page line items are not getting extracted. What should be done in order to get this right?
Hi Team, Can we disable a related action based on a condition? Eg: We have a record action to update the form, if the user submits the form the update option button should be disabled. Thanks.
Given an expression string exp, write a program to examine whether the pairs and the orders of "{","}","(",")","[","]"are correct in exp. For example, the program should print true for exp = "[()]{}{[()()]()}"and false for exp = "[(])"
I have a text field which is for Password.I want to show asterisk symbols when entering a password.
Hi All, We have an application, where users can book the seats before going to office. Currently application working like - If user A books seat 100 for Date: 20-May-2023 and user B cannot book the same seat 100 for same day Date:20-May-2023 here, if seat 100 is already booked by other user than we are not displaying the seat 100 value in dropdown. We got one issue in production that, same seat 100 is booked by user A and B for same day 20-May-2023 at the exact time which is observed in process variable. How to handle this to avoid booking same seat for same day? We are calling process on click of Book button, here in process model activity chaining is enabled before Write to Data store entity. My doubt is whether this activity chaining causing this issue? Please suggest if any solution is available.
Hi, Users who are part of one specific group trying to submit a form and which triggers an email to the people those who are part of the same group along with other group. When I try to access the other group users in the expression rule like below, I am encountering an error. local!visibilityUsers: a!groupMembers( group: cons!AA_GRP_VISIBILITY_USER, memberType: "USER" ), ERROR Details: Problem: An invalid expression has been encountered in a task. Details: An error occurred while evaluating expression: xxxxx Expression evaluation error in rule 'AA_getEaddresses' at function a!groupMembers [line 99]: Expression evaluation error at function 'a!groupMembers': : Insufficient permission) (Data Outputs) Recommended Action: Check the expression including any function requirements and resume. Priority of this problem: High Priority
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.