-
Recently active
I want my label to be thick and bold
Hi All,I've a question relate to array.I've a array like {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}Want to print in row and column for mat like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Currently we have 18 items. It can be 25 items, 100 items, 200 items and so on...I print all items in rich text in column layout.
"
When I create a group using the `Create Group` smart service, it inherits the security from the Parent group configured. In addition to that it also adds the initiator as Administrator in the Security. Is there any way to remove that in the process and not manually?
Hi All I have requirement to get the values between square brackets iam achieving it with the help of extract function but when i was trying to insert the brackets after entering value and if my text value has uneven number of brackets it is erroring out can you suggest is their any other alternate way to achieve this
Hi all, I have a use case where we want to start a process (process model independent of parent process) in different Appian environments from its parent process model. So we need to accomplish an action in appian environment 1 and appian environment 2 once certain actions are completed in appian environment 3. PM in appian environment 3 should trigger PMs in Appian environment 1 & 2 upon its completion, we cannot use web API or integration here. So I wanted to understand if we can make use of 'start process by email' option to start multiple process which are in different appian environments. Also if we have any other better approach for this scenarios? Any suggestion here much appreciated. Thanks, Preji
Hello! How can I make a query (it would be based on an id introduced by the user in the start form of the process) to a record and save the value to a process variable, in order to use it further in the model?
Hi! I´m trying to make a logic between a value entered by user in my process model and a related field (linked by relationship). But the logic isn´t working and I dont know how to pass the relationship in the model (as I do easily in the interfaces). In the first "write records" the relationship appears in the node inputs But then, when I make the logic in the XOR, the relationship does not appear. Even if I put it manually, the logic fails. What can be causing that?
Hi! I am facing a problem in my process model. The fact is that, when I run the process for the first time, the fields introduced by the user (interface from start form) are saved correctly. But when I finish the process and I try it a second time, the values of the process variable are not overwritten ( they are correctly written in my record, but it is like they are not saved in the process model, so all my logic runs according to the first time introduced fields). I have some captures of the problem: Fields introduced for second time But when you search in process variable, the recordFact fields are not updated The most confusing thing is that, even though it seems they are not saved correctly, the updates appear in my records Any help would be useful Thanks a lot
Hi! I have created an app in which the user enters some purchase order fields, and one of them is a PDF file, saving each file that is uploaded in a constant folder of documents. When I end the user task, the document is saved correctly in the folder. But the fact is that I want that the exact file which the user uploads (related with a Purchase Order ID), to be shown in the summary view for each Purchase Order ID. By now I can upload a the same static PDF for all the summary views, pointing to a constant. But I would want to associate the PDF with its order and show the correct one for each PO. How can I do that? Thank you so much for your time
Hi! I´m trying to reference a related record action (update of fields, which has another interface and works properly) in another interface. I´m using the "record action field" component in the interface menu, but some errors appeared: First of all, I tried to emulate the same code that I had in my related record action, but it doesnt recognize the rv!identifier and the following error appears ("could not find variable rv!identifier") That´s why I skipped that part and tried to put only the rule, being my code the following one: In this case, the related record action appears correctly in the interface. But the following error appears when I click in the button ("An error occurred while applying the context for the CPF Maestro Pedidos related action [identifier=235]. Details: The record data does not exist, has been deleted, or you do not have sufficient privileges to access it.") On the other hand
Hi All, I have requirement to read content of PDF having Table and Paragraphs which is structured and unstructured and store it into TABLES without any manual intervention. I have used the Appian inbuilt feature doc extract but its not providing me accurate reading capability like some fields are readable but some are not. https://docs.appian.com/suite/help/23.2/evaluate-doc-extraction.html We would like to stick with Appian as it keeps the doc in Appian rather than using Google Any suggestion will be helpful Thanks
Hi. I have a dropdown list. It fails when I select one of the values. Here is the code: a!localVariables( local!formAnswer: { function: "", subFunction: "" }, local!dynameiceValue: { functionList: rule!JRA_QRY_getBusinessOwnerFunctionList_AbbVie(), subFunction: rule!JRA_QRY_getbusinessOwnerSubFunctionList_AbbVie( businessOwnerFunction: local!formAnswer["function"] ), }, { a!dropdownField( label: "function", value: local!formAnswer["function"], placeholder: "select", choiceLabels: local!dynameiceValue["functionList"], choiceValues: local!dynameiceValue["functionList"], saveInto: a!save(local!formAnswer["function"], tostring(save!value)) ) } ) I get the options by query rule and put it into a variable. It looks like good. But it will throw the error when I select the value. This is the error message: Interface Definition: Expression evaluation error at function a!dropdownField [line 23]: A dropdown comp
We want to be able to launch the X appian instance from the Y so that the details can be passed by the system.
We are getting some error while calling a sub process from a main process with the following error:Invalid 190dbe45-bafb-4e8c-92bb-e7ba7605bb0e: Cannot validate type, incorrect number of elementsThe UUID is referring to the record type. Any idea on what might be the root cause for this??
Hii, To set up and run the SFTP, after installing and importing in the Appian, the required details are needed for the interaction, as listed, server hostname server port scsExternalSystemKey private key file server username: server password: And upon searching through the Appian website, I found this Obtain SFTP Credentials: Contact your system administrator or Appian support to obtain the SFTP credentials required for connecting to the Appian Server. You will typically need the SFTP server address, port number, username, and password. And please suggest the best SFTP software among them: WinSCP, Cyberduck, or command-line tools: OpenSSH.
Fitness Testing : How to write test script to validate grid field level validation messages through fitness I wanted to test fitness required field validation for a grid row and grid validation message. Please guide me with the cheat sheet code.
Hii, In the process of moving the log files from Appian to AWS cloud watch, I found a way i.e to possibly download the .csv and .log files in bulk amounts and then move them to the Aws S3 Bucket. So to do so I found a function in the SFTP plug-in, "queryappianlogs()" but not sure what are the parameters to pass like the SQL statements. Can you please help me to sort out this one, this allows me to download fixed to 1000 rows.
I'm in the appian designer and I'm trying to sort my datasets by description. Normally if you use an underscore "_" as the first character, entries with the "_" as its first character will appear at the top of the list when sorting alphabetically. Not with Appian however Anything with an "_" as its first character sorts to the bottom of the list, not the top. Example Any NameBny NameCny Name_ny Name Why? No one else seems to do it this way. I've worked with dozen of applications and none of them sort the "_" character last like this. Is this a bug or is Appian taking a page from MS' playbook and assumes that it knows better than everyone how sorting should work? How can I fix this or find a work around? I don't want to resort to using 1, 2, 3... in order to force my descriptions to sort properly.
Hi Team, I have a requirement to execute an expression rule by its UUID/Name. The UUID/Name of the rules to be executed will be saved in the DB, during the runtime the system should read the UUID/Name and execute the rule corresponding to it. Thanks in Advance !
I have a doubt in the parameter "Disabled". I have a form with some fields. For one of the field (Customer) I can select values via 2 options ( one from the dropdown and other is the text field) . These values are stored in dropdownCustomer and textCustomer field. I want to disabled the button if some fields are blank in my form. My doubt here is, for the customer field, there will be only one value present either the dropdown or the text field. If I check a!isnullorempty(dropdownCustomer), it maybe null but the other one textCustomer might hold the value. so, I need to check if any one of the field (dropdownCustomer or textCustomer) has a value, then I don't want to disbale it. Can someone please help here. disabled: or( a!isnullorempty(field1), a!isnullorempty(field2), a!isnullorempty(dropdownCustomer) )
We have created a document upload UI similiar like Image right as user wanted it like that.It has folder>subfolders or option to add one> document are uploaded. I have used for each to show hierarchy of folder then subfolders and file upload.issue is When i want to upload document to a particular subfolder it is populated in others subfolder file upload as value field is same for all.So I want to upload different douments in different subfolders(as we do in our PC) and should be able to save them.I have tried a!map but it does not support append.
Hi, I would want to ask how can I use the related fields (record relationship fields) in a process model. Now I´m passing a null value The relation appears in the "Write Record Inputs" And these are the outputs: Then, I have a XOR to put conditions to the related fields, but I think I´m not passing the values well because the logic is not working.
Dears, My requirement is to fetch the files from the Network Shared folder (\\shc-abc\xyx\) . Do we have any smart service to get the files from shared folders? Thanks in advance.
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.