-
Recently active
is this true ? Refresh variable's control is only limited to single interface not in nested interfaces ?
Hi Team,I'm having a function which calculates the time difference between a date time( output of a rule) and now(). then applying hour() to find how many hours it differing. But incase I'm checking this at 06-11-2023 7:00 am(output of rule) and my current time is also today 7 am , it generating Interval (Day to second) in negative like -0::00:06:37.727 due to millisecs difference, so while taking hour for this converting 0 hour to 23 . but what I need is 0::00:06:37.727. so that my hour difference calculation will return 0. Anyone know how to do the conversion or any better solution?Thanks in advance[mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Hi, Can you please suggest that what need to be changed or checked..The scipt is not able to fill login and password in window.
hi, i want to know is there any way we can extract data from this kind of string. "[place_id:519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e,address_line1:London,city:London,address_line2:ENG, United Kingdom,country:United Kingdom,state:England,county:Greater London,formatted:London, ENG, United Kingdom]" i want to get data as { place_id:"519fcdaacfd556c0bf591a4bfd61f0c04940f00101f9014600010000000000c002089203064c6f6e646f6e", address_line1: "London", city: "London", address_line2: "ENG, United Kingdom", country: "United Kingdom", state: "England", county: "Greater London", formatted: "London, ENG, United Kingdom" }
Hi Team, I have requirement to get the groups names which has the input value which we pass. For example: If I pass input value as "United States" I should get the group with the name "<App prefix>_United States", India => "<App Prefix>_India" Can anyone please help.
I have been in the construction industry for quite some time now and am looking to make a career change. Over the last few months I have learned some AWS and have obtained my AWS cloud practitioner certification. My girlfriend has a job working with appian and she suggests that I learn appian and try to get a job do that. I’m worried that with no prior work experience or a bachelors degree that I won’t be even looked at even after I get the 2 appian certifications (appian associate developer and appian senior developer certifications) does anyone have any experience on this? https://tutuappx.com/ Vidmate
which gate way can be used to execute 2 flows at a time
Hi fitnesse working very slowly on window server. however, it is working smoothly on window 11. can you please help me? in case of anything is to be enabled on to server for running chrome Thank you in advance!
We have compare and deploy set up between Dev and Test. Packages can only be deployed after manager approval. Let's say package 1 contains ABC Process (version 1). This package is submitted for approval. Later, package 2 is created and contains ABC Process (version 2). This package is also submitted for approval. The manager approves package 2 before package 1. After both packages are deployed, will ABC Process in Test be (version 1) or (version 2)?
I have a web API that gets and downloads a file when the end point is hit. Is there a way to set the download file name to a value that is passed into the web API as a query parameter? We don't want to permanently rename the actual file itself, just the download file which the user gets when they hit the endpoint.# Below is what I have so far. Thanks for any help!
I want to validate if a given value is a valid json or not but it's not working for numeric values. Please suggest a way to validate it properly. isjsonvalid(1234) isjsonvalid("123") Both of the above statements are returning true even though they are not json.
Is anyone running Appian in Azure Container Apps? We are a current Appian Cloud customer and wanted to experiement with standing self hosted up in Azure Container Apps but are unable to get access to the media and a trial license without setting up an agreement. https://kodi.software/ https://dltutuapp.com/tutuapp-download/
Hi All, Currently, I'm working on exporting the data store entity to CSV. I tried to use the "Export DSE to CSV" smart service. and our requirement is to use the $ symbol as a delimiter. However, the smart service only supports the predefined list of delimiters. please refer to the below screenshot. If I try to use other symbols, I get the following error."Invalid csv delimiter $. A CSV delimiter must be one of the following values: "TAB", "COMMA", "SEMICOLON", "SPACE", "PIPE", "CARET" (APNX-1-4505-027)" Is there a way to use different delimiter other than the predefined list? Thanks
Is there any smart service available that will give the list of Data Store Entities present in the given Data Store?
I need to implement following Excel 1 with Data in Sheet 0 Excel 2 with Data in Sheet 1 Need to have Output Excel with two Sheet having data from above excels. Output Excel- Sheet 0 will have data from Excel1 and Sheet2 will have data from Excel2 Can anyone suggest
I'm trying the plugin to upload an image but for some reason I'm getting this error my plugin config is this
I'm creating an invoice from an HTML template then I'm converting it into a PDF but the qr codes are nor being shown in the document. I've tried many ways the first one was converting this image into a base 64 image with a plugin called "Base64 to Database Services" this approach didn't work for me this is an example of how i add the base 64 image what i notice is that if i a generate a base 64 with another platform it also gives me a kind of path like this this is an example of how i place the generated base 64 image
Write records is refreshing record type only after enabling the activity chain. Is there any other option to refresh record type other than enabling the activity chain.
a!gridColumn( label: "Ticket Id", value: a!richTextDisplayField( value: a!richTextItem( text: fv!row.issueId, link: a!dynamicLink( saveInto: { a!save(local!selectedTicketId, fv!row.issueId), a!save(local!showDetailsPage, true()), a!save(ri!showLinkedIssues, true()), a!save(ri!newShowDetailsPage, false()) } ), linkStyle: "STANDALONE" ) ) )Can we open a dynamic link in a new tab or is there any way to open in new tab
Hi, How to write syntax for rich text field I found hints from the cheat sheet populate FIELD_TYPE field [FIELD_INDEX] with VALUE(S). Can you please help me to know what will be FIELD_TYPE? I tried with paragraph, text, rich text field, and rich text field editor. Thank you very much!
Above is what my substitution keys look like. Below is what I am seeing in the PM designer for each key. Some of the keys do appear normally. Below is for the key poss. I have keys which are not underlined that are producing the same behavior. This word document was provided to me by the client. It is a paper form that customers would fill out by hand. p oss Any idea what the issue is? Can anyone reproduce this? I could send a portion of the document to anyone interested.
Hi Experts I have a DB Script in which a column have the French language data(Conversion of English fields name). I import the script but after importing the data, the data is not correct as It is giving question mark(?) for few letters in the French word. Example: complète ( French Word ) ---------> compl?te (After import is complete). I used every default setting such as UTF-8. If is there any solution then tell me in steps Thanks in advance.
here am using record to display the grid along for that grid need to add the filters a!localVariables( { a!gridField( labelPosition: "ABOVE", data: 'recordType!{81e1435a-de76-4bff-8b85-6ae5a581d036}Documentation Checklist', columns: { a!gridColumn( label: "CIF", value: tointeger( fv!row['recordType!{81e1435a-de76-4bff-8b85-6ae5a581d036}Documentation Checklist.fields.{cif_int}cif_int'] ), align: "START", width: "NARROW" ), a!gridColumn( label: "Customer Name", value: fv!row['recordType!{81e1435a-de76-4bff-8b85-6ae5a581d036}Documentation Checklist.fields.{customerName_txt}customerName_txt'], align: "START", width: "1X" ), a!gridColumn( label: "Source", value: a!linkField( links: a!recordLink( label: if( rule!APN_isBlank( fv!row['recordType!
am trying to create read only grid using record type but am getting this error, record type is updated only
Hi, we need to create an integration with JMS on Cloud, being able to send messages to an external JMS Queue or Topic, and starting processes with a receive Message Event This can be easily done in a OnPremise Installation, but according to the documentation, this is not supported on cloud, but most of the cases can be achieved with a plugin from the market, but in the market we only find two old smart services that are only supported in previous appian versions. How can we achieve this requirement if we are working in an on Cloud instance? Regards
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.