-
Recently active
hi, I am looking to get the start date and end date for all weeks given a month and year. I am learning Appian, I could see some functions in documentation that needs a date. The other way i could think around is write a procedure in the backed and call it , which will add overhead. Any ideas or suggestion will help.
Hi all, I am a beginner of Appian, and the name of uploaded file is not visible fully... Is there any limited length? If so, I would like to make a longer name in an interface.. For instance, the following end of the name should be "report", but "rep..." in an interface...
Hi all, I am a beginner of Appian, and I would like to know how to display the place holder of calendar picker from mm/dd/yyyy to yyyy/mm/dd? A user requires to choose a data from calendar picker, and want to change the order from mm/dd/yyyy to yyyy/mm/dd. Hope you advice me... Best regards,
I am using Locust with Appian to do performance testing. When I am trying to find a link using the options provided in Locust documentation, I am getting the message as "No components with label field_name not found" or "No components with type "record link" found on page. visit_record_type(record_type="Add Start Date")click_button(label="Add Start Date") click_grid_plaintext_record_link(column_name = "Add Start Date") visit_and_get_form("WAR Audit")click_button(label="Add Start Date")click_record_link(label="Add Start Date")click_record_list_action(label ="Add Start Date")click_link(label="Add Start Date") click_record_link(label="Add Start Date") click_record_view_link(label="Add Start Date") click_record_link_by_index(index=1,locust_request_label="Add Start Date")click_grid_rich_text_link(column_name="Add Start Date",row_index=0, grid_labe
When a new task email is generated for a group, it is sending 2 different emails for the users in different time zones. For example people in PST are not copied in the email sent out for EST and vice-versa. Is this an expected behavior?
We have an application that on a flow assign a series of task to a series of users or group. In this case we have a user that shared to another user (for internal policy the second one dont have to see, and dont see, the specific set of data related to the task, but this isn't the problem) The problem is that even the specific task was assigned to a group where there isn't the second user (that have received the task link) if that user use the link, it can see the task. Why? Are there some restriction that i can apply? Obviously we talk about task in report and not in tempo.
Any latest plugin or smart service to call subprocess dynamically ?
Hi everyone, I'm having this issue not sure if it is something wrong with my code or Appian issue itself, please help. I'm having an editable grid, the data for it is a data subset type local variable, and in rows I use forEach of its data. I already provided the id for the gridRowLayout(), but not sure why it does not store anything into my local variable. I also tried with fv!index and it does not work either. This is my input local variable with data subset type:
Hi Everyone, I have a situation, i want to show the a constant timezone to every user no matter user is from USA, Canada or india, every user should see a constant date and time , No matter user changes his timezone in appian setting , timzzone should be remain same, changes in timezone in appian setting should not impact interface setted timezone, For exmaple: In the I created a record at 13 Sept 2024 12:11 AM IST , but i want to show on the inferface 12 Sept 2024 11:41 PDT, i implement a code when i set my timezone in appian setting as India Standard Time (IST) but when i change my time to PST in appian setting it impacts on interface as well text( todatetime( gmt( text( gmt(fv!row.createdOn, "750"), "mm/dd/yyyy hh:mm AM/PM" ), ) ), "MM/dd/YYYY HH:MM AM/PM" )
Hello, Is there a way to set a read-only grid to have a height that matches the viewport height? I understand that the "fixed" setting keeps the grid at a set height, but it doesn’t adjust dynamically with the user’s viewport. I’m looking for a solution that combines the behavior of the fixed setting—such as scrolling and locked headers—with a height that adjusts to the available space in the viewport. Using a match statement with a!isPageWidth() won’t work in this case, as it does not provide enough control over the height. Thank you! Nick
Hi All, Video component is not showing in Android mobile Appian App when the file upload is being used. is it a bug in Appian or is there any hotfix or any other option is available? Please help Regards, Bharat
can someone answer this question. what are the data management techniques in appian As I am new to appian and this is the question that i have faced in an interview
Hi everyone, I need help checking whether I’m doing something wrong with my code. I’m having an editable grid with data is a data subset local variable. In it’s gridRowLayout() I also provided the id parameter. But somehow when selecting the row, it does not save any data to local!selectedAzureId. I also tried with fv!index instead of fv!item.fileId but did not work either. And below is local!data – the gridLayout data source:
I am not able to publish portals in appian comunity environment and also not able to create service accounts , can this things be enabled in future.
Hi all, I am a beginner of Appian and I am required to change color of each rows in a grid. Even though "Shade alternate rows" is enabled, the contrast is not vague, so I need to do a clear contrast... I hope your help. Best regards,
Can anyone help me with this
Hello everyone, In our Appian setup, we are utilizing SAML within Azure to embed Appian interfaces into an Azure application. We've encountered some issues when attempting to call the Microsoft Graph API, so we decided to create a Bridge API in our Azure application and make calls to it directly using the existing browser token connection. When I log into the application using SAML and then open a new browser window to call our Bridge API, I receive the expected data. However, when using a!httpWrite for a POST request to retrieve the API information, the response only returns an HTTP 200 confirmation code without any actual data. I assumed that no additional authentication methods would be necessary since I'm already connected to the application. Has anyone faced a similar issue or can you suggest anything I might have overlooked? Thanks for your help!
This is with regards to Performance Testing. We are using Locust as the tool for PT. We have certain Interface components where label is not defined as per design. When writing PT scripts Locust for Appian provides functions to interact with a "testLabel" if label is not available. I want to interact with a dropdown using a test label. But the appian interface designer does not provide an attribute called "testLabel" for dropdown component. Reference: appian-locust.readthedocs.io/.../appian_locust.uiform.html
I was wondering if obtaining Appian certifications (Analyst and Developer) is a prerequisite for establishing a partnership with Appian. My company has a vast history in developing systems and applications for a wide variety of clients and organizations. Additionally, we possess substantial experience in low-code environments such as Oracle APEX. Is the certification a compulsory requirement for the partnership. can anyone please clarify the specific requirements and certifications needed to pursue an Appian partnership?
Hi all, I am a beginner of Appian and I am required to change alignment of button... Two button is in a column each other and the button was created by "Button Array layout". As the screenshot below, "search" and "save" button is far, so I want to change the width of column and button array layout a little bit ... to make the interface better. May I know how to change the width of column and button array layout? Regarding the width of column, I would like to change only the last two column width a little bit...
Hi everyone, I need help checking whether I’m doing something wrong with my code. I’m having an editable grid with data is a data subset local variable. In it’s gridRowLayout() I also provided the id parameter. But somehow when selecting the row, it does not save any data to local!selectedAzureId. I also tried with fv!index instead of fv!item.fileId but did not work either. { a!gridLayout( label: "Documents", labelPosition: "COLLAPSED", headerCells: {}, columnConfigs: {}, rows: a!forEach( items: local!data.data, expression: a!gridRowLayout( id: fv!item.fileId, contents: {} ) ), selectable: true, selectionValue: local!selectedAzureIds, selectionSaveInto: { a!save( local!selectedAzureIds, a!flatten(save!value) ), a!save( ri!selectedAzureIds, local!selectedAzureIds ), }, rowHeader: 1, showWhen: rule!AAA_C
Hi there, I am trying to create an expression rule that returns true if a document is not null, and has an ID attached to it. The expression rule is used to determine an XOR node to go to the document deletion node to delete the document if it exists, or to move to the end node if it has already been deleted. Right now, I am using a plugin isObjectExists() and it does work correctly but my supervisor wants me to improve the code to not use that plugin, any ideas for what to do?Here is the expression rule I created, it currently works how I want it to but I want to avoid using the plugin, any help is appreciated!
Hi All, I have grid displaying certain records for a specific user, lets say I want to calculate how many days did it take the user to create the next record so for example in the image attached the user created a few on the same day, so if I wanted to add another column next to this one to display number of days, how can I achieve this? the calculation part? because I need to grab the first date of the previous record with the date of the next created record and so on . Is this even possible, or what are your suggestions on finding this kind of information? Thanks in advance
Hi All, There is only one instance failed when calling a start process smart service - Error when parsing process details or variables Activity chaining enabled in child process. Error Logs - TimeoutException: Timed out sending PROCESS.getProcessDetails to execution04 ERROR com.appiancorp.process.engine.UnattendedJavaActivityRequest - An error occurred while executing activity: id=3271473, classname=com.appiancorp.process.runtime.activities.StartProcessSmartService2 com.appiancorp.suiteapi.process.exceptions.SmartServiceException: userMsg[error.processDetails.userMsg=Error when parsing process details or variables] alertMsg[error.processDetails.alertMsg=Error when parsing process details or variables] at com.appiancorp.suiteapi.process.exceptions.SmartServiceException$Builder.build(SmartServiceException.java:145) at com.appiancorp.process.runtime.utils.SmartServiceExceptionFactory.createException(SmartServiceExceptionFactory.java:14) at com.appiancorp.process.runtime
Hi All , How can we manage memory consumption in process model , so that it wont be more than 10,00,00 AMU . ( the ways we can follow to reduce memory consumption in Process Model ) .
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.