-
Recently active
I have to create Dynamic UI meaning based on the API JSON response received. I will be receiving the input type like check box or input and all the other attributes in JSON response, using that can i create the component and create dynamic UI?
Hello people, do you know web or agencies for work as a freelance in Appian projects this summer?Most common
Hi all, I have a dropdown field and have a condition for disbaled, based on that it will be disabled or not.--> if it's not null or empty it's working fine --> if it's null or empty, the dropdown is not disabled and I'm able to select a value for first time. Once I select the value, the dropdown gets disabled. ( since it considers that the field is not null and it's disabled. But I want the field to be editable) Can someone please help here. disabled: { if(a!isnullormepty(ri!record[my dropdown field])false, true ), },
Hi , When I have a rule input for the record in the interface , the values will get updated in the rule input as I update the values in the interface. In interface test, If I am have the record A and pull all the data from the DB, initially it has the values from the DB. But later when I edit the fields, the values will keep on changing (in interface level)How can I store the value when it's initially being pulled from the DB. Can someone pls guide me here?
Hi All, Can we send mail to DL(distribution list)in appian with email smart service in appian? Please let me know if that option is available in appian
Hi, In the date field, for the calender I want to make the weekends as disbaled (non selectable) whereas the week days should be selectable. is it possible to do this in a!datefield?
When I click on the performance tab of the interface it says - not a valid component. Has anyone faced this issue? Please see the screenshot for reference
In my interface, I have many read-only field. I need to display them only when a field in the table ( isshow is set to true).For this, I included a showwhen : abcsample.isshow = true. But this is throwing me the below error: Interface Definition: Expression evaluation error at function a!headerContentLayout: Cannot compare incompatible operands of type Record Field and type Boolean.In this case, how can I give this condition. Can someone help me here?
I am facing issue for refreshing the page after Completion of Record Action though Activity chaining there. could any please help on this. Issue: When we delete the document from Record action, document is getting deleted but in interface still it is showing.
Hi, is there any function which convert USD OR POUND into INR I have to convert USD 30,872.11 and €30,089.46 into INR how can i convert ?
Hello, I am getting this error Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error [evaluation ID = EO1CO] : An error occurred while executing a save: Expression evaluation error: Cannot update Map; invalid index provided of type: Record Field (must be String or List of String) What does it mean?
Sir any guidance for level 1 interview
Hi EveryOne, I am doing poc, My requirment is to show the Toggle, depends on the User selection, it has to display the respective pages Thanks in Advance
Sending an email to the user in which there is a URL link that will redirect the user to a particular view in a record. We have two tabs in the contact logs view, one contact log, and a second appointment And we have to redirect to the appointment tab but both tabs have the same URL because these 2 tabs are within the interface. Currently, when we click on the URL link it is redirecting to the contact logs tab by default. Many thanks in advance
Hi all, having one requirement like there are two dates date 1 & date 2.then date 2 should be equal to + 1 day of date 1 (only week days, no sat, Sunday) what should I do?
Hi, I have a grid layout and the values are populated from my selection. I need to check, if there are duplicated values present in the grid. If there are duplicate values present, I should not able to submit the form. I store my selection in a local variable. validations: { if( local!data.value ---> here I need to check if the value is already present in the grid. "pleaser remove duplicates", "" ) } Can someone please help how to check if the values are already present.
Hi Team, we want to understand the behaviour of user input task being accepted by the users. Scenario is we have group of users to whom the created user input task will be assigned and hence two different logged in user of same group in a site opens the tasks at the same time and once use accepts it then when other user clicks on accepts hes getting the message saying User1 accepted the task with a reassign button. When User2 clicks on reassign the tasks gets moved from User1 as well eventhough it was accepted by User1. Kindly make me understand the purpose and best way to achieve the previlages of user input tasks. Regards, Sameer
Hi Community,I have one more query regarding the mobile apps build using Appian.By default, we have the share icon in the top right in Appian mobile apps, so can we remove/customize it?? Also, can we add some more items to the hamburger menu?Thanks in advance.
Hi All, We have a requirement to keep an audit trail of re-assigned tasks. Who reassigned the task, when, and to whom.I checked the documentation https://docs.appian.com/suite/help/23.2/Process_Reports.html#task-report-typebut did not see anything.Does anyone have some hints to achieve this without abandon the Appian Task Assignment capabilities completely? Thanks
Hi team, We are facing one challenge to understand the resassignment behaviour with the user input task. We have two groups G1 and G2. Scenario1: When G1U1 opens the task he will see below options when he clicks on reassign he will see below popup and he reassigns it to G1U2 from the available list and when G1U2 user opens the task he seeing only these options and their is no blue banner. Scenario 2: When G2U1 opens the task he will see below options when he clicks on reassign he will see below popup and he reassigns it to G2U2 from the available list and when G2U2 user opens the task he seeing only these options and their is no blue banner. Why there is difference in reassignment popup between group users and the previlages in the U2 of each group for the reassigned task.
Hi Team, I have tried using Compare and Deploy option for moving code from one environment to another environment. But it seems Last Modified by general account name instead of my name. Is it possible to configure LoggedInUser() who has used that option to deploy instead of general account name. Thanks in advance, Vigneshkumar Radhakrishnan
I'm in a discussion with a colleague on whether its legal to use {} to delimit nested variables in an if statement. I.e.: if( { this and(or( isnull(local!shortRecon.recordsRequested), isnull(local!shortRecon.reconsiderationRequested) ), local!claim.claimStatusId<>cons!OWB_DBID_LOOKUP_ID_CLAIM_STATUS_FINAL_ORDER_ISSUED ) }, and this { this if(isnull(local!shortRecon.recordsRequested),a!save(ri!recon.recordsRequested,false),{}), if(isnull(local!shortRecon.reconsiderationRequested),a!save(ri!recon.reconsiderationRequested,false),{}) }, and this {} ) Is this acceptable use?
Hi everyone, I have to set up a process that is always run, 24 hours a day, 7 days a week. The process is based on receiving emails that are sent to the starting node, I don't know exactly when they are sent and above all the cadence of the process is random: even hundreds of emails per minute can be sent at the end of the day or at regular intervals. How do you set the timer trigger for this case? p.s: i don't have the license to integrate Appian with RPA Thank you all.
For the SFTP connection to establish, The SFTP plug-in asks for the required fields I have the Server hostname, server port, and SSH Key. Can I take other required fields from Appian itself, or Do I need to install any other software?
Hi All, Actually, I am generating a PDF with plugin "Dynamic Document Generator" and this functionality is working well in our dev environment and after deploying it to test environment (plug also deployed) this functionality is not working as expected and the following error I am getting. Unable to figure it out where and what was the issue!! ERROR: /usr/local/appian/ae/_admin/accdocs1/0/-1. (No such file or directory) Thanks In Advance, Gousii.
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.