-
Recently active
Is there any way to export the data which is displayed in bar/pie/line charts defined in an interface data to interface (graphs) pulled from new version of record type. kindly suggest on this.
how to load a pdf through url in component plugin
Hi All, There is any idea or any operation through which we can rename folder name in google drive. In my project i have a requirement where i need to create a process model which will Re-name the folder. Because in Google drive we have operation like- Upload File Create Folder Create Google Doc List Folder Contents Query Drive Copy File Download File Manage File Location Find File There is no any option for modifying folder name please suggest.
Dear Appian Experts, I am new to Appian and exploring the capabilities of Appian platform. 1. Which framework is followed to develop applications using Appian? MVVM or MVC or something else? 2. Is it possible to create native Android/iPhone applications from scratch using Appian? 3. I came to know that Each Site/Portal has limitation of using maximum 5 pages for UI. Can we create a custom web/native application with any number of pages?
I would like to give users only the URL of the site and want them to use only the site. In that case, is it possible for users (site users) to use Tempo's news function? The purpose is to use the news function to communicate between users.
Hi team, A user able to download the request form in pdf format which user submitted , when downloading the pdf containing korean words(which converted from document to pdf in process model) name was coming in ## format. Initially we faced this issue in chinese and japanese also, we tried with different font styles and it was working fine. Now we are facing the issue with Koreans language, May I know the universal font style which work for all the international languages. thanks
, May I know How to create fringe benefits grid( from the above picture)? I tried like below..,for percentage & Amount column, If I insert a value for one row , same value is being reflected in all the newly added rows, I want to add desired value for each row under percentage & Amount columns.., a!sectionLayout( label: "Fringe Benefits", contents: { a!gridLayout( label: " ", labelPosition: "COLLAPSED", headerCells: { a!gridLayoutHeaderCell(label: "Fringe Benefits "), a!gridLayoutHeaderCell(label: "Percentage"), a!gridLayoutHeaderCell(label: "Amount") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE") }, rows: { a!gridRowLayout( contents: { a!textField( disabled: true(), label: "F.I.C.A", value: index(local!FringeBenefit,1,{}) ), a!textField( label: "Percentage"
Hi, communities Please tell me about the connection status between "Appian RPA (Cloud)" and the Host Machine with "Appian RPA Agent" are installed.When Appian Cloud instructs "RPA" processing from "Process", I think it's the flow of below, Cloud -----> Host Machine(Agent)but how is this connection started in the first place? ---------------------------------------------A) Just issue an order from the Cloud to the Host Machine1. Session Start & RPA instructions Cloud -----> Host Machine(Agent)---------------------------------------------B) Agent initiates a session, and Cloud requests using that session1. Session Start & stay connected Host Machine(Agent) -----> Cloud 2. RPA instructions Cloud -----> Host Machine(Agent)---------------------------------------------C) Other than those above
About using Appian Cloud. I understand that adding plug-ins can be done from Admin Console → Plugins. Regarding deletion of the plug-in, will it be completely deleted by pressing the delete button in the same place?
Does Appian's mail function support the exchange of messages between users?Also, if it is not supported, is there a function that can exchange messages?
I have a grid with data from the record type, I should have a link a column to either withdraw or cancel. when a user clicks its. The status in the record type has to be updated .UI below when I am trying to update the record type it shows error. Please help error:
I have a excel file and while placing into DB tables need to convert it to a CSV file but getting a below error can anyone help
Any example with search in editable grid (Filter data)
Hi, In the System Logs we can able to see the different csv files and where these csv files will be stored and how much time the system will take to create those files ? Appreciate your help!!
How can I use SUPPORT and APPMARKET for my Appian problems. what type of problems discussed here
Hi All, I have to provide document size validation in file upload field like if uploaded document is more than 10 MB,I will display the validation error. I have two buttons Submit and Cancel ,and for each the submit parameter is set as true() . For submit button the validate parameter is true() and for cancel button the validate parameter is false(). So ,when the user uploads more than 10MB,they not able to submit until they reduce the doc size and for Cancel we are not saving the document into Database. But here I am facing the below issue, When the user clicks on Cancel ,it not writes in Database as expected ,but it saves in the Appian folder, since it goes out of the node. So please help me if there is any way to avoid saving this file in Appian folder if document size is more than 10MB. Thanks in Advance!
To write the System log files in the form of a table in the database, I tried to connect the "Reader Log" plug-in from Appian App Market But here I'm not sure how to proceed further. Does it contain any Documentation?
i have an error . How I solved it. error:- Expression evaluation error at function 'cdtdifference' : one or both CDT passed are null
Q1.. how i add plugin ? Q2. when I add plugin It is in Appian Designer not come in my personal application. How I bring it in my appian application plugins added here in Appian Designer:---- It is not in my application:--- How should I bring them in my application so that I can use it.......
actually i am facing the error mentioned .. i dnt know why i cant directly pass the values local!exisitngLinkData: if(isnull(local!existingData['recordType!PRO Viable Lead.fields.viableLeadId']),{},rule!PRO_qrtExclusiveVendors( viableLeadiD: local!existingData['recordType!PRO Viable Lead.fields.viableLeadId'] ).data), local!lookupRefId: if( a!isNullOrEmpty( local!exisitngLinkData['recordType!PRO Lead Exclusive Vendor.fields.lookupRefId'] ), {}, local!exisitngLinkData['recordType!PRO Lead Exclusive Vendor.fields.lookupRefId'] ), i dnt know why i am getting this error ... can anybdy help me on this ... i know vlaue i am getting is null .. what should i do ..
Hi Team, I have few files which get downloaded in my Appian server. I have a requirement where I need to pull these files from server and make these files available to the user. Can someone suggest how to achieve this? Also if I want to send these files from server as an attachment in my 'Send Email' smart service, will I be able to do that? If yes, please tell me the process. Any suggestion would help. Thank you
Hi everyone,I have a requirement to trigger a process from a notification click sent by pushNotification smart service. Have anyone come across this requirement before or any suggestion on how it can be achieved? Thanks.
When I tried the support page on the community site here, I clicked this button:I wanted to ask about this because I'm having the same problem as this: https://community.appian.com/discussions/f/general/23264/community-instance-goneI can't find my community instance and there is no button or panel to create or reset one anymore, my "instance" is just gone entirely. I haven't logged in in a while and it was very confusing to understand how to proceed with the tutorials without an instance to use...Could someone please fix the support page? Could someone please fix my community instance? Thank you, A
Can we access the configuration of created objects. Where it will store and Do we have any rules?
Hi, I need to find the sequences child-father in this table starting with an input id. For example 1-3-9-11-18 or 2-5-6-15-20. I tried using query in forEach loop but without success. Do you have any suggestions about it? id idFather 1 3 2 5 3 9 5 6 6 15 9 11 11 18 15 20
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.