Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. 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.
Hi All
I am using one text field in my interface and in the display value, I am using loggedInuser() function.
and in save into i am doing like the below way, but it's not going into the database.
Even i tried like this
a!save(ri!comments.commentBy,loggedInUser())
Discussion posts and replies are publicly visible
The 'saveInto' of this component will only work when you use this component. Otherwise, it won't work.
Now in order to save this value to DB, you can write your a!save() statement on the button's saveInto so that when you press the button, the values are saved in the right variables and then you save that variable to your DB using a PM
Thanks harshit
If it works, please take a moment and verify the answer. It will let other contributors know that you have found the answer.
yes its working fine