-
Recently active
Hi, I am trying to integrate a web api in Appian enviornment but getting error that The connection is not secure even the web api is secured by SSL certificates. Apart from this, I am able to access web api in postman without any errors. Please suggest me what should I do to fix this.
Hi All, I have used the aggregation function in expression rule to count the values based on certain column. But I need to filter that the calculated count value should not be greater than 8. Can anyone please help me out.
Hi All, I am new to RPA. See the below screen. Is that any separate activity to use the updated USERNAME and PASSWORD in RPA?. I have tried to use start-Recording method but it threw error.
I have a series of questions categorized into sections, and I want to present these questions in a grid based on their respective section names. Additionally, I need to store the answers for these questions in a separate table. How can I accomplish this?
Hello, I'm trying to use the new Translation Set object to translate the choiceLabels of a multipleDropdownField, but I don't see a way to get several items from the translation object to assemble that array. Does anyone know if it is possible to do this?
Hi, In Appian environment we have two application and two differrent people are working on different application with same RPA, when i am going to open task recoreder in my screen nothing is happen and details are showing in second person screen. how we can resolve this ?
I am a beginner with Appian. In the interface, I input values for each field of a record type and save them to process variables. In the process model, I want to reference the same record, subtract a specific field from the corresponding process variable, and perform the following actions: If the result is 0 or below, I want to send an email without changing the value.If the result is 1 or above, I want to save the calculated result in a process variable and send an email.Can you guide me on how to achieve this in Appian?
I got error log when exporting app, indicate a PM got error ctx={from={processModel: id=xxxx, uuid=aaa-bbb-ccc} How to locate the PM by either id or uuid?
Hi, I have a style issue with the radio button size. The size of radio button will be bigger when the screen is small. How can I control it don not change the size.
I am trying to study for the Analyst qualification. As part of this I am using the Online Course. I need to go through this Online Course a number of times to fully understand the concepts. Unfortunately there are some parts that will no longer load once the course has been completed the first time. Most notable of these is "Create an Application". The page partially loads and then freezes and I must exit to continue. Another, that I have found so far, is Application Architecture, Quiz (the second one, after Personas and Groups). Kind regards, Glyn
i am getting this error while click on related action how to resolve ? An error occurred while applying the context for the GAI Application related action [identifier=125]. Details: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it.
Required is not working for dropdown field in gridrow layout how can i resolve this ? a!gridLayout( label: "", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: ""), a!gridLayoutHeaderCell(label: "") }, columnConfigs: { a!gridLayoutColumnConfig(weight: 3), a!gridLayoutColumnConfig(weight: 3) }, rows: { a!gridRowLayout( contents: { a!textField( value: "Grantee Administrator (Primary Contact)", readOnly: true(), required: true() ), a!textField( showWhen: rule!SCO_isBoolNotEmptyAndTrue(ri!hasUserClickedGeneratePdf), readOnly: true, label: rule!GAI_utilFormatUserName( ri!applnProjectInfo['recordType!{ba1b9bf5-818d-401c-b540-67788e6d7d2d}GAI Application Project Info.fields.{8852265a-0704-4a43-829a-c4828
I am trying to set up an OpenAPI integration based on the JSON provided in the link below, but it is giving me an error message "The selected OpenAPI document could not be parsed" when I upload the document. Does anyone have insight here? I am not seeing anything in Appian's documentation that would assist troubleshooting.https://docspring.com/api-docs/v1/openapi.jsonSource: https://docspring.com/docs/api/openapi.html
Hi All, While doing upload of file with filename which contains ; or ' the characters ; and ' are replaced with _ automatically . Other windows allowed characters for file name works fine. Could you please suggest what can be issue or is it a limitation on Appian side or is it a configuration issue or is there a work around to keep the original name Thanks in advance Raj
Hello, How would I go about Base64 encoding a string inside of an expression? In my use case, I have an input to a process model where parameters is a list of type map I would like to wrap local!JOB_ID in a function that converts it to Base64. processParameters: { parameters: { a!map("operationId": 210), a!map("jobId": local!JOB_ID), } } Thank you!
We want to have 2 version for an application, Version1 will be the first release, when version1 on PROD, we want to start version2 implementation, that means we'll have 2 versions in the same time. We found there's a trouble to have the version control, because we have one base line, but need to support 2 versions with their own features, the objects will get conflict around both versions. My questions is there any best practice to handle such case?
Hi, I have many users and I have custom field 3. I want to get the list of values in the custom field 3. Is there any function to get the list of specific custom field values? Thanks in advance!
Hi, i am exploring building the component plug-in for the below activities: 1. i will pass the parameter to the plug-in and based on that parameter the plug-in should get the data from the database and show it on the plug-in itself 2. if i modify the data on the plug-in it should update the same data on the database. Please suggest the approach for the above requirement. please let me know if any sample plug-ins
Hi I want to save another column with value same as the primary key. how can i do that Thanks
I have installed IAM Application from the Appian App Market and also created another application with integration in it. Now I need to know how to configure this integration app into IAM app to get the integration error if there are any integration errors? Thanks in advance.
Hi all, I have a scenario like user 1 will fill a form along with Product Category and submits , user 2 will receives the form and based on the details he has to fill the another form based on the Product Category ,here i want to design a a!pickerFieldCustom in the form for search and select the products , here i need only products belongs to the product category given by the user 1 , how to achieve this please help me thanks and regards b ramesh babu
In Build an Application Step 5, for the AX Vehicle RecordType, the Make User Filter expression does not result in any options in the Make filter. I reviewed everything and do not see any errors. Any hints?
I have a requirement, which is to query data within two working days. I use process calendar and a!subtractDateTime() to achieve this functionality. I first defined the holiday in the process calendar, and used a!subtractDateTime() to calculate the start time of the query. Code: a!subtractDateTime( startDateTime: now(), days: 2, useProcessCalendar: true, processCalendarName: "MasonTestCal",) & " ---- " & now() The out put is: My account is set up as follows: Questions: 1.Why are the calculated results not different by 48 hours? 2.What are the specific rules for a!subtractDateTime() when using process calendar?
In send email service , i want to send some message along with deep link . when we get that email and upon clicking on that deep link it should redirect to the summary page for approval.can someone help me how to achieve this
Hi i have written code like this but it is showing the data like option1, option 2 but i want to show data like •option1 •option 2 how can write code for it
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.