-
Recently active
HI. We have a requirement for an unfinished task to send out a reminder email 3 days starting, followed by every day. I have done this with an escalation containing an alert with a timer set to start after 3 days, then reoccur daily. However we have an extra requirement to only send these emails out on work days. Do any of you have any recommendations on how you would solve this problem?
Hi all, I'm unable to execute the Appian RPA, I was trying to create Bot using selenium, once its execute it should open link.
Hi there, As far as I know, it is only possible to use a Single Sign On mechanism with Appian using SAML but one of our clients requires to use OAuth2 tokens instead of SAML. Is that possible? Thanks a lot
Hello, I have a record table and a nested funding type table. The record has typical information but I normalized the database to have some sections in their own tables and nested them according to documentation. For the drop down, the choices are populated by a expression rule that grabs the names of the funding types. I then have a index on the front end {index(rule!RP_GETfundDropDown().data, "fundTypeName", null)} grabbing the names. I then added the primary key of the fundtype table as well and listed those as the choice values. The goal was that I would just need to insert the id of the funding type into the record record type and it would be a reference fk. Instead, it is requiring the whole array of objects. See image. I am not entirely sure what I am doing wrong or why its expecting me to pass the whole row when it's referenced as a fk. Get_FundType a!queryEntity( entity: cons!FundTypeNames, query: a!query( selection: a!querySelection( columns: {
Hi, I am trying to re do the excercise of vehicle fleet management from the Appian developer course and i am also doing a project on my own.In both cases in community edition,the supervisor tasks page does not display ,the assigned,completed or Accepted tasks ,duw to which i cant connect the supervisor approval form interface in the site. Could you please help me with it?
Hi all, I have used the "Send E-Mail" smart service to send emails with attachments in my process model. I got the error "Failed to send Email" in a process that errored out at the node "Send Email". When I analyzed the file size I found that one of my attachments had a file size of approximately 61 MB. What is the maximum file size allowed in Appian "Send E-Mail" smart service for attachments? Thanks in advance.
Hi All, Suppose I have a rule input of type doc or folder, I need to perform a check whether the passed data is actually a doc or folder. Any idea on how to implement this? The same goes with the case of User or group. Have tried using typeof() but it doesn't work for me.
Hi,We want to know the integration_uuid for every integration object. Is there any possibility to know the associated integration_uuid's for every integration object?We knew from integration_details.csv file contains calling integration_uuid's and if we copy the integration_uuid and search in object tab in appian it will give the object name with other details.So, our basic question is from object name it's possible to know the integration_uuid? Thank you,Nandakishore.
Please, in what document folder is the best practice for saving Process Report in ?
This is the error message I receive when attempting the "user" function not the a!user function: The user function does not have a domain prefix....
Hi Team, I am facing one issue. In my application, in local variable section of Interface intializing local variable by calling expression rule and trying to refresh that variable based on refreshOnVarChange, also tried all available refresh options but nothing worked. Is there a limitation on refreshing variable for expression rules? localVariables( local!record: a!refreshVariable( value: rule!ADMIN_DF_DH_getAllTestConfigs_Exp( bearerToken : ri!bearerToken, programId : ri!program.id, sourceId : ri!source.id, datasetId : ri!source.dataType, pageNo : local!pageNo +1, batchSize : local!batchSize ), refreshOnVarChange: local!testConfigResults, ), ........ ........ ........ ) ADMIN_DF_DH_getAllTestConfigs_Exp a!lo
I want to know about to show confirmation form on any error or completion of a particular activity. Suppose, in write to data store entity, i want to show the alert box on the success updation/insertion of the data.
Hi, Can you please explain what is the pricing structure for hosting a Dev, QA and Prod environments on Appian Cloud at enterprise level for multiple clients? What is the user count by default? Or is user count purely based on the requirements? Is it on per user/month basis? Regards, Thiru
How can i achieve this kind of header with dropdown function in Appian
Does script task has any limitations? Thanks.
Hi everyone, I am unable to find the transient meaning, what is the purpose and why we r using it, and why not the other approach? can guys help me with this?
Hi Experts, How I can transfer my A-Score from Previous Organization to current organization. I have already raised a support case from https://forum.appian.com/suite/sites/myappian/page/support with my current organization's Credential but not getting any updates on it. Thanks, Gaurav Singh
A process generated (as requested) a 3.7 gigabyte zip file last night. For the size it worked pretty well. I did notice something funny though; there seems to be no way to display its size correctly, other than downloading it to my local system. The filesize-in-bytes (~3.7 billion) is well past the integer overflow point (~2 billion). When I view the file's properties directly in designer, it shows a *negative* filesize:When I click into the document properties, I see the same thing. When calling the "document" function on the file directly, I see a corresponding negative integer (i assume this somehow corresponds to the integer overflow, but I can never keep it straight in my head) -- In this case it's not critical. However I can imagine future use cases where not being able to internally pull an accurate file size could be a big deal. Has anyone developed any neat tricks and/or workarounds for this? ( I mean other than the obvious
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?
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.