Hi Everyone,
am trying to add comment history to capture the comments added by the user and stages of the approval.
Requirement is to show the comment by default, if user not added the comment remove the space.
Below is the reference code. But the condition seems not working.
Thanks to help here to learn more!
Discussion posts and replies are publicly visible
Hi thanikanti kavitha ,
We should use a!isNotNullOrEmpty() for the specific item in the comments section. The expression a!isNotNullOrEmpty(fv!item[comment]) will display the comment data if a comment is present; otherwise, it will not display anything. we can handle this using Rich Text by writing a condition at showWhen to manage the display logic.
a!isNotNullOrEmpty()
a!isNotNullOrEmpty(fv!item[comment])
showWhen
for logic go through this (Appian Community)