-
Recently active
Hello Everyone, I am trying to show a hyperlink field in a word document which generates from 'Docx from dynamic template', the URL for the hyperlink will be dynamic passed from a rule. I tried using the merge field logic to show dynamic hyperlink but couldn't find a solution. The link always redirects to downloads/URL something like - C:\\Users\Downloads\mergeField. I would like to know if there is a way to link a dynamic URL. Thanks in advance. I tried the merge fields based on the blog below, but it didn't work. blog.softartisans.com/.../ The hyperlink is always redirecting to downloads as shown below. Tejaswi
Good morning everybody, With the plugin Dynamic Document Generator I can not modify the fonts, I can not add unicode symbols of special characters like the checkbox, the html page is saved in a single page, the borders of the tables are displayed differently from the html, do you know how I can solve all these issues that I can put chech box, generate more than one page and the borders when I want to move from HMTL to PDF. Thanks
Hi everyone. I am planning to implemnet sso using GOOGLE account credential. does any one implemented this. Please share if we have any documentation or any video tutorials on the same. Thanks Venkat
Hello, SFTP Send File smart service is failing with the error Connection refused. Third-party credentials are setup and have not changed. The plugin has access to the third party credentials. We are passing the values to the smart service as below: File Transfer Configurations: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: cons!SFTP_HOST_NAME, (text) serverPort: cons!SFTP_SERVER_PORT_NUMBER, (integer) scsExternalSystemKey: cons!SFTP_EXTERNAL_SYSTEM_KEY, (text) usePerUserCredentials: false(), (boolean) ) Remote File Path: /filePath/fileName.pdf Document To Send: Document Can you please let me
Hi All, I have a PM wherein im calling few processes- async and sync. The structure is -> Start node-> script task-> sync subprocess -> gateway-> sync subprocess -> start process-> start process-> scrip task and so on.. Every day few instances get error on the first start process(i made it bold ) with the following error Error when parsing process details or variables Also when we restart the node, the process runs without error. We have trd if the variable that we send is not in proper format . We are passing only one cdt pv to this start process. I am not understanding why the error would come, is it coz of the engines beign busy? but why alwasy on the same node? If anyone could make this all sence or give a solution, it will be time saving for us. Thanks in advance.
Hello Techies, I am looking for ways to extract a list of environment constants in my application. I know I can export entire list of constants and look up the properties file but is there a better way within designer to achieve it?Thank you!
Can we Trigger a Process Model from a Process Model by running a!startProcess() from script task ?
Requirement: Implement Single Sign-On (SSO) for your application. Updated the Service Provider Signing Certificate in Appian. Generated a metadata file and sent it to clients. Configured the file and received an "Identity Provider Metadata" file, which was then configured in Appian under "Identity Provider Information". Questions: If I change the certificate that is already configured on the Appian side, will SSO authentication fail due to a metadata mismatch? If it should fail due to a certificate change, why is it that in my case, when I change the certificates on the Appian side, the SSO works fine, and I am able to sign in to the website? The certificates are generated by the IIS manager on my system.
I'd like to implement SSO using https://keystonelogin.external.beta.pa.gov/swagger/ui/index#/.I've implemented this in two different LowCode/NoCode environments and all that I need to get working is: /api/v1/session/login /api/v1/app/user/data Both RESTFul API endpoints. Can you point me to any tutorials or guides on how I can set this up? Thanks, pete
Hi, is it possible to invoke multiple a!startProcess inside appian web api?
We have a process model and it contains some scripts and another subprocess between two user tasks all nodes are connected by activity chaining, User sometimes receives "Action is completed" although there is activity chaining and by analysis this happens when the subprocess takes time so by search we found that we have to increase conf.suite.REQUEST_TIMEOUT_IN_SEC in custom.properties so we increased it to 180 but still this behavior happens and the subprocess takes 28 seconds
I exported the whole app package from lower env and deployed it to higher env, but some groups were missing after deployment. I'm sure they were in lower env, and they are no new groups, they were in higher env before deployment. I saw conflict about the missing group, could this be the cause? But if these groups fail to import their old version should be kept right? How come I couldn't even found them in objects.
i have like this data in bd based for one cif we may have multiple child request id i have to show the data in editable grid like below
Hi Team, I am getting a below error: [Appian Work Item - 617826 - WorkID 530 - execution02 - process 537400621 - model 281 : UnattendedJavaActivityRequest] ERROR com.vuram.pgp.util.KeyBasedLargeFileProcessor - message integrity check passed. Is anybody else is facing this issue? Is there any way that i can resolve this error? Thanks, Sayali
Hidden process variable is hide from reports other than that is there any other scenarios where we can use those variables?
If I have four tables in a database how do I export them in a single sheet of Excel? 1
I have the following queries related to Data Fabric: Is Data Fabric feature available in Standard capability tiers in 24.2? Is Data Fabric and Data Fabric Insights different? If Data Fabric feature is not supported in the Standard tier of 24.2, how to use reports created in the old version (24.1)? Please share your input.
Hi Appian Community, [mention:5357deb643314f689f0553cc98556414:23b05a61c3e5445190d9bfa00453bce4] [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:92ac9d4559ff43edb28eaa01ed77691b:e9ed411860ed4f2ba0265705b8793d05] In our recent Pen testing report it was found that JSessionID is Visible in the browser's Developer tools under Inspect functionalities. Creating Security concerns in pen testing report . Anyone had previously been with such issue or Have any Idea how to handle the scenario.
Join us on July 10 at 11AM ET to learn about our newest beta program, Appian 3D+. By integrating your 3D models with the Data Fabric, Appian 3D+ unlocks new ways of getting value from your digital assets. In this livestream, we'll demonstrate key features, discuss real-world applications, and answer any questions you have about Appian 3D+. Turn on notifications to make sure you don't miss it!
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?
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.