-
Recently active
while crteating a constant to the all users group , after naming that constant with the name it is showing like that "name already exists" i need solution for step 4
I have two dates ex. 03/05/2021 & 03/10/2021, I am trying to get all dates within this range. (i.e 03/05/2021, 03/06/2021, 03/07/2021, 03/08/2021, 03/09/2021, 03/10/2021). Please help me with it.
Hi Please be informed that i am trying to provide validation for a one user input field in a pattern like P (upper case).7 digits.2 digits.2 digits (if applicable) i have tried like below but for two conditions it was not working if first letter P is lower case also it was returning true and for last 2 digits if applicable then only it will be having those digits but it was expecting those two as mandatory. Could you please suggest on this a!localVariables( local!input:"P.8790889.87", local!pattern:"[P].[0-9]{7}[.][0-9]{2}[.][0-9]{2}", local!output: regexmatch( local!pattern,local!input ), local!output )
How could I query a database using a!queryFilter where the field it checks is an integer and would check if the search value is included in the whole integer?e.g. If I searched "123" and one of the record items had an Id that is 123456789, I would like that item to show up in the resulting list.
Hi everyone, I'm having a CDT (CDT01) with fields: {id: int, name: text, information: {id: int,fieldId: int,address: text}} As you can see, the information field contains a different CDT (CDT02) that is nested inside CDT01. I would like to sort a list of CDT01 based on CDT02.fieldId. Is there any solution for that? I tried toDataSubset and dataSubset but seems like I can only index the first layer of the CDT. Thanks for helping :)
Hi, we have a process with 2 tasks. When the first task has been completed, there is a subprocess that elaborate different script and, simultaneously, second task has been opened in chaining. Second task is used to preverse chaining in the process, meanwhile the activities of subprocess are on working. Until the subprocess has not been completed, if user click on submit button, task has been generated, This is simple example: Sometimes, after completed the second task (without subprocess completed), system regenerate the task with SUBMITTED Status and user cannot retrieve it in the task list. Do you encounter this problem? Is there a way to solve it? Thanks in advance. Regards, Juri Monti
Hi, i am trying to develop a smart service plugin for the first-time. I wrote a sample appian plugin xml how ever to add more xml tags and their attributes in appian plugin xml, we need to look at xml schema namespace of appian plugin xml, can someone please help me know where can I get the xml namespace to look for more xml tags and their attributes to add in appian plugin xml file
Hello, Why and what is better to use data type or record type? Thank you.
Hello, I have a problem on my form interface that I can't figure out, I have a dynamic input that can add more paragraph fields if needed but when the form is submitted, two records are created with the same data saved, and only the last text from the different paragraph fields created by the dynamic input is saved in the duplicated records but with 2 differents ID. I'm new to development and to Appian and I'm not english so I have difficulties to understand what can be the source of the problem, I tried many things using documentation but it's unsuccessfull. All my form's data is saved in my record type "HELLO Evaluation", except for the text from the different paragraph fields who are saved in my record type "HELLO Objectif" by a one Evaluation to many Objectifs relationship. Here's my code, I suppose the problem comes from the paragraph field code (259 to 288) or the submit button (348 to 376) but I'll give you all of it in
i have a use case, where i need to display two arrays - a before and after if you will. local!array1:{"Dog","Cat","Mouse"},local!array1:{"Dog","Cat","Mouse","Elk","Rat"} ideally i'd like to display them in a grid, so that the user see's a nicely formatted list - which I can then add some functionality too. Something like :----BEFORE---- AFTER-------------------------------------------Dog ----- Dog -------------Cat ------Cat ---------- ----Mouse ---- Mouse ----- ----NULL ------- Elk ------------Null ------- Rat ----------However / whatever i do, i keep tripping over that the gird only really wants to parse one data array. if i try using the two different arrays in the row then I soon trip over having different array lengths.Any ideas ?
Hi all, I am trying to extract data from PDF using AI skill document extraction , but it is not working. Is it working in community edition?
hi every one i have some valus whih is representing in the precentage formate example 1)908743.2% and some other like 2)23% it was data population in grid field my query was if the value contain length of 2 then need to print asit is but if it was more that length of 2 like i shown in example 1 it should show only 2 digit value if value was 33% i want show same 33 % if the value was like 98567.23% i want like 98% note : there is no fixed length for the number which display on grid
Hi i am getting 404 error when i am trying to use webapi/printRecordToPDF approach for printing record view from a safe link. if anyone encountered same issue would appreciate steps to resolve the same. for safe link i am sending record url along with identifier and url stub and onclick i am trying to invoke windows print method for pdf. Thanks in Advance
Hi Team, We are using Log Reader plugin to read the site_usage.csv log (https://community.appian.com/b/appmarket/posts/log-reader). However unable to read sites_usage.csv from path "audit/sites_usage.csv" using readcsvlog plugin, after Appian upgrade to 23.3 , however we were able to read audit/user_management.csv This function is working on older version of Appian (23.2) Please let us know if there is any way to read the site_usage.csv log besides this plugin. Site_usage.csv User management CSV
Hi I am working on task where i am supposed to generate a pdf , using "XML" method , I created template and build this process model , but i don't know what to do next, can some one direct me through the steps or share an example maybe? Like how should i pass the data in the scrip in xml form ?
I want to generate the pdf using XML expression , you can explain the steps to do that , i want the first using this process model to build the dynamic pdf , in the script task i passed the parameter from the inteface then i must do the xml expression , you can help ? i want to pass three parameter , the first parameter is the requestDetails , requestDocument , Generate (this rule input for the button when click on it to generate the pdf)
this error am getting, unable to figure it out
I have set up an integration with Salesforce to bring in Salesforce Opportunities and create records in Appian. I have created record types for the Opportunity, Content Document Link, and Content Document tables. What I need to do is upload any documents in Salesforce to the corresponding record in Appian. I.E. User creates Opportunity in Salesforce and uploads a document. That Opportunity syncs to Appian and creates a record in Appian. I also want to bring the attached document over from Salesforce and attach it to the record in Appian. Through Content Document Link and Content Document, I can see the attached document, I just can't download and attach. Has anyone done this before or can give me pointers on how to do this?
How to generate a dynamic docx template from images with description appended adjacent to it
I would like to convert the following XML to a CDT. I have no problem capturing the values in Key, LastModified, and Size using torecord(). However, I do not know how to create a field in my CDT to capture DisplayName using torecord() since it is nested in Owner. Please let me the best way to get the data in this XML. <Result><Key>Mock_Doc.pdf</Key><LastModified>2023-10-06T02:19:06.000Z</LastModified><Size>38864</Size><Owner> <DisplayName>Tracy</DisplayName></Owner></Result>
- Robot without parameters - Robot without environment variables - Waiting for a resource
I have a requirement to run a process once scanning a QR code. How Can I achieve this? Please suggest some solutions.
Hey everyone, I've been going through the Appian Documentation for the "Send E-Mail Smart Service", and I have a question about adding recipients in the "To:" field. The documentation suggests various methods for adding users or groups, such as typing their names, selecting them from a list, or directly inputting email addresses with semicolon separation (;). One concern I have is the design flaw when manually entering individual users, without using a group. Is there a way to find them later through some interface that allows me to find these users? My goal is to detect whether any of the manually entered individual recipients (e.g., the logged-in user, or any user that we will enter) appear in the "To:" field by searching through ALL the Process Models at once. Additionally, I'm uncertain if there is a way to search through all the Process Models (maybe by using: Process Modeller -> Tools -> Generate Documentation). If you have any insights
Hi All,Will readcsv("login-audit.csv") fetches all users login audits if we are on high availability cloud (Having more servers)?Or do we need to do anything extra to get the audit logs from individual servers. Thanks in Advance,Ramesh
I am using community version of Appian so is there any way to run macros in excel using community version only?
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.