-
Recently active
Hello everyone, Can anyone suggest how we can use userfilter in column chart? I am fetching data from records in column chart. However, filter is not working. Please suggest. Thanks
I'm trying to get a rudimentary understanding and example use case for the use of the targetLocation parameter in a!recordLink(). I've read the documentation but I still can't picture a use case. I've played with it in terms of configuration. I'm just not sure why someone would need it. Has anyone every used this parameter before? What was it used tor?
Hello,I am trying to set up an integration to post a document to a folder in iManage. This integration requires the request body to be multipart/form-data, and to pass through the document to be uploaded and the document "profile" which contains information which will be added to the document on the iManage side.below is how the integration is set up in postman: Would anyone have an idea of where I am doing things incorrectly? It would seem to me as though the content type is not passed through properly, as seen by the content type field in the header section of the httpResponse.Thank you
Once a user gets designer access, then it can create applications but I would like to have more control over that so then I want to give access to designer but not allowing all designer users to create applications (they would only be able to create objects within the applications they have been granted access to).
HI, I have a question regarding the Filters.Like I have table of name Employee and it has column -ID,Name,JoiningDate and LastDate.So Is there any way to count the number of working days of the emplyoee and show on the Interface in the records.Using filters as well,
Code ------------------------- a!localVariables( local!currencyValue: a!currency( isoCode:"USD", value:-152552.774, format:"SYMBOL", decimalPlaces:2, indicatorAlignment: "START" ), stripwith( local!currencyValue, "$" ) ) Output -------------------------- "(152,552.77)" I need the output as "152,552.77".Can some one help to rectify the code
I'm generating a word docx using docx from dynamic template and converting the docx to pdf using PDF from DOCX smart service. I'm able to generate the docx properly but while converting to PDF the text is not coming in the pdf file. can you please help me to find out the problem?
Hi All, Good day! The Record Chat element is only fetching details from the principle record type but not from related record types, even after specifying the relatedRecordType.relationship field. Any help/suggestion is appreciated.
I got error when deploying a package, there seems some missing objects, but all uuid, how can I find the objects by uuid
Hi, We have a requirement to clone the OnPrem environment to GCP. Has anyone done this earlier. Does Appian has any documentation or utility for the same?
Hi Team, While querying the data from database I am Geeting error msg like I have given batch size 1, -1y, I want to retrieve all data from database view table(6500 rows) Can you please help me on this. Thanks, Nag
I am looking for a way to activate the Process Model as soon as a user opens the record summary for the first time. Additionally, I want to record the time when the summary was first accessed. Is there any way to achieve this? One possible solution that I thought of is displaying a button to start the process model when the summary interface is launched.
I can generate a dynamic pdf using html template and html template from doc service followed by PDF from HTML smart service. But cant display image. In html template i am using image src and in src i make it as pv and pass the image field/rich text image with document image having document id from appian. Image is displayed as image icon but no image displayed. Any idea on how to get these done dynamically? Thanks in advance
Hi, I am new to RPA in Appian, my requirement is to login into website and download a file.but when i try to login into a website, while entering the username and Password, It is entering in different letters. I am using MacOs. Here I am not getting any reference for resolving this issue, so could you please help me with the details/steps how to proceed further. Thanks in advance.
we are running Gmail Poller's Connected System in Integration. This Integration returns a list of Gmail Email Id's. The TEST REQUEST in the Integation object succeeds and successfully returns a list of Gmail Email Id's. Running this Integration in a process model also successfully returns a list of movement id's. However, when this process model is executed as a sub-process, this Integration object does not return a list of ids and returns one empty item. This sub-process model does not need to and does not reference values from the parent process, as it works as expected normally when executed independently. Nevertheless, it is not clear why this Integartion node returns an unexpected value only when it runs as a child process. Can you tell me where I should check?
company's OneDrive account. I usually delete and change file names to correct them. However, this time, I was changing too many GB using OneDrive at the same time as the sync issues are happening at the home folder level and I don't want to use Disable File On Demand Fetch Lover Content because I have too many GB intentionally not on my computer mine.
Over the pass few years much has changed for data structures within Appian, specifically with record types and custom data types (CDT). There does not seem to be any official documentation on how to convert an application designed using CDTs to one using records. While CDTs have not been entirely fazed out but rather relegated to support with plugins and smart services, it is often more performant and (based on Appian documentation) preferred to build using record types. My questions are: For larger "legacy" systems is there a significant benefit to converting the existing CDTs used in process models, interfaces, rules, etc. to record types? Is there a fast and efficient way of converting these types from CDT to Record.
Hello, Could anyone guide me how to create record type from View table? Thanks
Hi! As my requirement i need to queryRecordtype .Based on the results of a query using an expression rule in the interface dropdownI would like to select id when name is selected as shown in the image below. Thanks
Hi All, we have process model A ,B ,C ,D A is created by Duplicate existing process model D B is using A as Child C is using D as Child when we are saving process model A we are getting parent process warning :- This process model is used by the following process models which may be affected by your changes. If you continue, the owners of these models will be notified. B and C is affecting I checked all the nodes of C but we are not using anywhere process model A then why we are getting this warning for C
I have a dropdownfield whose choiceValue are from an api, the records from api are more than 5000, but pagingInfo only allows 5000 at max for batchSize, how can I do to put all choiceValue in this dropdownfield?
The user_management.csv is missing in our distributed environments. I cannot locate it on any server (app, engine, search). In standalone environments, the log file exists. I compared <APPIAN_HOME>/deployment/web.war/WEB-INF/resources/appian_log4j.properties and <APPIAN_HOME>/server/_conf/logging/log.properties and there were no discrepancies regarding this log file. Has anyone else had this issue?
Hi, I have a scenario where i need to download document using web api. All the document id's stored in local db and uploaded documents are stored in document center. Now i need a web api to download document that's residing inside in appian. The default document download link works only inside appian. i have used an expression rule inside web api where gives me the list of documents needed but download document from api gives only the document id. But unable to document using web api. Can someone help me on this? Thanks in advance!
How can I do fuzzy search on text field when queryrecordtype, like "like '%text%' " in sql
Hi All I am getting the error with reject function so please let me know what causing this error . [Expression evaluation error at function 'reject' [line 39]: Incorrect number of parameters for function; expected 1 parameters, but found 0 parameters.] a!localVariables( local!group: index( rule!CDM2_findUserGroup(loggedInUser()), 1, {} ), local!escalatedTo: if( a!isNullOrEmpty(local!group), {}, index( a!queryEntity( entity: cons!CDM2_DSE_INQUIRIES, query: a!query( aggregation: a!queryAggregation( aggregationColumns: { a!queryAggregationColumn(field: "escalatedTo", isGrouping: true) } ), logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "groupId", operator: "=", value: local!group ) },
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.