-
Recently active
Hi, I am trying to get the document name by passing the documentId. If I am fetching the documentid into a local variable and pass, then I am getting an error. Where as when I pass the documentId number manually, I am getting required output. Not sure what is wrong. Do I need to do any kind of conversion before assign to a local variable. a!localVariables( local!templateDetails: rule!LC_getTemp(Key: 4), local!documentId: index(local!templateDetails, "documentid",null()), local!documentId /*document(local!documentId,"name")*/) When I try to execute below code, I am getting below output. a!localVariables( local!templateDetails: rule!LC_getTemp(Key: 4), local!documentId: index(local!templateDetails, "documentid",null()), document(local!documentId,"name")) Whereas when I try to execute the above code, I am getting the below error. Can someone advice here.
Expression evaluation error : com.appiancorp.connectedsystems.templateframework.functions.pipeline.proxyDecoratorPipeline.TemplateInvocationException: Contact the developer of this template to resolve the following issue. java.util.ServiceConfigurationError: io.grpc.ManagedChannelProvider: Provider io.grpc.netty.shaded.io.grpc.netty.UdsNettyChannelProvider not found
Hi I am trying to emulate the 'Corporate Raffle' tutorial in Appian with some changes in the requirements. I have to show a 'details' section within the 'summary' section. If user selects an item, product id and product description information has to be shown in the 'selection' column. Right now, when I click on the 'checkbox', it selects all options and I can't display the selected item(s) in the "Selection" column. Is there a way to include collapsible section within a grid? I am using card layout since I couldn't get the collapsible section with selectable grid layout. Any suggestions or idea would be really appreciated. Thank you. a!localVariables( /*--- start of localVariables */ local!pageHeaderTextColor: "#44546A", local!sectionDividerColor: "#333F50", local!isSelected: { false() }, local!dataSummary: { { productId: "123", productDesc: "item Apple" }, { prod
Hi, I have 2 groups one is parent and child. Parent grp having test users and second grp having SSO users. How do i show users from both groups in user picker. I can’t merge or delete groups. Client having thier own way of handling these grps. Thanks
Hi Everyone, I am calling the expression rule from the interface through button widget using startprocess and the process model calling the rule in the script task. But the rule is not executing. Can anyone please help me how to achieve this? Thanks in advance!
Hi! I have a process model which creates a XLSX file, which I want to convert 1:1 to CSV. But I have 2 problems: 1. The columns don't get separated and are written to the same column, where attributes are separated by commas. 2. For some reason even having only one row in excel, it continues to read until row 95, so I get 95 rows full of commas. Screen:
How everyone, I have the requirement to merge two or more rown in a grid. An example is shown below: Col A Col B Col C 1 2 ab cd 7 9 yz If the value of col A and col B are same for two rows and Col C value is different then both rows for col A and Col B should be merged. Thank You
Hi, I am trying to access different parts of the Appian IDP but I see only the configure tab. Going through the documentation at https://docs.appian.com/suite/help/22.2/idp-1.6/groups-reference-page.html I got myself included in all the groups this document is asking for. I am a member of DU Administrator. So net net I am a member of what am I missing ?? Any help will be appreciated thanks jaideep
Hi, We have pre-prod environment n prod environment. We have a prod deployment near by. Deployment is manual85 not yet automated. Phase 1 is already running successfully in live. Now phase 2 is gng to live.. I am planning to deploy whole application from preprod to live. my application contains groups aswell. if I take groups from preprod will the users also be effected in prod. Users also will be deployed
In this Enterprise Architecture Diagram clearly shown that we can deploy our own Application on Cloud. But I Don't know how to configure and connect . pls suggest some Blogs or Documentation for this issue.
All I really want to do is be able to create a filter on a read-only grid but it appears to only work on a filter associated with the record type.
Hi! Is there any way to have 2 different y-axis for the same plot? May be a plugin? For example: one y for gdp, one y for population, while they have in common x (year).
Hi, I have am read only grid where I have enabled search functionality. The Search text field is giving some default text. Can someone let me know how to customize that text. Basically, I would like provide a text which is more meaningful. Thanks
Hi, I am trying to convert the text which is entering into the textField into a upper case and trying to store into a ruleInput. But, it is not working as expected. I am attaching the code here to get some experts advise. Thanks. a!localVariables( { a!columnsLayout( columns: a!columnLayout( contents: a!textField( label: "Name:", value: upper(ri!name), saveInto: upper(ri!name) ) ) ) } )
Hi, I would like to know if there a way we can switch on Audit to generate audit log for each action in Appian. Please advise if we have to do this activity manually. Any advises are highly appreciate. Thank you.
Hi Experts, I want to show selected checked box only in read only view . How to show only selected check box when we open the interface in read only view . Thanks
Hi Everyone , I need to convert Appian document to base64 . How can i achieve this . thanks in Advance
Hi, I have folder Name... i want to know, In that name there is a folder exists or not... please Suggest.. Thank You.
Below is the code in which when we want to select option "Four" then we have to press "F" twice. a!localVariables( local!options : {"One","Two","Three","Four","Five"}, local!selectedValue, { a!dropdownField( label: "Dropdown", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: local!options, choiceValues: local!options, value:local!selectedValue, saveInto: local!selectedValue, searchDisplay: "OFF", validations: {} ) } ) When we press "F" first time the options opens. And when we press "F" second time only then the value "Four" is selected. However, it was not the same behavior in previous versions. Can you help me achieve the same functionality/behavior with version 22.4 ?
Hii Experts, please tell me how to validate the IMSI number and IMEI number and INTERNATIONAL Number? Thanks
like we get alphanumeric characters we get to reset the password ?
I just notices that Export to Excel smart service is deprecated now. https://docs.appian.com/suite/help/21.4/Export_To_Excel_CSV_Smart_Service.html Do we have any alternative if I want to export aggregated data shown on the interface as table ?
Hi All, I am updating data to external db using Integration object. The first time when I click on update button it updates the data but when second time I click on update with different data it is not updating. Can anyone please help me out? Many Thanks!
I was working through one of the modules, went and had a meal, and suddenly the curriculum itself is gone. I have the linked bookmarked so I know it is not a URL error. Even if I just google "Appian curriculum" and try to find it, the link that would ordinarily take me to the developer page says 404 not found.
As I'm going through the Appian Developer course I have noticed that some information is missing when trying to pass the quizzes. I am completely stuck on Expressions. Is there something else I should be doing besides the Developer course?
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.