-
Recently active
Does anyone have a good example of a plugin where the output of the smart service is a CDT that was defined by the plugin? bonus points if it's a nested CDT. I'm getting really close to getting this to work. I have the CDT being successfully created by the plugin, and the smart service shows the correct type on the output tab at design time. When I execute the process model, I get a runtime exception: 7:39:50,921 INFO [stdout] (default-threads - 36) 2021-12-13 17:39:50,919 [default-threads - 36] ERROR com.appiancorp.suiteapi.common.TypedValueParameterConverter - Cannot convert TypedValue17:39:50,921 INFO [stdout] (default-threads - 36) java.lang.IllegalArgumentException: Argument is not an array17:39:50,922 INFO [stdout] (default-threads - 36) at java.lang.reflect.Array.getLength(Native Method)17:39:50,922 INFO [stdout] (default-threads - 36) at com.appiancorp.suiteapi.common.RecordConverter.convertPara
Hi Community, I'm trying to use Advance document Templating Plugin's smart service PDF from DocX to convert a DocX to PDF. I've attached the example DocX I'm using below and the resulting PDF. The conversion occurs I get a new PDF but a table is missing and the images are displaced. On the community someone mention using DOCX From Dynamic Template smart service before it, but I still get the same results probably because I just have a blank value of "<project></project>" for XML Data Model input. Has anyone else run into a similar issue or know of a fix for this? Thanks, Eric Example Doc: [View:/cfs-file/__key/communityserver-discussions-components-files/19/sampleTables.docx:320:240] Resulting PDF: [View:/cfs-file/__key/communityserver-discussions-components-files/19/NewDocToPDF.pdf:320:240]
HI All, Where can i find release notes for older versions of Plugins.I want to compare the version differences between the latest and previous versions. Thanks, Sai Kiran Pannala.
Hi , we have an on-premise environment and we have installed the this plug-in ( google chart component ) in our environment, and when we started working on it we are facing below error, i have attached a screenshot of the issue .we are using 21.3 version. thanks in advance
Hi, Google Maps Integration is working and displaying fine in Appian Mobile App but the same is not getting visible in Interface, only web content is getting displayed. Checked Integrations and plug-ins, it is working fine and correctly installed. In laptop interface, it doesn't load the API, the API_KEY is working as I am able to see the details on phone after searching. Is there any special setting which I missed to configure the API. PFB the code snippets which is part of cardLayout: ---------------------------------------------------------------------------------------------------------- googleMapsDirectionsField( label: "Directions", labelPosition: "ABOVE", height: "AUTO", googleMapsApiKey: cons!BM_MAPS_API_KEY, origin: local!finalOrigin, destination: local!finalDestination, enableZoom: true(), enablePanning: true(), enableStreetView: false(), enableTrafficLayer: true() ), googleMapsDisplayField( label: "Display", labelPosition: "AB
Hi All , How to use Regular Expression for Validation . I am getting this Error : Expression evaluation error at function 'regexMatch': The function 'regexmatch' is unavailable.
How to configure/Integrate a plug In in Appian Admin console..? is there any particular procedure? and share me if there is any helpful documentation links
Is there any Plug-In to convert IP Address to Lang and Lat? I am trying to get the User current Location, I have its localIp using IP tracer Plug-In, Using GeoCode to convert Lan and Lat to Pin Location. Not able to find any way to convert IP to coordinates inside Appian.
We need a plugin to integrate Filenet with Appian 21.3. The plugin should be able to support Support for SOAP attachments Support for Base64 attachments We had been using "Advanced Call Web Service" plugin but post Appian upgrade to 21.3 with removal of TLS1 and TLS1.1 protocols, it stopped working. Any leads would be helpful.
Is there any way in Appian to read data from Microsoft Powerpoint (.PPT) file?
Hi i am using the getDocumentFromFolder() function from a plugin. The sortBy paramater was not accepting the value "created". Please advise on what to do. Thank you
In short, is there a way to use the Deployment Automation Manager to run a flyway repair command to recover from failed DDL executed via Flyway, or is there anything planned for a future version of the plugin to allow this? Some more background: I have been through the documentation of the Automated Deployment Manager here: https://community.appian.com/w/the-appian-playbook/198/deployment-automation Using what is documented, I have been successful in using the `-flyway_path` and `-ddl_ds` options to deploy database changes to an appian instance hosted by appian cloud, against the underlying MariaDB. In the process of proving the above, I learnt that MariaDB does not rollback DDL when it rolls back database transactions. As a consequence flyway leaves the flyway_schema_history in a state that requires manual intervention and that blocks further flyway migrations until a repair is done. Flyway has a documented way from recovering from failed migrations, which is
We have MS Poller configured for one of our application. We noticed that MS Poller smart service is not able to ingest .MSG files as an attachment, however associated mail is ingested. (Email attachment inside another email). Kindly assist.
Hi, I am trying to export SQL to Excel but the base template would be XLSM due to macros which will hide/show columns based on certain rules. The actual file being generated by the plugin is XLSX and due the file file containing macro excel throws file corrupt error. If I manually change the generated file extension to XLSM everything works fine. Is there a way to change XLSX to XLSM within Appian or contain macros in XLSX template files. Thanks.
We are building a bulk document export functionality for our application, for which we are using the Add Documents to Zip Plugin. It seems that Add Documents to Zip Plugin supports certain file types but not others. So far I have not had an issue with docx, excel, PDF, or image files, but html files do not seem to be supported as part of this plugin. Is anyone aware of what file types are or are not supported by this plugin? Additionally, when two files of the same name are added, the document paths of the two files are identical and cause an error. Is there any way of getting around this? Thanks! Carson
Hello, It is not the first time I do that but today I cannot download a plugin. I always receive an authentication error: "Authentication failed. Please check your credentials and try again". I'm well connected with the new connection way with 2 factors identification. Have you the same issue ? Regards
Has anyone come across the following error while opening a .docx file generated via ADT (DOCX Document From Template): Unspecified error Location: Part: /word/footer4.xml, line:0, column: 0 This error is only introduced after the doc is generated using ADT. The template being used works fine when opened using word.
Hello, We have configured SFTP Functions plugin and using the smart service "Receive Files in Folder Over FTP". Though this has worked how it has to at first, now we were not able to retrieve files from FTP and the error we see is " Name or Service not known ". Don't know if this is something related to network side credential change/ some change in the plug-in itself. Please let me know if there are any leads on this! TIA Jahnavi
Hi All, I have a requirement where i need to pass two different images over different location in docx dynamic template. «[#list logo as logo]» image«[/#list]» location 1 . «[#list lang as lang]» image«[/#list]» location 2. As there are two images to be added , i am passing ={logo:pv!photo,lang:pv!photo} to the Image input parameter of the smart service. But only the logo paired image is getting displayed and the other one doesn't show up. So can anyone help me in the syntax or the annotations needed to get these images rendered?
Hi, I am developing a function plugin for appian. I am following the steps in this page https://docs.appian.com/suite/help/20.2/Custom_Function_Plug-ins.html am confused about one thing. Where do I actually include the java files for my plugin? I am inclined to put them under the functionPlugin package, but the documentation is confusing. This is my current path. I have appian SDK and google 3rd party library under referenced libraries. Is it fine to include 3rd party libraries, and did I locate them in the right folder? The reason I am confused if I included the dependencies in the right folder is that in the url above. it is mentioned in step 14 to "Add any JAR files required by your custom function to the src/META-INF/lib/ folder." Technically my function depends on the ORTools library, but can't i just use it as a referenced library? this is what they recommend on the website. do the dots in "com.example.plugins.<YOUR_
Hi, My use case is the following. I need to automatically assign new daily batch of tasks to workers. Each task, worker has a set of skills. The task's skills must match the worker's. Additionally, the algorithm must assign/distribute tasks as equally as possible. I have come up with a way to do this by reducing this to a graph/flow problem. Problem is, it is super hard/impossible to implement this in an expression rule. As such, I want to develop a custom function in appian in Java. Which way is better to this, via Servlet or custom plugin? Thank you,
Hello everybody,in one cloud of ours (running Appian 21.2) we are facing this issue.We have uploaded the plugin: "Text File Utilities 2.0.0" in order to use the readtextfromfile() function.When we type the name of the function readtextfromfile in a rule, the name of functionis suggested by Appian, but when we execute the function, the following message appears:"Expression evaluation error at function 'readtextfromfile': The function 'readtextfromfile' is unavailable."I also looked at in the tomcat-Stdout.log of today but I did not find nothing related to this plugin nor to the function. Last, this problem does not arise in my personal Community Edition.Could you please give me some advice or suggestion? Any help is greatly appreciated, thank you in advance.Best regards,Paolo
Hello everyone. Is it possible for me to set the Source Document in Send File Over SFTP in my Appian folder and find the files based on the file name list provided by a process variable. Any help will be highly appreciated. Thank you.
Hello everyone, I attempted to use Send File Over SFTP and set a folder but I am getting an error below. Is it really possible to send a folder will multiple files inside using Send File Over SFTP? If yes, may I ask for guidance how to do this? Or any solution how can I send multiple files to SFTP because the way I see it we can only send one file at a time. Any help will be highly appreciated. Thank you.
Hello everyone, I am working with an SQL developer and he created a stored procedure where each time a I saved a record in his staging table, I need to execute his stored procedure to transfer the records to our main table. I am just not exactly sure how I will add it in my process model. I am adding records to his staging table through process model too by using Import CSV to Database v6. Next step should be calling his stored procedure to transfer the records to main table. Any help will be highly appreciated. Thank you.
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.