-
Recently active
Hi everyone, I'm quite new to process model things, so there were something that I have heard of but didn't understand. 1. What is process model engine? Is there any documents about it? 2. How to set the sub process to be executed on the same engine with its parent process? And is there any benefit on that? Really appreciate your helps!
Hi all, strucking here to give validation for a URL. If users gave hhpts:// so the flow was getting error here because of that not proper link format. So kindly, suggest Validation for URL . Thanks in advance.
Hi team I'm needing some help to force an answer in a dropdown field where a given answer is selected in another dropdown field. Here is a screenshot of the editable grid. I want to force "not used" in the "how important" column when "never" is selected in the "how often" column The software names are returned from an existing table. This is how the answer table is set up: Answer Table id Name questionID 1 Daily 1 2 Weekly 1 3 Monthly 1 4 Quarterly 1 5 Annually 1 6 Never 1 7 Vital 2 8 Important 2 9 Useful 2 10 Not Useful 2 11 Not Used 2 The questionId corresponds to the two column headings. Here's the expression for teh editable grid: { /* For the Software Title Column*/ a!richTextDisplayField( value: a!richTextItem( text: fv!item.softwareID.name, color: "ACCENT", size: "MEDIUM", style: "STRONG" ) ), /* For the Frequency Of Use and Vitality Columns*/ a!forEach( item
I am facing issue in apian, as I need to get the data which is present in cloud data base store to my appian process modeler in CDT form of every data, how to do that could you suggest your ideas on it mainly i need to get the data which is present in cloud data store to into my appain ui inteface . every data which is present in cloud data store (table) need to come one by one in array form .
Hi, After adding For Each function to rows in my editable grid, the rows not showing in UI. How to make my rows visible?.
Hi everyone, How to query in appian Not between in these date from oct 1 to oct 5, I would like to show data that not between on these date?
I am creating a new record with id, as soon as I click to create I want to redirect to that particular record summary page but it's going our site home page, Can anyone help on this Thanks in Advance
Hi all,What is the best way to reduce Intergration's execution time. Time 4,153 ms Prepare: < 1 ms - Execute: 4,152 ms (Send|Wait|Receive: 3,925 ms) - Transform: 1 ms Thanks
Hi All, I am getting an error while adding a new page (which consist a rule input ) in the site . Previously I was able to add the pages with rule inputs but from today its showing error. Please help me to rectify this error.
Hi all, I notice that the HTML Display Functions plugin is not listed on the app market and therefore may not be supported in the future, but I'm sure that many of us have it deployed in our environments for one reason: the function ncolumntable(). For anyone looking to remove this plugin, I'm including here an expression rule that I wrote to perform a similar task, and it also has the benefit of having no limit on the number of columns. Given a list of column headers, a list of Dictionaries, Maps, or CDTs containing the data to display, identifiers for fields in the data (optional - if blank, a!keys() will be used to determine the list of identifiers for each row of data), and some optional formatting parameters, this rule returns HTML code to generate a table displaying the data. This expression rule has the following parameters: columnHeaders (List of Text) data (Any Type) columnKeys (List of Text) headerColor (Text) evenRowColor (Text) oddRowColor (Text) /*
Is it a bug or is there some other reason why my users cannot see records in Tempo or other places when I explicitly gave them permissions in the security configurations? Is anyone else having this problem. I don't want to run around with expressions if the option exist to give them at least viewer permission in the security configuration. I have given permission on the record type, data store, site, interface ... They still cannot view the record type, even though the tab is visible in Tempo
Update #1: I still wasn't able to get this working with a!recordActionField(), but instead I included it by adding the Related Action shortcut on the view configuration. This seems to be a bug with the User Record Type. Update #2: Passing the UUID with the user() function as the identifier was the solution! Thanks Dan. I created a custom view for Appian's User Record Type (the same record that displays when you click on your user icon and go to "Profile"). I have a related action that takes the user to a custom form to update some details. When I trigger the related action using a!recordActionField(), the following error is thrown and the process does not start: An Error Has Occurred The specified User related action does not exist or you do not have permission to view it. However, when I trigger the same related action by visiting the out-of-the-box "Related Actions" view on the User Record, it starts the process successfully
I have created RPA process that run in an Azure VM, it only works properly while I was logged into VM, otherwise it shows blocked status in RPA console and didn't execute the RPA process correctly, How can I troubleshoot this
I need to get process tasks by groups of particular appilication , Thus if I have a process report for L1 group show below . while fetching thoese report to interface i am getting Error The error says passing empty values . the cons i am calling for process report is attached below , what changes should i do now?
Hi, I want to call a RFC interface by Appian but I just saw that only BAPIs are callable? Is this correct? https://docs.appian.com/suite/help/22.1/Invoke_SAP_BAPI_Smart_Service.html#asapinvokewithcommit Is there any workaround?
Good Afternoon! I'm trying to deploy downloaded package in Appian environment using internal API of Appian. https://docs.appian.com/suite/help/22.3/Deploy_Package_API.html 1) Could you please advise how to use it more correctly. For example I need to describe name of the package - how I can set path for local downloaded package with the next deployment? 2) Can I use API body without sending DB scripts? Could you please provide examples for understanding? Thank you! Best Regards, Aleksandr
Hi, I am experiencing the problem with task "Write Maintenance Record" from the learning exercise. The problem goes on saying that it is impossible to write to the source due to system error. Error Details: Field 'MaintenanceScheduled' doesn't have a default value. Any ideas how to fix this? Thank you.
Does changing application security parameters override the object security parameters? .. or in other words does the object inherit security from the application.
Hello Everyone,I am making bill splitter app I have one cdt where I am having friends field as an arrayz. so in database 2 table are getting created for it one is normal cdt values and other table is for friends array. I am not able to use that value in process model please help me with I am new into appian can you please tell how to resolve this issue
Hi, when I try to configure a script task in a process modeler I cannot put anything in the Target field in the Data Output tab. It simply does not allow to open it. Moreover, everything that I save to the Data Input tab in the field Value is cleared afterwards, so when I get back to this tab, the field Value is blank again. How can I solve those issues? Thank you.
Hi all, I'm creating a record hours system app, I made the interface that lets the user insert his start time, and leaving time then, the system should calculate the duration between start time and leaving time. the problem is when I finished the code, I got a problem which is A null parameter has been passed. then I've tried to solve this issue by adding this before the first if sentence: if( a!isnullOrEmpty(ri!ES_Working_Hours_Record), null, hour(ri!ES_Working_Hours_Record)) but I have a casting problem now, I got this: Interface Definition: Expression evaluation error at function 'hour' [line 36]: Could not cast from ES_Working_Hours_Record to Time. Details: CastInvalidCould not cast from ES_Working_Hours_Record to Time. Details: CastInvalid this is the code: a!formLayout( label: "Working Hours Record", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!dateTimeField( label: "Start Time", labelPosition: &qu
Hi All, I'm getting an error while trying to view a pdf document using view document interface . It states that "Document Not Available" so can anyone help me how to solve this issue ? see attachment/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/Screenshot-_2800_546_2900_.png
Hi, I'm trying to configure an SFTP using third party credentials but when I click on test connection in the Admin Console Third-Party Credentials I'm not being able to connect, has anyone connected to an SFTP that can share details on how to connect using Third-Party Credentials?, I'm able to connect using WinSCP
Hi, As the "Save Draft" is a completely internal Appian function, is there any way to retrieve those data with an Appian function or plugin?
How to suppress rows in record view grid based on some condition, and expand the hidden rows after button is clicked.
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.