Display the Field, based on user selection by Radiobutton.!

Certified Associate Developer

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.

  Discussion posts and replies are publicly visible