-
Recently active
Is there a way to only get the modified fields in the UI then compare it to the database value?
Cucumber for Appian Framework 22.2.1, when running tests and an alert type window is opened by webdriver, error message "org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Are you sure you want to leave?}" is displayed on the test runner console and the test execution is stopped. Any idea why this is happening and something to work around?
Hello, I'm trying to run some tests and I get the same error on login and logout. ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Logout link org.openqa.selenium.NoSuchElementException: Unable to locate element: //a[contains(@aria-label,'Open user options menu')] It doesn't seem to find the Logout Link. I have tried with Chrome and Firefox. Firefox also tried with two versions where the last one was the updated version and the drivers too, and the exception is still there. Does anyone have an idea how I can fix it? Thanks.
I have CSV file , in which all the applications related to specific environment are present . I want to use a bath processing based on weekly basis and will use that in my application so that storage burden on the environment can be reduced. so please help me with this I don't know how to use and configure the batch process. It would be better if some examples related to batch processing given.
Hi all, I have a requirement in which I am getting base64 data in a http response, I am indexing the response and storing it into a pv! of type text, but the base64 format has huge number of characters while the pv! is holding only 4000 chars followed by "...". How can I get the complete base64 data as this needs to be passed to smart service for document generation. (In fact, I even tried to pass the indexed data directly into the smart service input parameter without storing in a pv!, still its not passing complete base64 structure.)
Hi, I have a value like APPIAN123, need to display the output as APPIAN321 Guide me
I have a list of paragraph in one of those there should be two key words in separate places could be one before another for example sometimes could be a text like this " hi carls your property is ready you can verify in 96 days" or the other way around " in 96 days your new property would be ready" in this case i would like to be able to find this two key word and get the exact paragraph the key words that will always be in this scenario are "property" and "## days" cause there are some paragraph that could have one of this words but when we find them combined it is a match. i was trying with regexarrayindexfirstmatch but i could not make it work also i tried using like() function and find(). another thing all this paragraph are coming form a PDF file with&n
How do I get a listing of all Record Types? ( I am trying to build a report of Record Type IDs and UUIDs )
Hi every one, I'm having a local variable that store data in a Json format then converted it into a type that Appian accepts: a!fromJson(local!settings) and I get this as the result: Dictionary name"Type"(Text) value"["5"]"(Text) valueDisplay""(Text) I want to get all the settings with value equals a particular ID, but it shows this error: Expression evaluation error at function 'wherecontains' [line 41]: Invalid types, can only act on data of the same type (Number (Integer), Any Type). index(local!settings, wherecontains(local!currentType.Id,local!settings),"value",null) I guess the issue is because value is now containing special characters. Any one having a solution for this? Thanks a lot in advance for your helps!
We have .csv files in System logs hc-application-objects.csv and hc-applications.csv. I know we have an excel plugin Load/Import CSV to database. But with this approach we have to upload the csv files in Documents folder. What we want is we have to load these csv files from logs to Database without saving them in documents folder. Can anyone help me how to approach.
Hi, I am going to take a test for Appian Certified Lead Developer, but I didn't find any offical courses for that, is there any advice for the exam? thank you very much! [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Can you check if the task has been rejected by all assignees? And is it possible that the task can somehow be seen again on the system or gone for everyone else.
Hi everyone, I'm having a question regarding how to use the writeToDataStoreEntity function to modify values in DB. To be specific, I'm having a form that allow users to update their phone numbers. It will be saved in a DB with corresponding DSE storing all customer data. When the customer click the button Save New Change, the existing number need to be replaced by the new number, both on the interface and in the DB. I'm not sure how to do that yet. I'm thinking of using writeToDataStoreEntity, and find the number that needs to change by the unique customer ID, but not really know in specific how. Any one have a solution for this? Really appreciate your help! Code for the Save New Change button is currently as below, in that local!allUser query list of users from db, and selected user is the one that need to change phone number: This code shows an error: An error occurred while trying to convert the given data to the type of
In the image bellow the 3fields in the square come from a dropdown ("SI" or "NO") in a user interface. I can see the user responses in a read-only grid (see the image bellow). I want IF 3 condition ("Financial", "Documents", "Certificate") in the red square are "SI" then the column "Estado" return a new value "Finalizado" IF just one condition ("Financial", "Documents", "Certificate") in the red square are "NO" then the column "Estado" return a new value "Pendiente" Next i want to store the value of the column "Estado" in my cloud database
How can we set a link which is valid for 2 hours only? And I want to send it by email object to someone. If someone tries to open this link after 2 hours it will display a message only e.g. Already submitted!!
Hi, I have updated my profile picture in my organization's instance. However, the document was deleted and hence I am seeing an error as shown in image below. Please help me on how to resolve this.
Hello i'm new to Appian, I want to make sure before completing the traingin, 1- Can i build afull accounting software hrough Appian Low-Code ? 2- Can i sell the program/ Application i will create as Saas on Appian cloud ?
Hello, I'm having some trouble with performance on my site. We have a site made up with a record type, and when opening the cases from the list it takes up to 25-30 seconds to open them. We have around 8000 total cases. On our appian site we have enough disc space and cpu following the graphs (disc space around 20% usage and cpu max use 40% on peak). Do you have any recommendation to increment the performance and the opening time, or any way to find where the problem is? I'm asking this for any recommendation before escalating the issue to a support case. Thank you!
Hi, I want to know that, Do Appian have any examples of migration from Java swing to Appian? Thanks,
a!radioButtonField( label: "Status",choiceLabels:{"APPROVE","REJECT","RETURN"}, choiceValues: :{"APPROVE","REJECT","RETURN"} ), a!paragraphField( showwhen(...) ) *if user selects Reject or Return, then only show the Paragraph field.
Hi Everyone, I have been stuck in one of my requirement and seeking help. I have a report which gets downloaded in the pdf form. The report should have a page number at the bottom in the form of "1 of 10" like that. Can anyone please guide me how can I achieve this. Please note that pdf is generated from docx template. Many Thanks
I want to add 50+ Appian objects to a package. Actually I need to do this activity on a regular interval to prepare deployment package. so is there a way to do it by writing some script or we will have to add each object to package manually only. I have objects name, type and version with me.
Does anybody know any issues with the order being accepted by branch chief, but is then rejected
Business users should be able to model and execute workflow processes , Is this possible ?
I have a requirement where in a text field needs to be formatted in a specified format of "X.1234567", where 'X' and '.' will be a constant followed by 7 digits.If we are typing 123 in the text field, it should be formatted to "X.0000123". Any help would be appreciated. Thanks!
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.