-
Recently active
Using plugin DOCX From Template to generate word doc and using image bookmark to display image, how can we display image conditionally, it should display image if i pass any image data from PM.
Hi Community, I need to create a record type based on an external Airtable table. AirTable provides a REST API for querying the data, so I decided to create a Web Service based record type. I already created a connected system and confirm that is returning data. The issue here is the paging (due to the expected number of records) - Airtable does not accept a page number as (query) parameter, only the page Size. In each response, beside the record list, there is an attribute called "offset" that should be used in next request (send as a query parameter) to get the next page (and so on). When we get the last page, the offset attribute will be empty. Additionally, there is no way to know (in advance) the number of records in the Airtable. As the Appian paging is based on batch number, I do not have any idea how to proceed. Hope that somebody knows a way how to handle this type of paging. Thanks in advance
I want to edit the group's membership rules dynamically from Appian UI, do we have any smart service/function available to achieve the same? Thank you in advance.
Hello! Our integration with DocuSign just stopped working on August 29th at around 2:30 eastern. We spent the morning with DocuSign techs and were not able to resolve the issue. DocSign came back with "This would indicate that the mechanism relaying your auth token is either not properly relaying it or the token itself is being cut off. The messaging would indicate that it's not being included at all, and that the CORS related error I was seeing was a red herring related to attempting to send envelopes without a registered IntegratorKey. We have put in a support ticket, but is anyone facing this issue? And if so were you able to resolve it?
Some integrations (i.e. CRM Dynamics 365) have scopes tied to the environment. For some reason, this is the only parameter that we cannot put in an Import Customization file and it gets overwritten on each full deploy of the application.
Hello, I looked at the updates version of the Pinecone connected system V3.0, the embedding model is hardcoded to text-embedding-ada-002. Is there a way to make this configurable, so we can pass other models?
Hi, Iam getting error “An error occurred in executing an Activity Class” for ‘Docx from dynamic template”smart service .The plugin which used needs to be updated.Is the issue will resolve after updating this plugin?If its not please help me to resolve this as we faced this issue from aug 19 onwards and it is working fine before that, Attached the screenshots of node outputs ,node inputs ,system logs for reference.
Hello Team, As you all know that few of the functions from 'People Function' plugins are deprecated and can be removed at any time. Can you please help me with the replacement of functions with Appian out of box function. Below if the list of functions which have been used in our code, aregroupsaddedbyruleareusersaddedbyruledoesuserexistgetadmingroupspaginggetadminusersdirectpaginggetadminuserspaginggetallgroupsnamesgetdirectadmingroupidsgetdirectgroupmemberuserspaginggetgroupprofilegetgroupuuidgetmembergroupsdirectpaginggetmembergroupspaginggetmemberusersdirectpaginggetmemberuserspaginggetuseruuidgroupprofilerecordtypesourceisusermemberofallgroupsvalidatenameforuser Please let us know if anyone has already implemented code to replace above functions.
I am trying to get data from Salesforce. The connected application is functional on Salesforce (tested on Postman) but, I get this error in Appian Unable to retrieve access token The following error occurred: invalid_grant authentication failure whenever I test the connection of the connected system. Can someone please help me out with this error?
Hi All, We are currently on Kafka version 2.6.2 and using the Kafka Tools plugin(1.4.1). we are planning to migrate to Kafka version 2.8.2 or higher. I would like to know if the plugin supports this version. Thanks!!
Hi , Is there any plugin to convert html file to docx file? I see document utilities (plugin from aspose) says they have this option. But they only have docx to html but i need the vice versa.
We are trying to assert a specific payload onto an SQS queue from Appian to be picked up by an external tool and processed. Given that Appian doesn't have an AWS SQS interface natively, we've been trying to use the SNS Rest API to apply our payload onto an SNS topic and let a filter feed it to the SQS queue.However we're having a lot of trouble configuring our Message Query Parameter and our MessageAttributes.Does anyone have a sample POSTMAN, or even a screen shot of a successful Appian -> SNS integration with a message body and message attributes? Any help that can be offered will be gratefully received.
Hi team, We are Using DocuSign Connected System, we have a Requirement to send a mail to a Person and once that person Completed Performing DocuSign that has Envelope with the First person Signature has to send to the second Person to perform DocuSign. Help me in Understanding to implement this Requirement. Thankyou J Vinay.
Hi, I am currently working on a use case that requires the generation of JWT tokens based on PKCS#8 standards. I've chosen JWT plugin for this task. However, it seems that this plugin is compatible only with private keys that are based on PKCS#1 (RSA) standards. Is there any known workaround to fulfill this requirement ? Thanks,
Hi people. I'm in need of a solution for this situation: I'm using the OSM map component and I need to render a polygon / region in the map by passing a list of coordinates.Basically, a user can select from a list of regions. When the user selects region X, the map updates and shows the region X.Sadly I can't find a way to render polygons with this plugins, I can only render markers individually.
HI team I want to connect with legacy web service using API key instead of generic user id and password I generated the API key from web API Authentication in admin console also added service account in user groups however it didn't work Please suggest
Hi All, One of the if conditions in a XOR gate is defined as follows and the output is getting written to a DS entity. However, this code is getting stuck at the XOR gate level itself giving the error as below. Please advise:Error: An error occurred while evaluating expression: =a!localVariables( local!statusCode: if( rule!APN_isBlank( pv!RMO_CDT_TxnLog.responseMessage ), "400", a!fromJson( pv!RMO_CDT_TxnLog.responseMessage ).StatusCode), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" )) (Expression evaluation error at function a!fromJson: The jsonText parameter was not valid JSON.) (Logic Output)Code configured in XOR gate: = a!localVariables( local!statusCode: if( rule!APN_isBlank(pv!RMO_CDT_TxnLog.responseMessage), "400", a!fromJson(pv!RMO_CDT_TxnLog.responseMessage).StatusCode ), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = &q
I have an authentication problem when connecting my integration with the Connection System, my credentials are correct since I have checked them in different ways, for this reason I have not been able to continue making my call in the interface.
Hi All, getting an error as below and flow is stuck at XOR gateway. Please advise:Error:An error occurred while evaluating expression: =a!localVariables( local!statusCode: if( rule!APN_isBlank( pv!RMO_CDT_TxnLog.responseMessage ), "400", a!fromJson( pv!RMO_CDT_TxnLog.responseMessage ).StatusCode), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" )) (Expression evaluation error at function a!fromJson: The jsonText parameter was not valid JSON.) (Logic Output) Code in XOR gateway: = a!localVariables( local!statusCode: if( rule!APN_isBlank(pv!RMO_CDT_TxnLog.responseMessage), "400", a!fromJson(pv!RMO_CDT_TxnLog.responseMessage).StatusCode ), and( or( local!statusCode = "0", local!statusCode = "200" ), pv!Result.statusCode = "200" ))
Hi All, I'm using the Aspose plugin for converting DOCX to PDF, specifically the Convert DOCX to PDF feature. The original DOCX file uses the Open Sans font, but when converting to PDF, the font formatting changes. The plugin has an input variable for font IDs, which is an integer. what could be Could provide the font ID for Open Sans? Alternatively, is there a way to ensure that the PDF retains the same formatting as the DOCX? Thanks in advance!
Hi guys, when I call an Integration and it return some files to Appian Folder. I could set all those files' name as requestDoc.xml, but could I set dynamic name using response property like result.body.fileName ?
Hi All, Wondering if there is a way in appian to create a Web API with No Auth?
Hi all, I have an issue concerning Add Documents to Zip plugin. More specifically with the customer being able to unzip the files with the default WinZip utility. Currently the zip files are empty and they are forced to use 7-Zip. Since it's not really a best practice to ask the customer to download a third party software to unzip the files, I would like to try and troubleshoot the issue. Side note** All company internal members have no issues unzipping the files using WinZip. This is purely an external issue.
Hi Experts, I am using "Authorization Code Grant" for Docusign integration.I have to call this integration on my process model and run this process model as scheduler on every hour to checking token status.I have set assignee of this integration node "Run as whoever started the process".The Problem I am facing is that, every time I am getting "[title=Missing Credentials, message=No OAuth Access Token found for current user, detail=]" API response. when I am manually running this integration, it is working fine. As per my understanding it is because, when the process is running according scheduler it is not able to find valid assignee and the integration is returning false response every time ,even if the token is not expired. Please help me on this.
Hi, My process model has an integration call which has a timeout of 1 sec. In My process model , I am not handling the timeout . so what will happen if the timeout happens . Will the flow goes to the next node after the integration node ? Also , is there any easy way to simulate timeout from a REST POST API call ? I have set the time for timeout to minimum (1 sec). still the call is succeeding . is there any way to achieve this from Appian objects or the network. I have no access to the rest api code. Regards, Mike
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.