-
Recently active
In 'Complete task' Smart Service, Getting the below error"The process running the task is paused. Task ID: XXXXXXX"In Node Input 'Task Id' the value is pv!taskIdList[tp!instanceindex]'Task Inputs' the value is { autoComplete:"true"}What must be causing the error?
Which is difference if we add query parameters in Query Parameters side or if we add as relative path ??
I have Created a Report Using Data Fabric Self Service Analytics with Grid. If I wanted add any User Filters i didnt find anyway to do that. By Default Filters are there but Post Creation of the Report, if we want to filter the data i am looking for. Please do let me know if is there any way to it Thanks, Praneeth.
Hi experts, We have been able to establish connectivity to a HANA database successfully. The HANA stored procedure is expecting the values to be passed, enclosed in single quotes - 'Value1, Value2'. A query like below works perfectly fine. SELECT * from DB_SCHEMA.VIEW_NAME('placeholder' = ('$$list_name$$','Value1,Value2')) However when I try to pass this list as a parameter, I am getting an error. SELECT * from DB_SCHEMA.VIEW_NAME('placeholder' = ('$$list_name$$',{parameter})) Has anybody integrated with HANA DB before and has a reference to how we can achieve this by passing dynamic values via parameter with the main criteria being include parameter values in single quotes?
We are trying to set up a Single sign-on for one of our environments and generated a self-signed certificate for SAML authentication using Apache OpenSSL. Now can we use the same generated certificate for one of our higher environments as well?Looking forward to the response. Thanks
I have a use case where I need to apply visibility rules to requests generated in an application. In other words, if I create a request, only users from my department should be able to see it. In the client’s system, there are many departments, and creating a group for each of them doesn’t seem like the right solution. Additionally, new departments may emerge in the future. As a solution, I’m considering detecting the department code of the user initiating the process (this value is stored in the custom field ‘customfield1’). Then, when applying visibility rules to requests, I would calculate all users who have the same value in ‘customfield1’ as the user who created the request. My question is: Is there any issue in Appian if I assign tasks to an array of users instead of Appian groups?
Is there anyway by Using the Chatbot I can be able to Access the Application Data ? Thanks, Praneeth.
How to add footer so that it can always appear at the bottom of the site?Client wants footer always appears at the bottom of the screen. While we are trying to use card layout as footer, but It was moving upwards when there was no content in that screen. If any other approach to achieve this. could you please help me?
Hello, I'm trying to reference an interface that exists in another dev environment. We have two dev environments. Dev A and Dev B What I'm trying to do is reference an interface in Dev A in an interface I created in Dev B. I don't have any duplicates of that interface in Dev B and I don't think I can import it to Dev B since it might conflict with policies we have. Is there a way to reference the interface from Dev A in Dev B without having to import the object or duplicate it? Thanks in advance.
Hello I was doing some testes using Case Management Stuvio v1.4 and when I tryed to 'Add data field' I got a werid java error: So from here at 'Add data field': After I filled the data field information, when I press save I get this error: Any idea on what this could be? Can it be from the custom properties file settings that they talk about in the Installing CMS documentation? (I use a cloud environment) -- Expression evaluation error [evaluation ID = ddf7b:7edb3] in rule 'cmgt_cb_sitepage_casetype_data' (called by rule 'cmgt_wfl_sitepage_casetypes') : An error occurred while executing a save: java.lang.NullPointerException: Cannot invoke "com.appiancorp.type.cdt.value.bridge.FieldAddressableValue.get(Object)" because "this.valueJavaBridge" is null -- Thank you for you help!
Hi All, I have requirement where i need to clone "Users" system record. we are in 24.1 and create record from record source is not available. when i tried to create using webservice its not allowing query functions. Is there a better way to achieve this? Thanks,
Given a list of files, having obtained the list of their relative sizes, I have to iterate on the list until I obtain a maximum size (for example 10MB) and from the next file start again with the same process, iterating until the end of the list
Hi [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] , Can you pls assist me in executing the multiple links all together without using linkfield?
Anyone face this kind of issueNo Validation GroupSubmit and validate are true.
Hi Team, When I click the chevron up icon in the header, a grid should appear below the icon like a pop-up screen similar to the screen shot attached. 1) I have tried to create similar to the popup by using card layout. In card layout I'm showing the grid, when I click on the icon, the card height increases too much, causing the content move down. 2)I also tried using record action, but the pop-up screen appears in the middle of the screen. Could you please guide me how to achieve this
I have a scenario where I need to make a date field required. I have a sub-interface with a date field, and in the parent interface, there's a submit button where the validation parameter is set to true. I'm using a validationGroup named 'Submit' for the date field, with the required attribute enabled.
Hi Team, I am configuring SSO in my application, but the flow isn't working. The logs indicate: "Signature was either invalid or signing key could not be established as trusted." In my SAML response, I see the authentication method x509 used by the IDP. Do I need to add any additional information besides the SAML configuration? </Attribute> <Attribute Name="">schemas.microsoft.com/.../authnmethodsreferences"> <AttributeValue>schemas.microsoft.com/.../AttributeValue> <AttributeValue>schemas.microsoft.com/.../AttributeValue> <AttributeValue>schemas.microsoft.com/.../AttributeValue> </Attribute>
Hello Everyone, I need to display a SVG format logo. I am using imagefield component for this purpose but facing one challange. If tumbanil property is not set to true, image is not visible. Drawback of using this tmbnial property is that it covers the image with a border and not accepted by client. Is there any other way to display SVG format logo in Appian without facing above issue? Please find the code below for reference - a!imageField( label: "Image", labelPosition: "ABOVE", images: { a!documentImage( document:cons!SVG_IMAGES ) }, size: "MEDIUM",isThumbnail: true, style: "STANDARD" )
Hello, I'm on the hunt for a pattern for how to best implement a risk assessment framework into Appian. Customer ask is to assign risk level characteristics (H, M, L) to various categories. I've played with a 'Grid', card layouts and not seeing anything I love. Ideally want to give it a more "dashboard" look/feel. Thanks!
Hi Team, Is there a way to hide default navigation and logged in user icon in the application? Client doesn't want the same. Could someone help?
Hello, I am facing a style related issue in newly generated pdf file, i am using a HTML Doc from Template smart service where i am passing a sample html with ### placeholders then passing this new html to PDF from HTML smart service everything working fine except the styles the new pdf didn't carrying the styles so the new pdf looks distorted. please help me to resolve this issue, Thanks in advance. , Shahid
I'm trying to use encryptvalue() and decryptvalue() in my existing rule. The purpose of using this function is to encrypt a value before inserting to Appian Cloud Database and decrypt a value when reading it from Appian Cloud Database. When trying to use encryptvalue(), I got an error saying ```Expression evaluation error at function 'encryptvalue' [line 2]: This plug-in [com.appiansolutionengineering.encryption] is not registered to access secured values for the given external system key [encryptdecryptkey]. Check the external systems plug-ins list in the Administration Console.``` Currently, I don't have any third party credentials nor Plug-Ins registered. How to use encryptvalue() and is there any other work around for encrypting data in Appian Cloud Database?
Hello All,Is there a way to track / get a count of number of nodes within the process models for each application that was created? I am currently reviewing all the applications that was created and I am stuck at this point during the documentation. I know there's a way in health check report to get the process model details which uses too many nodes but my task is to get node counts for each process model irrespective of max or min nodes criteria. Any help?
Hi Everyone, We have requirement where external API expecting a Appian Document as BLOB URL where external system to download/read the file. In simple words How to upload a Appian document as BOLB URL to external systems? Thanks in Advance.
Hi All, Need your help in the following issue: Please how can I get the difference between two dates should not more than 24 hrs? For example 1 : Start Date = 7/1/2024 12:00 AM EST End Date = 7/1/2024 11:59 PM PST if user enter the above dates and time than Don’t allow to select since the difference is > 24 hours Thank you in advance for your help!
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.