-
Recently active
Hello! Is there a way to add the popular Icon libraries to an Appian Application??? Like FontAwesome ,etc.?? I saw this response : You can always upload your icons as documents, then utilize a!documentImage() to display them. If you have a specific use case, feel free to share it here. Anyone knows if this approach can be applied to all UI controls without restriction e.g. In buttons, BoxLayouts, Grid Headers, Grid rows?
Hi All, i tried using import excel to database smart service to import the data from excel to database which is working as expected, but when i test some negative scenarios like in one of the fields i gave more than 255 chars and tried uploading. Its failing and i wanted to capture the error so in output section i have created the pv to store the same. But its not working. Can anyone tell me how to solve this issue pls... thanks
I Have a Form in wich I upload documents. It works well.When using Update action, I need to see what documents have been uploaded, keeping the possibility to add more documents.How to?
Hi My question is i need a form to fill the details like below, for this requirement i am thinking to go with the form layout will be fine or any other methods i can go with? after filling these details if user wants to add one/more contracts he should get the same form below one after the other is that functionality is possible in forml ayout ? let me know if any suggestions Contract No. How many times [number validation] Total No of Days previously extended (A) [number validation] Current Extension Request: Contract Limit [aed validation] Value of Full Contract - Outstanding [aed validation] Value of Extension sought [aed validation] Capital Amount [aed validation] Interest Amount [aed validation] Current Maturity Date of Payment being extended date validation Number of days extension sought (B) number validation New Extended Maturity Date date validation
We want to retrieve data from a another system using a service backed record approach. While doing this we saw a 5MB size data limit restriction for the full sync. Also we are not able to provide any batchNumber so as to get full data(as we are not getting this parameter to be passed to the actual API). Is there a way to get all data as part of full sync? In this service backed record sync approach, does this data gets stored to the DB? If not, where does this data reside/stored for any activity?(like insert the retrieved data to the DB)
I have used create folder smart service in Process model to create a folder and then a write to data store entity node to update the folder properties like ID, UUID, created details into DB. When I tried to start the process it failed at Write to DSE node with the exception "java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=38126,v=<null>] Data: TypedValue[it=38126,v=<null>]" How should I configure the Write to DSE node to get the folder properties and update the same in DB? Please help.
HiI am calling a process using a!startProcess through web API and passing a user type variable into it. However, the variable in the process is not getting updated with the new value and shows null.Please suggest the solution
We are sending a single document in web API earlier in the response body like Now I want to send three documents in the same body. 1. PDF 2 JPG 3 JPG How can we sent it?
I have to validate a editable grid for the following scenario - I have two fields in the grid 1. Role 2. Location use case - if the user select combination of same role and location as a duplicate then it should thrown an validation error like combination of role and location already exits. example - if the user select role as developer and location as india and again he adding a new row and selecting the same role and same location it should throw an error any one suggest some idea
In my Application, I just wanted to show images in the Appian interface as a preview that are actually in google drive
Hi everyone, The matter is that a process model that was working fine, suddenly shows the notification "process model is not valid" when open the process model, but it doesn't show more info about it. I'm pretty sure about it happened because we have modified some rules and interfaces, but this is a large process. So, is there any way to take a log of the validation process to get the bug?
Hi All, I want list the group members on a interface in my application. anyone can help me out please?. Thanks.
Hello, Is there a method to restrict the use of special characters other than "space, (), [], and <>" in the text field or paragraph field? Kind of thinking using validation. Thank you.
Hi everyone, I'm filtering this record to only query cases with completed date within nearest 5 days. My query code is as below: a!queryFilter( field: recordType!Record.completedDateTime, operator: ">", value: datetime( year(now()), month(now()), day(now()) - 5, 00, 00, 00, 00 ) ) The code worked well last week, but this morning it suddenly showed this error: The Requested Record Type Is Not Available The default filters expression for record type failed to evaluate. Details: [Expression evaluation error at function a!queryFilter [line 4]: Date out of range: Invalid day]. (APNX-1-4205-018) I've checked the DB and data for this column was the same structure as last week: datetime /* mariadb-5.3 */ . For example: 2022-08-01 04:14:49. Any one has faced the same error code? Please give me some suggestion if possible... Thank you!
I dont want to create task report and queryprocessanalytics to do get the status. Is there any other easy way of getting it?
We are trying to understand how to upload a pdf into a folder and save the id in table to be retrieved later. We are not able to get the id to return and then save it. We have a response json and we can't just hardcode from the uploadfield. in the component containing the upload field we can't call from the process model that component. All the interfaces are nested and dynamic and contained in a dynamic json. Currently, attempting to create a process model for uploading the pdf has failed because we can't get the id back when the pdf is being stored in a folder.
Hi Everyone, I have the requirement data is displayed to UI through grid and provided the facility to user to export data in excel using export CDT to excel smart service. But when user applies sorting on UI and click on export the downloaded excel is not in the same sorting. can anyone please suggest me how to achieve this? Thanks, Shubham
If I have a list of integers as inputs in an expression such as: 8.651.134;7.236.458;6.124.536 etc, how can I remove the thousand separator dots to leave them as 8561134;7236458;6124536?
Hi All, I am unable to identify which file i should look out for our process execution logs or email related log in Appian. Kindly help me here. Regards, Vikram Kumar Singh
Hi there, while using the smart service PDF from HTML I am facing issue as follows: "bundleName for SmartServiceException, builder.smartServiceClass=class com.appiancorp.ps.xmlfo.ss.AbstractDocumentGeneration". Searched community and no much help. Any support will be useful here. Thanks
in interface read only grid i just want one city name and area name what configuration i need to do
https://api.postalpincode.in/pincode this is PIN CODE apiwhere it will show me all the detail regarding it like city and state name.i am new to this i tried to intergrate but its not working please help me to solve this.
Hello, If the function hour(now()) is used, the output value is the "gmt hour" instead of now() time. Is this right? Then do I have to adjust the hour time by adding or subtracting time to make it match with my timezone? https://docs.appian.com/suite/help/22.1/fnc_date_and_time_hour.html Thank you.
I'm getting the error below. It looks like it's working before I get this. I'm stumped. Any ideas? OAuthResultMessage Authorization unsuccessful. We never received an authorization grant. Ensure you saved your changes when registering with the protected resources.
Hi everyone, We have a requirement where we need to clean up old process instances from our Production environment as we have around 20,000 instances with errors in them that are taking up disk space. Instead of having our help desk team delete 25 instances at a time from the "Monitoring" View, I thought that we could create a process report that would contain all process instances with errors and have an automated process that queries that report and deletes those instances. However, I can't seem to find a filter criteria for "Processes with Errors". I know there are "Active", "Paused by Exception" etc. I also know that there is a report called "Processes with Problems" but that only filters by "Paused by Exception". How can I query for all the instances that have an error in them? Has anyone encountered this blocker? And if so, how did you get around it? Thank you, Rajiv Nelvoy
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.