-
Recently active
Hi, i tried several times to import this App (Corporate Conference Booking) but any time the importing is not completed and missing many objects such as Site , Record type , Process model and etc. in attached you can find related import log file. please can i have someone's support on this issue? BR//Ahmad [View:/cfs-file/__key/communityserver-discussions-components-files/11/corporate_2D00_conference_2D00_booking_2D00_1.import_2D00_log.txt:320:240]
Could someone help on how to create a constant pointing to a particular website. For example if I would like to create a constant pointing to https://www.un.org/en ?
Feature Request - We do have a document viewer to view the PDF and the documents. Do we have feature to edit Documents/PDF online within the SAIL interface and save it. In the a!dataTime() field, Can we have any control to disable only time or set time to default value
Good morning, We have an interface which queries the tasks from the user logged in thanks to a task user report. If we use an admin user, we are able to see all these tasks (group and individual), but if we use a test user without admin privileges, we are unable to see them. In the report, if we set the context user to the test user, we can see the tasks, so we don't think is a report issue. Thank you so much
Hi, just want to ask.. If I created a Web and Mobile application through Appian, how do my user's access it? 1. Will they know that the application is done through Appian? 2. In Web, are the licensed users will have to login through Appian or will land through Appian in order to access the web app? 3. In mobile application created through Appian, will the users of my application needs to download and install the Appian app from Google Play in order to access the created application? 4. Or, are all applications (web or mobile) done through Appian are deployed as stand-alone applications where users will never know that the application is done through Appian? Ex: mobile application that I can upload in Google Play/ Apple Store Thanks!
Hi, How to import data from excel or csv in CDT or in a database table?
Is there any changes in exam syllabus after certification changed from 'Appial Level 1' to 'Appian Certified Associate Developer' certification?
Hi Folks, I could not figure out the exact difference between SPAWN All and SPAWN NEW, can some explain me with one real-time use case Thanks in advance
Do we have any console to see general Appian logs as we are not logging custom logs in Appian.For EX:When we are calling any external system it may give some 500 or 404 error.where do we see those errors?
Hi all, I am still confused in the pricing and plans offered by Appian. From the website, under APPLICATION plan, there's a price per user (Standard, Infrequent, and External Input User). Also, there are plans for PLATFORM and UNLIMITED. I am not quite sure if we will fall under Standard user. In our use case, we are a Service Provider/ Software Developers. You may refer to my use case below: As a software developer, we are looking into using Appian as a low-code platform where we can create our software/ applications. These created applications are being sold to our customers with different volume of end-users who will use our software/ application. Example the application is a Human Resource Information System with end-users such as the HR people, all company's employees, and on-boarding external applicants. My question right now is that, how's the Pricing in Appian? 1. We, as the provider with 20-30 developers, how much should we pay if we subscribe
What are the process instances that we need to delete automatically as soon as we execute the process ? to improve DB performance.
Hi, In my process model, i have a node sub process which is having the MNI. When i am running the PM i getting the number of instances. but in every instance getting the same index (i.e 1). I am using tp!instanceIndex in my sub process.Why i am not getting the other indexes in subprocess? Any suggestions please.
I have a scenario where we have to export excel with 50 columns in its one tab. I am using "Export Datastore Entity To Excel" smart service. Is there any way we can export excel with more than 50 columns in a tab.
Good afternoon, We are consuming an external process that has a start timer configured as follows: The rule! Delay has this code if( totime(now()) < cons!START_TIME, datetime( year(today()), month(today()), day(today()), hour(cons!START_TIME), minute(cons!START_TIME) ), datetime( year(today()+1), month(today()+1), day(today()+1), hour(cons!START_TIME), minute(cons!START_TIME) ) ) The value of the constant is: The configuration of the user who starts the process is And the process has the overwrite option checked The problem we are having is that the process is running at 2:00 AM instead of 1:00 AM as we have in the configuration. Can you think of why this could be happening? A greeting and thanks in advance
Is it mandatory to give Appian Certified Associate Developer exam if someone is having L2 Credentials and wants to attempt Appian Certified Senior Developer exam ? Thanks, Gaurav Singh
Hi everyone, please can anyone guide me through RPA browser Selenium recording ? I have "Browser initialization failure" error after recording browser with Selenium " . I have no idea what steps to follow in the RPA to solve this issue. The screenshots are attached. Thank you in advance .
Hi, I have set up timer event in the escalations tab and selected Send Alert in what action to be taken section ? and gave my e-mail address, it's not working. Tried Send e-mail smart service, i can receive e-mail with this smart service, ONLY change i made is changed Timezone in process model properties to IST, which is my time zone, any help is much appreciated.
HI, Does appian takes care of Day-light saving when the time changes in winter?
I am trying to build a simple application which allows users to log hours worked. In the summary page, there is a table of logged shifts, and the ID field has a link to a page with details about the shift with the particular ID. I have an Expression Rule called TST_getTimesheetSubmissions which returns an entity with specified a!queryFilter( field: "id", operator: "=" Currently, in my summary view, I have the following configuration: rule!TST_TimesheetSubission( TST_timesheetLog: rule!TST_getTimesheetSubmissions(rv!identifier).data[1], cancel: null, readOnly: true ) The page loads without any error. However, the hyperlink from each ID redirects to the same entity with ID=1. Can someone help me fetch the appropriate row of data from the table? Thank you!
I've been following a tutorial to build a simple system which allows users to record their work hours and date. When I try to edit record type using rf and rp, I receive an error message "Improper scoped variable". For example, I try to edit the "summary" view using the rules defined in an Expression Rule: rule!TST_TimesheetSubission(rule!TST_getTimesheetSubmissions(rp!id).data[1],null,true) I receive an error because I have rp!id, and and when I try to edit the List so that the ID of each row becomes a hyperlink to an individual page about the shift logged, I have: - Label: rf!id - Record Type: rp!type - Identifier: rp!id the above three get an error, so when I access the Site, I receive an error "The Requested Record Type Is Not Available". Before the edit, it is a Text field and uses fv. How do I access rf and rp, or alternatively, how do I use the rp equivalent with fv to fully display the page? I'm new to Appian and the forum, if I
I have an array where I would like to replace the zero values with the previous non-zero value. i.e. convert { 15, 0, 0, 23, 0, 0, 0 } to { 15, 15, 15, 23, 23, 23, 23 } Any ideas?
My requirement is to find out all the unused objects of the Application, unused rule inputs from of the Interface and unused Process variables from the Process Model. I know manual work is very lengthy so can someone suggest me any shortcut method or any plugin can help in this. Thanks in advance
We have a requirement where user wants to upload bulk data in Appian. A file upload option in an excel or CSV format is desired. Once uploaded, the file contents should be written to DB and later available for user to view data in a grid format. File can contain a maximum of 200+ columns & 10K rows. What is the best practice to address this requirement in Appian. Thanks in advance.
Hi All, i am getting following error on my summary view. Error Evaluating UI Expression Expression evaluation error [evaluation ID = EEBZL4J1] in rule!APN_qry_xyz at function a!recordBodyWrapper: An error occurred while retrieving the data. Details: Cannot open connection (APNX-1-4198-000) I can see rest of my code(expression rule, qry rule, interfaces, integration and all other objects) working fine except summary view. Kindly help me. Thanks in Advance.
In case that we developed an application system through Appian and have it delivered and implemented to our client, one of their documentation requirement is the full source code of the application/ system given to them. Is there an option or facility in the Appian that we can generate the full source code of the built application? Thanks..
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.