-
Recently active
So I have an interface with a grid that allows the user to preview or download a document. I want to hide the preview button if the file extension of the document is pdf. Initially I was going to use showWhen but I wondered if a!foreach would also work? I tried to use the document() function to get the extension, but I realized it only displays it and doesn't retrieve it. This is what I have for the preview button so far. I haven't configured the download button yet. a!buttonWidget( label: "", icon: "eye", tooltip: "View", value: true(), saveInto: { local!preview, a!save(local!selectedDocument, fv!row) } )
Hi Everyone , I need to convert Appian document to base64 . How can i achieve this . thanks in Advance
Hi Everyone, I am trying to connect to sqlserver as a new data source from admin console and providing the connection url , username and password as provided by the client. Additionally trying to create the connected system with the same credentials but both the time I am getting Test Failed. Please suggest if am missing something. Thank You!
Hello Everyone, I am trying to pass the data into the word document but facing an error.I have followed the required annotations for the girds even though couldnt able to run sucessfully. Please suggest if anyone also faced the same problem or how to resolve. Thanks in advance.
I want to make an application that uses Import CSV to Database and updates CSV files from an interface.What steps should be taken to create it?Are there any other required objects besides interfaces, process modellers, and CDTs?And what settings are required for each object?
Tell me how to use the plugin “Import CSV to Database”.I downloaded the plugin but don't know what to do next.
I want to sync the User record that is already exists in appian eviroment.i got the error sync record smart service.
Hi All, We have configured Health check to run and generate a report under DevOps section in Admin Console. However we need to go to admin console an download the report every time. Is there a way we can receive the reports generated into out emails? If so, how can we configure the recipients? Thanks in advance.
Hi All, One of the user from our organization has left he has some 300 active task's assigned to his name, how we can close this task's. Thanks in Advance
Hello, I'm in Japan and my time zone is : Osaka, Sapporo, Tokyo (UTC+09:00). I'm planning to take the Appian Associate Developer Exam. When I try to schedule the exam, I need to select the time as shown below. I'd like to know does it refer to my local time or standard UTC time. Thanks
Hi, I have an interface with editable grid (a!gridLayout) where I am trying to add a new row with required elements when user clicks on "Add Dcoument". I have to achieve the below requirements. Not 100% sure whether it can be done or not. 1. If any one of the field / element filled with data, other fields/elements should be filled with. 2. Also, there should not be any row with empty empty fields/elements. When I try to write a validation in the Document Title field, then it is applying to all the rows of that field when I click on the "Add Document". Not sure how to handle for row by row. required: if(a!isNotNullOrEmpty(ri!Documents.documenttype),true(),false())
Can any on help me for "how to sort the text field integer values", example i have field name: data it is text field but in that field values are stored 10,000 and 80,000 and 20,000 so i want to sort those values if anyone know can you please help me with it?
Is it possible to connect Appian On-premise with Teradata using jdbc?
Is there a way to capture screenshot as part of BOT processing and save it to Appian documents folder?
In a form, Suppose I have 3 values in my dropdown- A,B,C. I have chosen A and filled the remaining text boxes accordingly, but I want to change the dropdown value to B. On changing i want the remaining values of the boxes to be empty so I can fill them again. How can I achieve this?
Hi team, I been pondering and I would like to disable only the "direct approve" option upon conditions met. Is that possible? a!localVariables( local!choiceLabels: { approve, reject, direct approve, direct reject }, a!radioButtonField( label: "This application is recommended for", labelPosition: "ABOVE", choiceLabels: local!choiceLabels, choiceValues: local!choiceValues, value: ri!recommendedFor, saveInto: {}, disabled: since it allowed only true()/false()? )
a!cardLayout( contents: { a!columnsLayout( spacing: "DENSE", columns: { a!columnLayout( contents: { a!sideBySideLayout( items: { a!sideBySideItem( width: "2X", item: a!richTextDisplayField( value: a!richTextItem( text: " Validate Lead Viable", style: "STRONG", size: "MEDIUM_PLUS" ) ) ), } ) } ) } ), a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Does this lead have INN Facility Privileges?", helpTooltip: "Privileges not applicable if its a PT/OT/PCP", labelPosition: "ABOVE",
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!
Hi, Can we change the color of the card template tile from accent to some color of our choice ?
I have an integration requirement where the system to which I want to connect Appian with needs an Authorization Header which is in the format as: Signature keyId="<8>-<4>-<4>-<4>-<12>",algorithm="hmac-sha256",headers="(request-target) host date",signature=”**” Has anyone done this kind of integration? Note: The swagger provided doesnt have any authentication details in it.
Hi everyone Here's my scenario: I need to use a Group Browser object for the user to be able to select a group from a list . I can set the initial group as All Users, but that includes groups that may not be selected, such as Administrators. It would seem my easiest method would be to create another group which lists only the desired groups, but I've been told that nesting groups within groups is bad practice. Any thoughts? Blessings Stephen
Hi everyone, Happy 2023. I've got a question about service accounts: we've got a single environment with no Dev + Test + Prod set up. Just one environment a number of devs at our company all use. A sort of "sandbox" where we have a number of applications. As an example, if 10 of us each had their own application that had an RPA object and a Connected System object (ie: for Portals).... would we need 20 different service accounts with 20 different API keys? Or, can we use 1 service account (+ its API key) for everything? Many thanks,Uel
Hello, I'm new to Appian, and I'm trying to build main page report which is quite similar to this "Form steps". However, each step has to show specific interface by using rule!tInterface1. My question is how can I check the validation for all of these steps at the end of the report and show a summary for all of the errors, e.g. "Step1 has an error". P.S. an error sign appears by "default" in the section that contains an error, Can I check if the section has this sign or not? Thank you in advance!
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.
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.