Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Discussion posts and replies are publicly visible
The username which you entered is not exist. please try to use another username.
username is the which we use to login into the environment?
then use user(loggedInUser(),"firstName")&" "&user(loggedInUser(),"lastName")
i wanted to when i can set a rule input of user type?
this is fine i understood
because in an expression rule the rule input can be of primitive data types, CDT and record types right?
if the username which you are sending is valid then you can use the code below.
can you show me the rule input part?
it is there in the snapshot i attached
userName is of type text right?
from the outside you can use like rule!{your expression rule name}(your input variable) forexample: rule!getDisplayName("dgupta")
okay thanks
Correct, i used it as text
i wanted to know is there a user type
instead of text if i can set my rule input of type user
you can do like that as well. both are correct. Ideally, we are using as user type but in the initial code you used text that's why i used text.
can you send me a screen shot i am unable to select a user type in the dropdown?