-
Recently active
My site is not working and it shows this below message. what should I do for reactivate my site. Message:---------- My Community Edition Site:- "When your environment is available, you will receive an email with your credentials. Return here to check on your request status."
Receiving the following error on the Interface I am working on.: "Expression evaluation error: Syntax error. Details: Expression evaluation error at function a!columnsLayout parameter 1 [line 285]: Keyword and non-keyword arguments must not be mixed. Used in: columnlayout." Code mentioned is as follows:
When creating a new record with a user field, I want the field the field to initially be set to the current logged in user. I need to be able to clear that field and select a different user if applicable. In all of the functional variations I've tried, I can set a default value, but it will not allow me to change the selection. If I click the X to clear the selection, it just repopulates with the logged-in user. I've tried variations of the following: a!pickerFieldUsers( label: "User", labelPosition: "ABOVE", maxSelections: 1, value: if ( isnull(ri!record['recordType!{...}BWTA Event.fields.{...}user']), loggedInUser(), ri!record['recordType!{...}BWTA Event.fields.{...}user'] ), saveInto: ri!record['recordType!{...}BWTA Event.fields.{...}user'], required: true, validations: {} ), I've reviewed many discussion threads, but either my available options do not match or they do not pertain to the create action. I review
Hi All for the attached code it is showing the error attached. The attached code will saved into "Country " variable Of type textCould you please help merule!ISR_er_displayCountryNameById( countryId: index( rule!ISR_qry_GetAddressInfo( type: cons!ISR_REF_CODE_ADDRESS_TYPE_PRIMARY_RESEARCHER, typeId: index( rule!ISR_qry_GetPersonDetailsbyStudyRequestId( studyRequestId: pv!studyRequest.studyRequestId, ).data, "studyPnId", null ) ).data, "countryId", {} ) )
In the expression rule, we can see 3 output values (Formated, Raw, Expression). When I am processing a text with white spaces it is show the text without extra spaces. When I check the same in Raw I can see that extra space. I want to get exact text which I am getting instead of formatted one. Raw output :
I would like to know how to create a new Lower environments like Dev, Test or UAT from Appian PROD environment?
Hello, How can I remove the 'X' close button of the dialog. When creating a record action, the dialog doesn't has a 'X' close button. The dialog made by record action has 'X' close button by default. Is there a way that I can remove this? When I close the screen, I want to make sure that a specific function is executed in the process. for thatIt seems to be necessary to close the screen only through the close or cancel button, not the 'x' button. Thank you.
Hi Team, How can identify the users that have created the accounts recently or per month on Appian.
Hello everyone I am using HTML to PDF (Page Number and Custom Fonts) Smart Service, in the data configuration there is a font document, I want to see an example on what is the font document? Can anyone help me? Thanks
Hi, how can I print duration in Appian? Is there any function?
Hi,Is there a way we can disable few items inside a dropdown? I need to show few litem inside a dropdown and should not allow to select those values. Is this possible in Appian dropdown control? TIA
Hi, In Appian how to restrict Confidential/Restricted data from being cached on user's local disk. Anyone know what kind of values will be passed for the below HTTP headers when we use Appian sites/pages Cache-Control: Pragma: Expires:
Hi, Can You please suggest, How to install appian common object application for appian cloud users.
Hi Team, Can we provide an export option for the read-only grid that we have generated using a rule? If not, what would be the workaround for this?
Hi. How to create different pipelines using appian and provide constraints and conditions on the same?
Hi everyone i have an error that i dont understand , why it is throwing this error when i am debbuging the process ? it s even not showing errors in the console . so how can i know what is the reason of this problem ? everything worked before , i dont know what happen ? anyone know what i need to do ??
Hi Team, I am in the learning phase of Appian RPS, I wanted to know how we revert the changes done to my Robotic tasks, Can we revert RPA robotic tasks to the previous version or date if so then how? Many thanks, Mohammed Khaiserulla
Hi Experts, I want to insert Emojis and special characters with text . Is there any way to insert in Database? Thanks
i,I have a grid inside a form with "Submit" and "Cancel" button, where I am loading one row with required entry fields.Also there is an delete icon basides to that row to delete. Now, when I try to submit the form in the browser url by clicking "Submit" button, system is not locaing validation message which is there at grid/form level.Whereas validation message is firing during interface level testing. Any inputs on this please.TIA
In the component configuration - if you add a text field, or record picker or whatever - under Label Position if you use Justified or Adjacent, the length for the label appears to be static I want to expand it out as I have a pile of fields that are like 2 letters too long and I really don't want it to word wrap How can I make it so that it either a) doesn't word wrap the label or b) allows me to select how much space I want for the label I don't see any options where I have control over this
They have name, email, phone, etc but it seems weird that URL isn't an option
Hi Team, How do we display the database view data in the interface. What all related components do we need to create, like to retrieve data from table we create datatype and expression rule etc?
Is there a recipe or some other quick / dirty way to accomplish the following task: Sample Case for illustration Table 1: CarMakeModel Table 2: CarOwners (M:1) Table 3: CarWidgets (M:1) (etc..) I want to be able to create a summary page where, after selecting from a list of car makes and models you are then taken to a summary page that includes Car Make / Model details followed by Listing of all Car Owners and Details (up to x number of rows / with vertical scrolling bars if possible) followed by Listing of all Car Widgets and Details (up to x number of rows / with vertical scrolling bars if possible) All on the same page The problem I'm having is that the query to get the listing of all Car Owners is Select * from CarOwners where CarOwner.MakeModel_ID = CarMakeModel.ID and CarMakeModel.ID = {selected id from the list}; which isn't an available option from the Record Type > Views and Headers > Generate Record View since the relationship is on the CarOwner
I have a field (well all of them really - I want this to be the default behaviour) where I want to show a list down of all available selections for a text field (i.e dropdown) but still have the ability for the user to type data into the field in order to select from the available options. Currently, once I put my cursor into the field, I have to start typing something into the text field for the list to appear. I want the list to appear immediately once the field is on focus without having to wait for the user to start data entering information. Is this possible?
I would have though this would be pretty straight forward however I have been unable to find anything that show how to do this I want to change the record type description that shows up AFTER you have created the record type? Is this information stored somewhere on the database that I can edit it directly there? I can't seem to find an option that allows me to change this after you have either set it incorrectly or forgotten to set it when you create the record type.
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.