-
Recently active
Hello All, We have a requirement on UI form where users have 2 column layouts. the left-hand side part of the column layout user can see the editable fields and the right-hand side use will have a pdf document. That pdf document may have some incorrect data. So, the user should able to compare the document and if there is anything wrong with that document should update in the lefthand side fields and submit the form. I have used a!documentViewerField to show the document, it showing the document as expected. But we have an issue with the UX experience. I have attached the document to explain that with screenshots. Please see attached and respond if you have any suggestions. Thanks in advance.[View:/cfs-file/__key/communityserver-discussions-components-files/13/Issue_5F00_screen_5F00_Shots.docx:320:240]
Hi All, I facing challenge in write to data store entity I have one Primary key field "ABC" of type unique(TEXT) and another field "XYZ" which is of type number with auto increment now while passing the data from appian Im passing both field as blank My requiremnt is to the field "XYZ" to be auto populated kindly help
Hi, User Needs to enter the data and complete row data needs to be sent via mail. Have created a template and its working fine, If user is entering the value for salary field for first row. But when user is entering the value for salary field in second or later row then am getting the mail with Salary field empty with first row data. Though Data is getting saved in database if user is entering the Salary in second or later row.
when i upload a document in the interface..,the process is running well and instances were recorded in the folder but the folder is beeing empty(it is not containing the document which i uploaded in UI)
Cannot apply operator [EQUALS] to field [cid] when comparing to value [TypedValue[it=3,v=ri!cid]].
I want to show all the details in record for particular user, but i am getting error a!columnLayout( contents: { a!radioButtonField( label: "Shipping Address", labelPosition: "ADJACENT", choiceLabels: local!fulladdresses, choiceValues: local!fulladdresses, value:ri!pmt['recordType!{0f579015-721a-48ec-8248-a710bdd30532}PMT Purchase Record.fields.{fullAddress}fullAddress'], saveInto:{ ri!pmt.fullAddress, } ), the above error i am getting in Record, when I click on particular user
I need to send mail from say 'AKS-DoNotReply@HSBC.com'... but when am trying to send its saying "No valid recipients resolved". but from other mail id am able to send .. My doubt is AKS-DoNotReply@HSBCcom mail id needs to be created which Appian guy needs to create. Or is there some configuration am supposed to make if so please guide with steps. Note: Am using Custom Sender to send Email.
Is there any way to redirect all the alert emails to the specified email ids without mentioning the group/user in the alert tab of each process model. In general we can specify a group or user in the alert tab to receive the alert emails, but if we forgot or override the change then by default all the users in the environment will receive the alert emails. To avoid this I would like to configure some list of email ids to receive all the email alerts.
I am facing an issue with one of my process models. The process has a De-Activate User node which is supposed to run as multiple instances, but it halts each and every time the process goes through that node. Once the designer right clicks on the node of the running instance and click on the "Start", the node starts executing from there without any error. Attaching the process model and Other tab properties of the node. Any help regarding this will be highly appreciated!
Hi Team, We have a requirement where we have to create an action through which Project Lead can do mass update the records of those contacts who have left the organisation with a new contact. Can anyone suggest how to achieve this?Any help will be appreciated.Thanks, Anandita
After login I need to show record page for employee or manager how I can show? Please help me I am stuck here
Hi All, I am trying a way to create a list of users and their associated groups and download it in a csv file. This is the code snippet to generate list,a!localVariables( local!users: getallusers(0, -1), a!formLayout( label: "Users & Groups", contents: { a!forEach( items: local!users, expression: a!textField( label: "UserName :" & " " & user(fv!item, "username")&"," & " "&"Name :"& " " &user(fv!item, "firstName") & " " &user(fv!item, "lastName")&"," 
I have a admin screen, where the logged-in user can place a request. The approving task should go to the all the users in the admin group except the requestor. I tried difference(getdistinctusers(pv!groupName), loggedinUser()) on user input task assignment tab, but the task is still assigning to requestor.
Do we have the option to communicate with Hyperledger Indy and its smart contracts. Just curious to know
I have added new data source from Appian Console. -appian console -> data sources -data sources -> +new data source As I have added a new data source, Is there a way that I can verify newly added data source from Appian Cloud Database site. And work with the newly added data source within Appian Cloud Database site.
is it possible to endorse a member of an already completed project? this in order to complete the L3 certification
My DB is in GMT & Appian environment is in EST, when we take action in night time(after 7pm EST) date is showing always a future date so we tried to convert that date into EST by using this function text(gmt(local(now(),"EST")),"m/d/yyyy") its giving correct date, but in day time when we tried this its giving past date can anyone suggest what is the solution. Thank in advance.
Hi all, newly registered user here and still trying to figure out my way on the trial interface. I am looking to build a native mobile app for people to upload and share photos, something similar to Instagram. I would like to ask if anyone has used Appian for something similar before?
Data is auto-saved in the Appian. For eg if user Tries a search by number then list of prior searched numbers are listed in the text box. This is happening throughout Appian application where user has option to enter data in text box. Is this known behavior of Edge ? or do we need to any additional configurations ?
Hello, We are using tablets with Windows 10. User interface is designed to request for attachment with picture. Is there a way to open camera directly and take a photo instead of opening file explorer and selecting picute like it is in mobile application?
Hi Guys, Can you please help me with the below query, In my project, we are working on a private network and wanted to connect Appian cloud through Saas service. For that, to establish the mutual SSL handshake via the outbound proxy. How can we configure the digital certificate from our side to get trusted at Appian Cloud. Please guide me.
I have a process model with only a smart service for sending emails but I only receive them in my outlook/hotmail account. If I try to send to my gmail account or other, I don't receive them. Can anyone explain why this happens? And what can I do to solve this? Thank you.
Case: Read Excel data and update few fields from the EXCEL in the database. Steps: 1. User exports the data (Including ID field) in an Excel from the Record type view(only download 20 attributes out of 50 in the data type field)2. User updates few Fields in the excel then uploads through an action given on the record type view.3. Action calls the process model which has an Interface for the user to upload the document (created a Process variable of Document type- BulkUpload).4. In the process model I call an expression rule which passes the document (BulkUpload) as the parameter in the Script task output and retrives all the output in a particular format. Issue: Script task output generates two null records and adds two null rows in the database. However, when I test the expression rule separately then the output is as expected and reading all the records accordingly.
When I use below code the record picker only get few records when I type space to select a value as I type I get more records. Is there a way to get all records in record picker on initial load. a!pickerFieldRecords( label: "RecordLabel", labelPosition: "ADJACENT", maxselections: 1, recordtype: 'recordType!Strategy' filters: { a!queryFilter( field: 'recordType!Strategy.fields.Type', operator: "<>", value:230 applyWhen: true ) }, value:ri!strategyId saveInto: { local!strategy, }, required: true, )
Hello, I have the following query: Dictionary id1(Number (Integer)) currency"USD"(Text) createdBy"user1@gmail.com"(Text) value 1000 (Number (Decimal))Dictionary id2(Number (Integer)) currency"USD"(Text) createdBy"user1@gmail.com"(Text) value 2000 (Number (Decimal))Dictionary id3(Number (Integer)) currency"USD"(Text) createdBy"user2@gmail.com"(Text) value 2000 (Number (Decimal)) Question is how to foreach this and the result to be grouped by createdBy in this case and the value to be a sum. Example result: createdby: user1@gmail.com value: 3000 createdby: user2@gmail.com value: 2000
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.