-
Recently active
i want to convert json (text format data) into excel sheet data which Componentes or plug in i use ?
Hi All, Is it possible to read the data in the word document or PDF file, and perform some actions based on that data ? Thanks in advance. Warm Regards Vineeth
Hi All, Not able to fetch data from Oracle getting above error. Please guide how to solve. Regards Nishtha Bhatnagar
Unable to login suddenly (not sure why, the user does not seem to be locked). Click [Forgot Password] sends a reset link, pressing (immediately) the link fails witn "Your Link Has Expired" message. Weird!
i Wanted to add few alerts like after submitting form i need custom alerts and after filling some fields i need to display alerts or info messages.
Hi, in the grid one row need to populate by default is it possible to do? based on the id.. if the id is in db then populate row automatically else no Thanks
I am very new to Appian. I just wanted to know that is there any otp related out of the box service available to connect with other messaging services?.
Hello, can someone help with this issue. I have a process model that retrieves data into a variable defined as a multiple of CDT. The variable is then passed as a parameter to a sub-process, and because it is a CDT and may change it is also defined in the sub-process outputs. I can see multiple records being passed correctly to the sub-process but when the sub-Process ends, the output only has one record. Both variables in the main process and sub process are of the same type and have been defined as multiple. I can see in the process history of the sub-process that the CDT has two records, and this does not change and that the main model starts with two records and is changed to one after the call to the sub-process Any ideas why data is being lost? Many thanks SimonJ
Hi Everyone, I have an primary interface page and in that there are different tabs calling other interfaces. In primary interface page there is a button and on the click of that button all the tabs present in primary interface should be disabled. Can any one please help me how to achieve this?
After related action in report it refresh only 5 data in grid.suppose i have 16 row in grid after record action it reflects change in 5 rows only for all row i need to refresh manually. suggest some resolution for that.data is comming from data store entity.
I have nine different category types for any given main process. The requirement is to create an Excel spreadsheet with each category appearing in its own sheet. What should be the best approach to achieving this? Currently, I am creating an excel for the first category and then using that same excel for the subsequent categories in Export DSE to Excel smart service to add a new sheet via sheet number. But this process is sequential and not efficient enough if each category has a huge amount of data. I attempted to generate Excel for each category and use the merge excel document smart service, but it did not work as I thought it would. Basically, it is dumping all category data onto a single sheet.
I have created an apian web post API. api is working in appian and when i try to test it in postman its gives error 501. how can i test it in post man. need help. i already created outh credentials and also added the service user to the application groups. a!localVariables( local!value: cast( 'type!{urn:com:appian:types:TFA}TFA_TESTING_RT', a!fromJson(http!request.body) ), a!writeToDataStoreEntity( dataStoreEntity: cons!TFA_data_store_constant, valueToStore: local!value, onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!storedValues ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( { error: "There was an error writing to the data store" } ) ) ) )
Hi, We have a LDAP and AD Group process to sync AD group and its users into Appian. If a new user being added to the AD group, then same user is appearing under respective group of Appian using LDAP Sync. When the users have been removed from AD Group, after sync ran, user is also getting removed from Appian. If we remove the user in AD Group, I would like to understand if there is way to keep the user in Appian with "Inactive" status instead of deleting. Thanks in advance.
Hi Everyone, I have a requirement where i need to disable the button for particular user.
Hello Appian People, I have a test WEB API(POST) in order to test my integration process. I also created a test datastore. { user: address: } Please see picture So what i want to happend is that what to add a test process condition: If the Request result normal, and statusCode 200 - body: received value will be "0" Incase parameter error,and statusCode 200 - body: received value will be "1" Anyone has any idea to add this test condition in my Test web API?
Hello Appian People, I have integration GET(Queries Data). Basically this integration search address. And I call this integration in the interface. In my interface I have a texbox and search button, whenever the search button is clicked if there is corresponding search result returned in the integration or if the integration search result is onSuccess the result value will print. So my problem is, how to check if the result of the integration in the interface fails/failure and gets the corresponding message of the integration error?
Do we need verify each Data Store every time when we change Data Source in Appian?
There a CDT with number of fields, I'm trying to update one field X as Array. In this case when I try to publish my Datastore it creates a separate table with random table naming and fields to store multiple values of field X. Is there a way we can give our own naming for that table being created in the above case. I have tried downloading the DDL script and try editing table name and field, But that doesn't seems working. Can anyone give me an insight why it's taking the random table name or is there any workaround in the above case ? Thanks in Advance
While creating a drillable chart I have the month value stored as an integer. Like : Jan =1, Feb =2, How do I create a record filer to display records that are from that month only? Here is chart for reference :
Hello, I've noticed in couple process that I'm not able to open a process instance and somehow the process instance gets bugged and jumps nodes (Doesn't happen on every instance). Have anyone faced this issue and how you got it fixed. 2023-01-11 07:11:45,191 [ajp-nio-0.0.0.0-8009-exec-595] ERROR com.appiancorp.security.cors.CorsFilter - CORS request rejected; invalid request from xxx.xxxx.xxxx to /JSON-RPC org.apache.jasper.JasperException: java.lang.IllegalStateException: getOutputStream() has already been called for this response
Hi Everyone, I am using the script a!groupsForUser(loggedInUser()) to get list of groups assigned to user but it gives the id along with group and I only want group name. Can anyone please suggest?
How to invoke Appian WebAPI with OAuth2.0 clients from postman? And Do I need to add any query parameters as "Authorization" in Appian Web API for setting OAuth 2.0 clients?
I have column chart as shown in image and have made it drillable. How do I filter records to show corresponding months records?
Que. You are configuring a record type and utilizing data sync. Appian does Not have access to the source database table, and will not make updates. which data Sync is appropriate? is it 1)Daily Sync 2)hourly Sync 3)Immediate Sync 4)Manual Sync
Hi, There is processmodel causing JDBC exception due to long data inputs for STATUS column local! externalReq: "resourceName=Employee,employeeDetails=[empId=,empEmail:external@yahoo.in, status=married,married,married,married , age: 30], companyDetails=, serviceProviderDetails= ", There is a process model where its receiving some details from external API and for some reason i am getting few duplicate fields in a running process instance .For example: status column in employeeDetails table. if the resourceName =Employee then there is employeeDetails been received from API and for some reason i am getting status column as duplicated.Expected thig is status=married . and as the status column has 10 character length in DB ,my process is causing error . how can I modify the existing payload to this :- "resourceName=Employee,employeeDetails=[empId=,empEmail:external@yahoo.in, status=married , age: 30], companyDetails=, serviceProviderDetai
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.