-
Recently active
Is there any possibility that load() and with() will be discontinued ?? is there any possibility that load() and with() will be deprecated We have a!localvariables to do the same thing more efficiently.
input : {{1,3},{2,3},{4,5},{5,6}} output : {3,6,20,30} We have to get product of each item(i.e list) in the array. Please help me out with this issue
I have an error in Image colums when enter the following expression according to instructions in the part5 Dsign Record Types:if(a!isNullOrEmpty(fv!row[recordType!AX Vehicle.fields.image]), a!EXAMPLE_DOCUMENT_IMAGE(), fv!row[recordType!AX Vehicle.fields.image]) Error message:Error Evaluating UI ExpressionExpression evaluation error at function a!gridField_23r3 [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 55]: User Does Not Have Rights to Perform this Operation I have completed the exercises in the security part 3 of the Acme Auto application correctly. How can I fix this?appreciate all the help I can get. Thank You!
I have created a related action for a record type, and it is working well when i open it from the summary view in the main dashboard where i am presenting it but when i am trying to create a button for the same action it is not working well.
Hi, is there a link or a dedicated space where we can submit suggestions for missing icons in the Appian library based on specific customer use cases? I’ve often found that certain icons could enhance a user interface but were not available, such as a drilling rig for the Energy and Utilities industry.Many thanks in advance!
Does deploying custom plugins with custom data types automatically create CDTs in Appian? If not, does the plugin deployment fails if those CDTs are not created manually prior to deployment. Thanks in advance!
I want to have a questionnaire with linked questions, like when user choose option A then go to question 2 while user choose option B then go to question 3. And the questions are not static, user also need to manage the questions in Appian, meaning the questions are dynamic. User can change the answer and which question it is linked to. How can I implement such feature?
Hi Now,I'm learning Appian Service Backed Record Types following Appian tutorial video and reference links. ・videowww.youtube.com/watch ・linkdocs.appian.com/.../Sync_Records_Smart_Service.htmldocs.appian.com/.../Sync_Records_Smart_Service.html I have implemented it as shown in the attached screen, but it is causing an infinite loop. If anyone knows, please provide the details of how to implement it correctly. Thanks
In the Interfaces 103 training, during Sprint 3, the video at around 2:34 shows 3 objects under Workflow and 4 objects under Security and Organization. However, my screen shows 2 objects under Workflow and 4 objects under Security and Organization. Then at 3:02 in the video, our screens again look (about) the same. Then at 3:09 in the video, the instructor has a "PF_CreateGoal" interface, but I don't have it. I have the other 5 interfaces, from the prior sprint (lesson) but not the new interface. I also do not have a workflow like his "PF Neww Goal" workflow. In fairness, the current "Generate Record Actions" is a bit different from the video. But the "Generate Record Actions" succeeded, so where did the objects go? -John
Hi All,We have a process in our environment which gets triggered whenever it receives an email. We have a requirement from business where they want the whole outlook email or any email sent by them to Appian which triggers the process to be stored as some document inside appian. Is there any way to achieve this?
We need to generate excel from table having 40 MB data via Appian. Out put excel will have 200 columns based of user selection in Appian UI. We are thinking do this via Batch during non business hours to avoid the load but checking is any limit on number of columns or excel size. As Export sql to excel seems to be having 36 MB limit. Can some one suggest? Thanks
Hi, A user task with notification setting enabled - sends mail when it reaches the node. This user task has a Save button, which brings the control back to the same node in the process flow. Upson save, mail notification triggers again. Tried activity chaining to avoid 2nd time notification upon save, but triggers mail. Is it possible to avoid this? Note: I can have a split gateway and have a mail notification smart service and disable the automatic config. But wanted to check if there is any OOTB. Any help/ideas are appreciated. Thanks,Keerthi
Hi All, while user trying to upload file from the site its taking 30 to 40 sec time to open file folder,. thanks
Hi everyone, I'm not sure if you guys have the same problem as mine, but haven't found any similar topic in the forum... I am having an interface, which is using a recordtype as data source. The record type already had 5 user filters to be used in the interface. Appian's recordtype based interface is currently providing a prebuilt feature that allows users to Manage Filters (Save/ Set as Default/ Reset filters), and we are using this feature to save some filter choices. However, recently I added a new user filter, and realise all my saved filters were removed from the filter tab. It brings quite an issue to some users, as they have saved lots of filters to customize their reports. Have you seen this issue before? And is there any way that I can retrieve the filters back/ or prevent this issue when deploying the new user filter to PROD?
Dear Appian Community, I hope this message finds you well. I am writing to bring attention to an issue that many of us have encountered and to encourage everyone to submit an enhancement request to prioritize its resolution. Issue: Saved User Filters Removed When Adding New User Filters #PreserveUserSavedFilters Many users, including myself, have experienced a significant inconvenience where saved user filters are removed when a new user filter is added to a record type and interface. This issue disrupts user experience, especially for those who have invested time in customizing their filters to optimize their reports. Example Use Case: ----------------------------------------------------------- * Description: In our application, users extensively utilize the feature to save and manage their filter settings on record type-based interfaces. Recently, we encountered an issue where adding a new user filter to the record type resulted in the removal of all previously saved user filter
Hi All, I created an RPA task and placed it in the process model, but it is not executing in the RPA instance. can anyone give me the solution.
Hi Everyone, am trying to show the comments history in a card layout to fetch the approval of the stage/comments added by the user /name. Requirement is to show the comments if user is added, if not need to remove the space of the comment. Below is my code and condition seems not working.. Thanks to help here and to learn more! local!isCommentAvailable: a!isNotNullOrEmpty(index(ri!audit['recordType!{77342a51-f497-4d5d-a8e5-d123d13967df}TMA Audit.relationships.{683d367a-af56-4cf5-af48-16fbd40c5dbb}tmaComments.fields.{719d7da1-f969-4e01-85ad-d4ffb6f37778}comments'],1,null)),
Hi Team, Validation should be triggered if the user enters two consecutive dots in the text field. How can we handle this?
Sorry if I'm missing something obvious/another tread on this topic, but I haven't been able to find anything related after digging for a while and banging my head against the wall on this. Is there a way to natively pass variables into an integrations relative path? The goal is to have some user input field for that variable to pass through to the external endpoint, who's required format is along the lines of: base_path / relative_path / {variable} / relative_path2 I'm looking to avoid as much custom code as possible, but any help/advice would be appreciated!
Hi everyone, I have a use case where a due date will be the 2nd Wednesday of the next month of given month and year.
I am trying to make a field unique by following these instructions - (source : 24.3 24.3 Case Mgmt Studio (CMS) Common Customization and Configuration Guidance) How can I navigate to the db table corresponding to CMGT_Agency? These are the options I see in source settings.
In Case Management Studio, the due date utilities, objects and interfaces are dependent on the SLA field that is configured when creating a case type. For my use case, I would like a user entered due date(from data intake form) to be set as due date( and connect to the calendar interface, show overdue message etc). What is the best way to achieve this? Similarly, I would like a user entered "Assignee" to be saved and used instead of the default field.
Hi, I was wondering if we can export the readonly grid to text file (.txt)? any suggestion on the user interface and process model? The current build in function can only export the data to excel. Thanks,
I had a related action which will update the form . Now Instead of related action I need to keep a button to update which should call same processmodel to update the form with . a!columnLayout( contents: { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Update Form", saveInto: a!startProcess( processModel: cons!_UPDATE_FORM_PROCESSMODEL, }, align: "END" ) } )when I click on that button ,It is calling the processmodel at backend but getting error and the form is not opening up like in relatedaction . If I do update from related action it is working as expected.Can someone pls help
Hi, We have a requirement from business asking is it possible to enter text and paste images/snips in a single field? We have a field called Notes, which is a Paragraph Component- accepts only text. Any leads here? Thanks in Advance. Keerthi
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.